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 --- mail-checknow | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail-checknow') diff --git a/mail-checknow b/mail-checknow index 3363173..188042b 100755 --- a/mail-checknow +++ b/mail-checknow @@ -1,10 +1,11 @@ #!/bin/sh # Check for new email, save result to file. -# Requires: mpop, notify-send +# Requires: mpop, notify-send or similar file="$XDG_DATA_HOME/newmail" -notify="notify-send" +#notify="notify-send" +notify=herbe l=$(cat "$file") n=$(mpop -s | awk '/new*./{print $2}') -- cgit v1.3