summaryrefslogtreecommitdiff
path: root/.config/scripts
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-07 06:34:02 +0000
committerGitHub <noreply@github.com>2026-04-07 06:34:02 +0000
commit3a01d045572f37c312492af46f1728bfee9e6e21 (patch)
tree58b0c95b810e7586699551e69cfe964bf86016a8 /.config/scripts
parentd443fd1502a02465bd2152da33eeeb8339bbfd66 (diff)
Update wallpaper.sh
Diffstat (limited to '.config/scripts')
-rw-r--r--.config/scripts/wallpaper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/scripts/wallpaper.sh b/.config/scripts/wallpaper.sh
index be5f540..db773cb 100644
--- a/.config/scripts/wallpaper.sh
+++ b/.config/scripts/wallpaper.sh
@@ -22,7 +22,7 @@ list_images() {
thumb="$THUMBNAIL_DIR$filename"
if [ ! -f "$thumb" ]; then
- convert "$img" -thumbnail 300x "$thumb" &
+ magick convert "$img" -thumbnail 300x "$thumb" &
fi
echo -en "$filename\0icon\x1f$thumb\n"