diff options
Diffstat (limited to 'etc')
| -rwxr-xr-x | etc/mailsync.sh | 1 | 
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 |