Browse Source

mpv now --really-quiet output

tags/v3.1
Luke Smith 6 years ago
parent
commit
ec87106834
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      etc/mailsync.sh

+ 1
- 1
etc/mailsync.sh View File

@@ -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



Loading…
Cancel
Save