diff --git a/scripts/mute-unmute.sh b/scripts/mute-unmute.sh index 7510dca..7e2db35 100755 --- a/scripts/mute-unmute.sh +++ b/scripts/mute-unmute.sh @@ -16,6 +16,6 @@ if [ $(pamixer --get-mute) = false ]; then pamixer -t else pamixer -t - play -qnG synth 0.05 sin 440 + play -qnGV0 synth 0.05 sin 440 spd-say -P important -Cw 'Unmuted!' fi