diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-04-12 09:41:46 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-04-12 09:41:46 +0200 |
| commit | 3098a157c8e6527518849ff73da0c642b8151ac7 (patch) | |
| tree | 06670b7d6343cfb4425fe7ac9f70b2e814c45073 | |
| parent | 5a17be1d7141e1d23911cbd8435757ef3e514123 (diff) | |
| download | scripts-3098a157c8e6527518849ff73da0c642b8151ac7.tar.gz scripts-3098a157c8e6527518849ff73da0c642b8151ac7.zip | |
Comment notification line
Diffstat (limited to '')
| -rwxr-xr-x | xwallpaper-random-notify | 3 |
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 |
| 14 | xwallpaper --zoom $folder/$pic | 14 | xwallpaper --zoom $folder/$pic |
| 15 | 15 | ||
| 16 | $notify "Background of the day" $pic | 16 | # Uncomment to notify |
| 17 | #$notify "Background of the day" $pic | ||
