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 | |
parent | 4516b146acaf1692488a9e9d795e5c07092f867a (diff) | |
download | swayrice-282c5ca84074045ef1e546a94334b2daff70426a.tar.gz swayrice-282c5ca84074045ef1e546a94334b2daff70426a.zip |
mail soundalert: convert to ogg vorbis
Diffstat (limited to 'dotfiles/.local')
-rwxr-xr-x | dotfiles/.local/bin/mailsync | 2 | ||||
-rw-r--r-- | dotfiles/.local/share/soundalerts/mail.mp3 | bin | 25077 -> 0 bytes | |||
-rw-r--r-- | dotfiles/.local/share/soundalerts/mail.ogg | bin | 0 -> 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 Binary files differdeleted file mode 100644 index 7e6812d..0000000 --- a/dotfiles/.local/share/soundalerts/mail.mp3 +++ /dev/null diff --git a/dotfiles/.local/share/soundalerts/mail.ogg b/dotfiles/.local/share/soundalerts/mail.ogg Binary files differnew file mode 100644 index 0000000..485dd4c --- /dev/null +++ b/dotfiles/.local/share/soundalerts/mail.ogg |