From ec87106834a3f146c64642d45c694049729adc0e Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 5 Jul 2018 13:18:22 -0400 Subject: [PATCH] mpv now --really-quiet output --- etc/mailsync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/mailsync.sh b/etc/mailsync.sh index 69400f5..093675f 100755 --- a/etc/mailsync.sh +++ b/etc/mailsync.sh @@ -36,7 +36,7 @@ do if [ "$newcount" -gt "0" ] then notify "$account" "$newcount" & disown - mpv --quiet ~/.config/mutt/etc/notify.opus + mpv --really-quiet ~/.config/mutt/etc/notify.opus fi done