diff options
| author | silly <u65487754@gmail.com> | 2026-04-07 06:35:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-07 06:35:04 +0000 |
| commit | f15f57a856f2d6d2a4bd5a112489329010cb9ceb (patch) | |
| tree | 822c54ff9f120159e8c45eb36f2fa5435fbf3bf6 /.config/scripts/wallpaper.sh | |
| parent | 3a01d045572f37c312492af46f1728bfee9e6e21 (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 db773cb..8a22591 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 - magick convert "$img" -thumbnail 300x "$thumb" & + magick "$img" -thumbnail 300x "$thumb" & fi echo -en "$filename\0icon\x1f$thumb\n" |
