diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-10-03 18:54:34 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-10-03 18:54:34 +0200 |
commit | bf9e5595f4ee0a6c9ebb7a3a59a312b289446df8 (patch) | |
tree | ee9fd7ba4078d1fb762b5b78e9ff8d8f8f727ae3 /dwm-audio | |
parent | b47b759d37f426d16934040cec6e60bf5eecceea (diff) | |
download | scripts-bf9e5595f4ee0a6c9ebb7a3a59a312b289446df8.tar.gz scripts-bf9e5595f4ee0a6c9ebb7a3a59a312b289446df8.tar.bz2 scripts-bf9e5595f4ee0a6c9ebb7a3a59a312b289446df8.zip |
update
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 |