diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-02-22 17:41:01 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-22 17:41:01 -0500 |
commit | 77c89b16cc6f7c2816e95532fbde5267344c7404 (patch) | |
tree | bc4dd9a9074edc9552254ced5679da906ff41b51 /bin/mailsync | |
parent | 977b03349ab54dd013387b61cf5c0dfb2dc49b88 (diff) |
ding now ogg & played with pa
Diffstat (limited to 'bin/mailsync')
-rwxr-xr-x | bin/mailsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mailsync b/bin/mailsync index b6b728f..a412254 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -16,7 +16,7 @@ if [ "$(uname)" = "Darwin" ] then notify() { osascript -e "display notification \"$2 in $1\" with title \"You've got Mail\" subtitle \"Account: $account\"" && sleep 2 ;} else - notify() { mpv --really-quiet "$HOME/.config/mutt/bin/notify.opus" & pgrep -x dunst && notify-send "📬 $2 new mail(s) in \`$1\` account." ;} + notify() { paplay "$HOME/.config/mutt/bin/notify.ogg" & pgrep -x dunst && notify-send "📬 $2 new mail(s) in \`$1\` account." ;} fi echo " 🔃" > /tmp/imapsyncicon |