From 6f45972265b532365421658f1370742bb82b757b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 9 Feb 2022 19:50:38 +0100 Subject: Changed default notification system to herbe --- xwallpaper-random-notify | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'xwallpaper-random-notify') diff --git a/xwallpaper-random-notify b/xwallpaper-random-notify index d0d1fbe..ac1898d 100755 --- a/xwallpaper-random-notify +++ b/xwallpaper-random-notify @@ -1,7 +1,10 @@ #!/bin/sh # Set a random background from the wallpapers folder and notify about it -# Requires: xwallpaper (or feh), notify-send (optional) +# Requires: xwallpaper (or feh), notify-send or similar (optional) + +#notify=notify-send +notify=herbe folder=~/Pictures/wallpapers pic=$(ls $folder | sort -R | head -1) @@ -10,4 +13,4 @@ pic=$(ls $folder | sort -R | head -1) #feh --bg-fill --no-fehbg $folder/$pic xwallpaper --zoom $folder/$pic -notify-send "Background of the day" $pic +$notify "Background of the day" $pic -- cgit v1.3