eww: Fix headset control widget

This commit is contained in:
Erwin Boskma 2023-10-30 09:35:14 +01:00
parent edf5ed2ea3
commit 513830fc9c
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -186,9 +186,8 @@
:onclick "systemctl shutdown" "󰐥"))))
(defwidget headset []
(button :space-evenly false
:class "headset-button"
:click "headsetcontrol -s 128"
(button :class "headset-button"
:onclick "headsetcontrol -s 128"
:onrightclick "headsetcontrol -s 0"
"󰋎 "))