Small change to mute-unmute script
This commit is contained in:
parent
08aa0f293f
commit
4faea9059f
@ -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 -Cw 'Muting!'
|
||||||
pamixer -t
|
pamixer -t
|
||||||
else
|
else
|
||||||
pamixer -t
|
pamixer -t
|
||||||
spd-say -Cw 'unmuted'
|
spd-say -Cw 'Unmuted!'
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user