From a54989a8b084b12bcdd22e319f30efe2ffd22f6a Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Thu, 28 Jan 2021 22:26:28 -0500 Subject: [PATCH] Audio-set: Cut front from notification --- audio-set | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio-set b/audio-set index 572bdf5..bce49e9 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)" -t 1000 +notify-send "Volume" "$(amixer sget Master | tail -n 1 | tail -c +21)" -t 1000 -- 2.39.2