diff options
| author | silly <u65487754@gmail.com> | 2026-04-07 06:34:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-07 06:34:02 +0000 |
| commit | 3a01d045572f37c312492af46f1728bfee9e6e21 (patch) | |
| tree | 58b0c95b810e7586699551e69cfe964bf86016a8 /.config/scripts/wallpaper.sh | |
| parent | d443fd1502a02465bd2152da33eeeb8339bbfd66 (diff) | |
Update wallpaper.sh
Diffstat (limited to '.config/scripts/wallpaper.sh')
| -rw-r--r-- | .config/scripts/wallpaper.sh | 2 |
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" |
