aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2017-09-20 00:32:20 +0100
committerVasil Zlatanov <v@skozl.com>2017-09-20 00:32:20 +0100
commit88b5692a4c877d52890b9ac363dbb8dfc15ba46e (patch)
tree22f580633e18881c04b6841172730b45fd0f9b45
parent38535167b49fe25764471554dcedefde5cc94b83 (diff)
downloaddotfiles-88b5692a4c877d52890b9ac363dbb8dfc15ba46e.tar.gz
dotfiles-88b5692a4c877d52890b9ac363dbb8dfc15ba46e.tar.bz2
dotfiles-88b5692a4c877d52890b9ac363dbb8dfc15ba46e.zip
let mutt clear bar notification
-rwxr-xr-xMail/mutt/notify.sh1
1 files changed, 1 insertions, 0 deletions
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