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