From 9202a7284f8a0cae9b15750cf4acdd9b3b775152 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 20 Apr 2019 19:02:08 -0400 Subject: notification sound removed --- bin/mailsync | 2 +- bin/notify.ogg | Bin 19247 -> 0 bytes 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 bin/notify.ogg diff --git a/bin/mailsync b/bin/mailsync index 6ab8efb..48155b1 100755 --- a/bin/mailsync +++ b/bin/mailsync @@ -10,7 +10,7 @@ export DISPLAY=:0.0 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() { paplay "$HOME/.config/mutt/bin/notify.ogg" & notify-send "mutt-wizard" "📬 $2 new mail(s) in \`$1\` account." ;} + notify() { notify-send "mutt-wizard" "📬 $2 new mail(s) in \`$1\` account." ;} fi echo " 🔃" > /tmp/imapsyncicon diff --git a/bin/notify.ogg b/bin/notify.ogg deleted file mode 100644 index b20092e..0000000 Binary files a/bin/notify.ogg and /dev/null differ -- cgit v1.2.3