eww: Fix headset control widget
This commit is contained in:
parent
edf5ed2ea3
commit
513830fc9c
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
" "))
|
||||
|
||||
|
|
Loading…
Reference in a new issue