From 581865ee0c8b8aea872f053d804a41fb5f416b17 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 20 Jun 2023 23:01:09 +0200 Subject: Various shellcheck fixes (www.shellcheck.net) --- xwallpaper-random-notify | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xwallpaper-random-notify') diff --git a/xwallpaper-random-notify b/xwallpaper-random-notify index 6ab3d56..1d9e2bf 100755 --- a/xwallpaper-random-notify +++ b/xwallpaper-random-notify @@ -10,8 +10,8 @@ folder=~/pictures/wallpapers pic=$(ls $folder | sort -R | head -1) # Alternative: use feh -#feh --bg-fill --no-fehbg $folder/$pic -xwallpaper --zoom $folder/$pic +#feh --bg-fill --no-fehbg "$folder"/"$pic" +xwallpaper --zoom "$folder"/"$pic" # Uncomment to notify -#$notify "Background of the day" $pic +#$notify "Background of the day" "$pic" -- cgit v1.3