From ef5839d87a19abf3f7b7ab8e0488e78e48a45ae5 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Wed, 3 Feb 2021 10:19:48 -0500 Subject: [PATCH] Audio-set: switch to cut for parsing volume --- audio-set | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio-set b/audio-set index bce49e9..e916889 100755 --- a/audio-set +++ b/audio-set @@ -9,4 +9,4 @@ else pactl set-sink-mute 0 toggle fi -notify-send "Volume" "$(amixer sget Master | tail -n 1 | tail -c +21)" -t 1000 +notify-send "Volume" "$(amixer sget Master | tail -n 1 | cut -d ' ' -f 7-)" -t 1000 -- 2.39.2