7 lines
252 B
Plaintext
7 lines
252 B
Plaintext
|
|
(defwidget cc-toggle []
|
|
(button :onclick "sh scripts/eww-window.sh toggle control-center"
|
|
:class "control-center-toggle ${ window_state_control-center == "open" ? "open" : "closed" }"
|
|
{ notification_modes =~ "dnd" ? "" : ""})
|
|
)
|