From: Armaan Bhojwani Date: Fri, 29 Jan 2021 03:26:28 +0000 (-0500) Subject: Audio-set: Cut front from notification X-Git-Tag: v0.0.1~49 X-Git-Url: https://git.armaanb.net/?p=bin.git;a=commitdiff_plain;h=a54989a8b084b12bcdd22e319f30efe2ffd22f6a Audio-set: Cut front from notification --- 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