aboutsummaryrefslogtreecommitdiff
path: root/.local/share/mode/switch.d/chromium
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-05-28 09:57:40 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-05-28 09:57:40 +0200
commit9ad84a288d37e840d6398ea164230521360ec82e (patch)
treebf8de6e384da5afdaf2c9bfda7641cd506c9ca83 /.local/share/mode/switch.d/chromium
parent53445eeb3210b43079182a2c9cb1659a995ecbe8 (diff)
convert -> magick
Diffstat (limited to '.local/share/mode/switch.d/chromium')
-rwxr-xr-x.local/share/mode/switch.d/chromium2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/mode/switch.d/chromium b/.local/share/mode/switch.d/chromium
index 6ccfca6..9048b80 100755
--- a/.local/share/mode/switch.d/chromium
+++ b/.local/share/mode/switch.d/chromium
@@ -4,7 +4,7 @@ PREFIX="$XDG_CACHE_HOME/mode/chromium"
mkdir -p "$PREFIX"
rm -f "$PREFIX/Cached Theme.pak"
-convert -size 100x100 "xc:$bg" "$PREFIX/bg.png"
+magick -size 100x100 "xc:$bg" "$PREFIX/bg.png"
bg_alt=$(mix_rgb $color7 $bg 0.20)
fg_alt=$(mix_rgb $color15 $fg 0.60)
bg="$(hex_to_rgb_array "$bg")"