diff --git a/scripts/status-vol b/scripts/status-vol index 5d4d71e..c972067 100755 --- a/scripts/status-vol +++ b/scripts/status-vol @@ -5,7 +5,7 @@ vol="$(wpctl get-volume @DEFAULT_AUDIO_SINK@)" # If muted, print 🔇 and exit. -[ "$vol" != "${vol%\[MUTED\]}" ] && echo 🔇 && exit +[ "$vol" != "${vol%\[MUTED\]}" ] && echo  && exit vol="${vol#Volume: }" split() {