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