fix icon sizing for sb-volume
This commit is contained in:
parent
9d0369b1e2
commit
aafc5dcf82
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue