From 910df527ede225086eaf9df5423c5e5453ab00a3 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Sat, 10 Oct 2020 21:33:08 +0200 Subject: [PATCH] Changed note in script --- arch-config/scripts/dunst-volume.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch-config/scripts/dunst-volume.sh b/arch-config/scripts/dunst-volume.sh index 3524d5fc..c6583d09 100644 --- a/arch-config/scripts/dunst-volume.sh +++ b/arch-config/scripts/dunst-volume.sh @@ -1,9 +1,9 @@ #!/bin/bash # You can call this script like this: -# $./volume.sh up -# $./volume.sh down -# $./volume.sh mute +# $./dunst-volume.sh up +# $./dunst-volume.sh down +# $./dunst-volume.sh mute get_volume() { amixer get Master | grep '%' | head -n 1 | cut -d '[' -f 2 | cut -d '%' -f 1