summaryrefslogtreecommitdiffstats
path: root/volume
blob: e5a76fecb497117db44ce02f85c8ef08f136be66 (plain) (blame)
1
2
3
#!/bin/sh
[ $(pamixer --get-mute) = true ] && echo "\004MUTE\001" && exit 1
echo " $(pamixer --get-volume)%"