aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-04-12 09:41:46 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-04-12 09:41:46 +0200
commit3098a157c8e6527518849ff73da0c642b8151ac7 (patch)
tree06670b7d6343cfb4425fe7ac9f70b2e814c45073
parent5a17be1d7141e1d23911cbd8435757ef3e514123 (diff)
downloadscripts-3098a157c8e6527518849ff73da0c642b8151ac7.tar.gz
scripts-3098a157c8e6527518849ff73da0c642b8151ac7.zip
Comment notification line
Diffstat (limited to '')
-rwxr-xr-xxwallpaper-random-notify3
1 files changed, 2 insertions, 1 deletions
diff --git a/xwallpaper-random-notify b/xwallpaper-random-notify
index ac1898d..838f48e 100755
--- a/xwallpaper-random-notify
+++ b/xwallpaper-random-notify
@@ -13,4 +13,5 @@ pic=$(ls $folder | sort -R | head -1)
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$notify "Background of the day" $pic 16# Uncomment to notify
17#$notify "Background of the day" $pic

Generated with cgit - Back to sebastiano.tronto.net