From 1d0afcc855d2c7fa1d1f021ca67d184698b2b91a Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 4 May 2018 16:13:02 -0700 Subject: [PATCH] i3blocks counter updates automatically --- etc/mailsync.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/mailsync.sh b/etc/mailsync.sh index ca72e39..2ac78d9 100755 --- a/etc/mailsync.sh +++ b/etc/mailsync.sh @@ -32,6 +32,7 @@ do then notify "$account" "$newcount" & disown mpv --quiet ~/.config/mutt/etc/notify.opus + pkill -RTMIN+12 i3blocks # For my i3blocks setup. Updates new mail counter. fi done