minor update to replace icon

This commit is contained in:
Solomon Laing 2022-11-30 15:44:52 +10:30
parent b92a41868a
commit 688b0965f2

View File

@ -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() {