cp /etc/xdg/xfce4/xinitrc .config/xfce4/xinitrc
[~bandali/configs] / bspwm / .local / bin / spk-icon
1 if $(pamixer --get-mute) ; then
2 echo ⮝
3 else
4 cat /tmp/spkicon
5 fi