diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-07-05 13:18:22 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-07-05 13:18:22 -0400 |
commit | ec87106834a3f146c64642d45c694049729adc0e (patch) | |
tree | e8d19da430e7309fa1d91856adb4bc74eb9dcd50 | |
parent | 183979f077a173e7649c6b5d4b87075fc2b30786 (diff) |
mpv now --really-quiet output
-rwxr-xr-x | etc/mailsync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |