From 9a9b890148b5c603036fd5c783203077c59aa1e7 Mon Sep 17 00:00:00 2001 From: Kevin Mok Date: Tue, 25 Mar 2025 17:49:47 -0400 Subject: [PATCH] Echo found image --- scripts/executable_dual-monitor-slideshow | 1 + 1 file changed, 1 insertion(+) 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 \