diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-01-04 19:17:45 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-04 19:17:45 -0500 |
commit | 5925f02e8c9b24e4ef949d3cae6a2fd119928609 (patch) | |
tree | 7f9464d0a393a4bc4554628727afece2933b9c26 /etc | |
parent | 453ad455cc1129e39b679145cf411c6f4be08dcc (diff) |
space added before dling icon
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/mailsync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mailsync.sh b/etc/mailsync.sh index ced17f9..95131e8 100755 --- a/etc/mailsync.sh +++ b/etc/mailsync.sh @@ -20,7 +20,7 @@ else notify() { mpv --really-quiet ~/.config/mutt/etc/notify.opus & pgrep -x dunst && notify-send -i ~/.config/mutt/etc/email.gif "$2 new mail(s) in \`$1\` account." ;} fi -echo 🔃 > ~/.config/mutt/.dl +echo " 🔃" > ~/.config/mutt/.dl pkill -RTMIN+12 i3blocks # Run offlineimap. You can feed this script different settings. |