1
0
Fork 0

fix icon sizing for sb-volume

This commit is contained in:
Luca Bilke 2023-02-06 16:50:04 +01:00
parent 9d0369b1e2
commit aafc5dcf82

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Prints the current volume or ﱝ if muted.
[ "$(pamixer --get-mute)" = true ] && echo "" && exit
[ "$(pamixer --get-mute)" = true ] && echo "\033[11mﱝ\033[10m" && exit
vol="$(pamixer --get-volume)"
if [ "$vol" -gt "70" ]; then