From 688b0965f2979e478e7183fe22a0f52df20643cc Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Wed, 30 Nov 2022 15:44:52 +1030 Subject: [PATCH] minor update to replace icon --- scripts/status-vol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {