diff --git a/scripts/executable_dual-monitor-slideshow b/scripts/executable_dual-monitor-slideshow index b489c75..ea0f12b 100755 --- a/scripts/executable_dual-monitor-slideshow +++ b/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 \