summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-05-04 16:13:02 -0700
committerLuke Smith <luke@lukesmith.xyz>2018-05-04 16:13:02 -0700
commit1d0afcc855d2c7fa1d1f021ca67d184698b2b91a (patch)
tree43491bf34aa18cb2ab1040e850c578ae9b4a8e4b
parent3513063d08aba74d5e3c5834c0c62ca3d921243c (diff)
i3blocks counter updates automatically
-rwxr-xr-xetc/mailsync.sh1
1 files changed, 1 insertions, 0 deletions
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