aboutsummaryrefslogtreecommitdiff
path: root/xwallpaper-random-notify
diff options
context:
space:
mode:
Diffstat (limited to 'xwallpaper-random-notify')
-rwxr-xr-xxwallpaper-random-notify6
1 files changed, 3 insertions, 3 deletions
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
10pic=$(ls $folder | sort -R | head -1) 10pic=$(ls $folder | sort -R | head -1)
11 11
12# Alternative: use feh 12# Alternative: use feh
13#feh --bg-fill --no-fehbg $folder/$pic 13#feh --bg-fill --no-fehbg "$folder"/"$pic"
14xwallpaper --zoom $folder/$pic 14xwallpaper --zoom "$folder"/"$pic"
15 15
16# Uncomment to notify 16# Uncomment to notify
17#$notify "Background of the day" $pic 17#$notify "Background of the day" "$pic"

Generated with cgit - Back to sebastiano.tronto.net