summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-20 19:02:08 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-20 19:02:08 -0400
commit9202a7284f8a0cae9b15750cf4acdd9b3b775152 (patch)
treed27bc394b3ca04bb0c00c4e6556be3eb58d0d412 /bin
parentec3386de382fc09d39fa65e16114dd239401a840 (diff)
notification sound removed
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mailsync2
-rw-r--r--bin/notify.oggbin19247 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
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
--- a/bin/notify.ogg
+++ /dev/null
Binary files differ