minor update to replace icon
This commit is contained in:
parent
b92a41868a
commit
688b0965f2
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user