From 88b5692a4c877d52890b9ac363dbb8dfc15ba46e Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 20 Sep 2017 00:32:20 +0100 Subject: let mutt clear bar notification --- Mail/mutt/notify.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'Mail/mutt/notify.sh') diff --git a/Mail/mutt/notify.sh b/Mail/mutt/notify.sh index a628c52..d4c8d30 100755 --- a/Mail/mutt/notify.sh +++ b/Mail/mutt/notify.sh @@ -21,6 +21,7 @@ if [ $status -eq 0 ];then touch ~/.mutt/newmail else xset -led 1 + echo 'Ixlear' > /tmp/panel-fifo if [ -e ~/.mutt/newmail ];then rm ~/.mutt/newmail fi -- cgit v1.2.3-54-g00ecf