From f17d32e1891ce22e7f5969e3e491643e7b13f35f Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Sat, 26 Nov 2022 18:27:14 -0700 Subject: [PATCH] More mute unmute scripts changes --- scripts/mute-unmute.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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