From 9a62e1ae0fb9eb8cd57356ab89a48f5b4d707952 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 10 Oct 2020 15:00:11 +0200 Subject: [PATCH] Volume notification shows the volume as a number and a bar. --- arch-config/scripts/dunst-volume.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/scripts/dunst-volume.sh b/arch-config/scripts/dunst-volume.sh index 56b8bef9..3524d5fc 100644 --- a/arch-config/scripts/dunst-volume.sh +++ b/arch-config/scripts/dunst-volume.sh @@ -19,7 +19,7 @@ send_notification() { # https://en.wikipedia.org/wiki/Box-drawing_character bar=$(seq -s "─" $(($volume / 5)) | sed 's/[0-9]//g') # Send the notification - dunstify -i audio-volume-high -r 2593 " $bar" + dunstify -i audio-volume-high -r 2593 "$volume $bar" } case $1 in