More mute unmute scripts changes

This commit is contained in:
Jeremiah Ticket 2022-11-26 18:27:14 -07:00
parent 4faea9059f
commit f17d32e189

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
if [ $(pamixer --get-mute) = false ]; then if [ $(pamixer --get-mute) = false ]; then
spd-say -Cw 'Muting!' spd-say -P important -Cw 'Muting!'
pamixer -t pamixer -t
else else
pamixer -t pamixer -t
spd-say -Cw 'Unmuted!' spd-say -P important -Cw 'Unmuted!'
fi fi