use acpid for updating panel speaker/headset icon
[~bandali/configs] / bspwm / .local / bin / spk-icon
index 216fbf4..10a2e7c 100755 (executable)
@@ -1,5 +1,5 @@
 if $(pamixer --get-mute) ; then
 echo ⮝
 else
-echo ⮟
+cat /tmp/spkicon
 fi