More mute unmute scripts changes
This commit is contained in:
parent
4faea9059f
commit
f17d32e189
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user