diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-30 21:33:54 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-11-30 21:33:54 +0300 |
commit | 282c5ca84074045ef1e546a94334b2daff70426a (patch) | |
tree | a6b08742aebd22d35ac583b4acdd002b1affa90b /dotfiles/.local/bin/mailsync | |
parent | 4516b146acaf1692488a9e9d795e5c07092f867a (diff) | |
download | swayrice-282c5ca84074045ef1e546a94334b2daff70426a.tar.gz swayrice-282c5ca84074045ef1e546a94334b2daff70426a.zip |
mail soundalert: convert to ogg vorbis
Diffstat (limited to 'dotfiles/.local/bin/mailsync')
-rwxr-xr-x | dotfiles/.local/bin/mailsync | 2 |
1 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 |