scripts

Various scripts for UNIX-like systems
git clone https://git.tronto.net/scripts
Download | Log | Files | Refs | README

commit 3098a157c8e6527518849ff73da0c642b8151ac7
parent 5a17be1d7141e1d23911cbd8435757ef3e514123
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Tue, 12 Apr 2022 09:41:46 +0200

Comment notification line

Diffstat:
Mxwallpaper-random-notify | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xwallpaper-random-notify b/xwallpaper-random-notify @@ -13,4 +13,5 @@ pic=$(ls $folder | sort -R | head -1) #feh --bg-fill --no-fehbg $folder/$pic xwallpaper --zoom $folder/$pic -$notify "Background of the day" $pic +# Uncomment to notify +#$notify "Background of the day" $pic