aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-11-30 21:33:54 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2020-11-30 21:33:54 +0300
commit282c5ca84074045ef1e546a94334b2daff70426a (patch)
treea6b08742aebd22d35ac583b4acdd002b1affa90b
parent4516b146acaf1692488a9e9d795e5c07092f867a (diff)
downloadswayrice-282c5ca84074045ef1e546a94334b2daff70426a.tar.gz
swayrice-282c5ca84074045ef1e546a94334b2daff70426a.zip
mail soundalert: convert to ogg vorbis
-rwxr-xr-xdotfiles/.local/bin/mailsync2
-rw-r--r--dotfiles/.local/share/soundalerts/mail.mp3bin25077 -> 0 bytes
-rw-r--r--dotfiles/.local/share/soundalerts/mail.oggbin0 -> 10552 bytes
3 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/mailsync b/dotfiles/.local/bin/mailsync
index 0435c7c..d67db06 100755
--- a/dotfiles/.local/bin/mailsync
+++ b/dotfiles/.local/bin/mailsync
@@ -39,7 +39,7 @@ do
done
if [ $thereis = 1 ]; then
- mpv --really-quiet "$HOME/.local/share/soundalerts/mail.mp3"
+ mpv --really-quiet "$HOME/.local/share/soundalerts/mail.ogg"
killall -43 waybar
fi
diff --git a/dotfiles/.local/share/soundalerts/mail.mp3 b/dotfiles/.local/share/soundalerts/mail.mp3
deleted file mode 100644
index 7e6812d..0000000
--- a/dotfiles/.local/share/soundalerts/mail.mp3
+++ /dev/null
Binary files differ
diff --git a/dotfiles/.local/share/soundalerts/mail.ogg b/dotfiles/.local/share/soundalerts/mail.ogg
new file mode 100644
index 0000000..485dd4c
--- /dev/null
+++ b/dotfiles/.local/share/soundalerts/mail.ogg
Binary files differ