Browse Source

Echo found image

slideshow-screensaver
Kevin Mok 1 week ago
parent
commit
9a9b890148
Signed by: Kevin-Mok GPG Key ID: FB0DA56BEB5D98F3
  1. 1
      scripts/executable_dual-monitor-slideshow

1
scripts/executable_dual-monitor-slideshow

@ -84,6 +84,7 @@ while true
# Select and process image
set image (fdfind -e jpg -e jpeg -e png -e webp . $WALLPAPER_DIR | shuf -n 1)
if test -n "$image"
echo "Found image: $image"
convert "$image" \
-resize {$width}x{$height}^ \
-gravity center \

Loading…
Cancel
Save