Remove sound from notify-on-volume script

This commit is contained in:
2021-11-28 14:08:37 +03:00
parent c65e56351b
commit 9b092a960e

View File

@@ -12,5 +12,3 @@ else
# Show the volume notification # Show the volume notification
dunstify -a "notify-on-volume" -u low -r "$msgId" -h int:value:"$volume" "Volume: ${volume}%" dunstify -a "notify-on-volume" -u low -r "$msgId" -h int:value:"$volume" "Volume: ${volume}%"
fi fi
canberra-gtk-play -i audio-volume-change -d "notify-on-volume"