dotfiles/_suckless/_scripts/sb-volume

6 lines
188 B
Plaintext
Raw Normal View History

2021-06-19 15:50:04 +02:00
#!/bin/sh
[ $(pamixer --get-mute) = true ] && echo "^c#161616^^b#fd4285^mute^d^" && exit
vol="$(pamixer --get-volume)"
[ $(echo $vol | wc -c) -lt 4 ] && echo " ${vol}%" || echo "${vol}%"