From bf9e5595f4ee0a6c9ebb7a3a59a312b289446df8 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Fri, 3 Oct 2025 18:54:34 +0200 Subject: update --- dwm-audio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm-audio') diff --git a/dwm-audio b/dwm-audio index 3ef4331..788b529 100755 --- a/dwm-audio +++ b/dwm-audio @@ -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 -- cgit v1.2.3