summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mailsync2
-rw-r--r--bin/notify.oggbin0 -> 19247 bytes
-rw-r--r--bin/notify.opusbin28900 -> 0 bytes
3 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
diff --git a/bin/notify.ogg b/bin/notify.ogg
new file mode 100644
index 0000000..b20092e
--- /dev/null
+++ b/bin/notify.ogg
Binary files differ
diff --git a/bin/notify.opus b/bin/notify.opus
deleted file mode 100644
index a76ce32..0000000
--- a/bin/notify.opus
+++ /dev/null
Binary files differ