aboutsummaryrefslogtreecommitdiff
path: root/lemonblocks/modules/volume.sh
blob: e67c63ff4dc964dd0ad61ade90565ae7386246ab (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

printf " VOL:$(pamixer --get-volume-human) " ""
# if [ $volume_level == "muted" ]; then
        # printf "%{F#ff0058}VOL: $(pamixer --get-volume)%{F-}"
# else
        # printf "VOL: $volume_level"
# fi