diff --git a/scripts/mute-unmute.sh b/scripts/mute-unmute.sh index df61bee..2708b4c 100755 --- a/scripts/mute-unmute.sh +++ b/scripts/mute-unmute.sh @@ -1,8 +1,8 @@ #!/bin/bash if [ $(pamixer --get-mute) = false ]; then -spd-say -Cw 'Muting!' +spd-say -P important -Cw 'Muting!' pamixer -t else pamixer -t -spd-say -Cw 'Unmuted!' +spd-say -P important -Cw 'Unmuted!' fi