summaryrefslogtreecommitdiffstats
path: root/bspwm/.local/bin/spk-icon
blob: 216fbf4fe07d8957b3293a54676f2ca887bb732f (plain) (blame)
1
2
3
4
5
if $(pamixer --get-mute) ; then
echo ⮝
else
echo ⮟
fi