From f5596952871a0e01bc888dca4dab6d67cf265ecf Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 2 Apr 2020 22:30:02 +0300 Subject: some more fixes --- dotfiles/.local/bin/mailcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.local') diff --git a/dotfiles/.local/bin/mailcheck b/dotfiles/.local/bin/mailcheck index 32f76a9..75800a9 100755 --- a/dotfiles/.local/bin/mailcheck +++ b/dotfiles/.local/bin/mailcheck @@ -12,7 +12,7 @@ export DISPLAY=:0.0 notify() { notify-send "📬 Email" "$2 new mail(s) in \`$1\` account." - mplayer $HOME/.local/share/soundalerts/mail.mp3 + mpv $HOME/.local/share/soundalerts/mail.mp3 } # Run mbsync. You can feed this script different settings. -- cgit v1.2.3