aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin
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/bin
parent53445eeb3210b43079182a2c9cb1659a995ecbe8 (diff)
convert -> magick
Diffstat (limited to '.local/share/bin')
-rwxr-xr-x.local/share/bin/bgcol2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/bgcol b/.local/share/bin/bgcol
index 75b89b4..276e479 100755
--- a/.local/share/bin/bgcol
+++ b/.local/share/bin/bgcol
@@ -4,6 +4,6 @@ if [ -z "$COLOR" ] ; then
. "$XDG_CACHE_HOME/mode/state/theme"
COLOR="$bg"
fi
-convert -size 1x1 "xc:$COLOR" /tmp/bgcol.png
+magick -size 1x1 "xc:$COLOR" /tmp/bgcol.png
feh --no-fehbg --bg-tile /tmp/bgcol.png
rm /tmp/bgcol.png