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@)"
|
vol="$(wpctl get-volume @DEFAULT_AUDIO_SINK@)"
|
||||||
|
|
||||||
# If muted, print 🔇 and exit.
|
# If muted, print 🔇 and exit.
|
||||||
[ "$vol" != "${vol%\[MUTED\]}" ] && echo 🔇 && exit
|
[ "$vol" != "${vol%\[MUTED\]}" ] && echo && exit
|
||||||
|
|
||||||
vol="${vol#Volume: }"
|
vol="${vol#Volume: }"
|
||||||
split() {
|
split() {
|
||||||
|
|||||||
Reference in New Issue
Block a user