From 282c5ca84074045ef1e546a94334b2daff70426a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Mon, 30 Nov 2020 21:33:54 +0300 Subject: mail soundalert: convert to ogg vorbis --- dotfiles/.local/bin/mailsync | 2 +- dotfiles/.local/share/soundalerts/mail.mp3 | Bin 25077 -> 0 bytes dotfiles/.local/share/soundalerts/mail.ogg | Bin 0 -> 10552 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 dotfiles/.local/share/soundalerts/mail.mp3 create mode 100644 dotfiles/.local/share/soundalerts/mail.ogg (limited to 'dotfiles') 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 Binary files a/dotfiles/.local/share/soundalerts/mail.mp3 and /dev/null differ diff --git a/dotfiles/.local/share/soundalerts/mail.ogg b/dotfiles/.local/share/soundalerts/mail.ogg new file mode 100644 index 0000000..485dd4c Binary files /dev/null and b/dotfiles/.local/share/soundalerts/mail.ogg differ -- cgit v1.2.3