Echo found image

This commit is contained in:
2025-03-25 17:49:47 -04:00
parent 64f5c77d37
commit 9a9b890148

View File

@@ -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 \