diff options
Diffstat (limited to 'dwm-audio')
-rwxr-xr-x | dwm-audio | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ volume="$(pamixer --get-volume-human)" mute="$(pamixer --get-mute)" if [[ $volume == 0 || "$mute" == "true" ]]; then # Sound muted notification - dunstify -t 1000 -a "changeVolume" -u low -i audio-volume-muted-blocking-symbolic \ + dunstify -t 1000 -a "changeVolume" -u low -i audio-volume-muted-symbolic \ -h string:x-dunst-stack-tag:$msgTag "Volume muted" canberra-gtk-play -i audio-volume-change -d "changeVolume" else |