use acpid for updating panel speaker/headset icon
[~bandali/configs] / bspwm / .local / bin / spk-icon
CommitLineData
5c899f1f
AB
1if $(pamixer --get-mute) ; then
2echo ⮝
3else
50093113 4cat /tmp/spkicon
5c899f1f 5fi