✨ a lot of changes and new stuff! started using mako
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
(defwidget cc-toggle []
|
||||
(box :class "control-center-toggle"
|
||||
(button :onclick "eww open --toggle control-center"
|
||||
" ")
|
||||
)
|
||||
(button :onclick "sh scripts/eww-window.sh toggle control-center"
|
||||
:class "control-center-toggle ${ window_state_control-center == "open" ? "open" : "closed" }"
|
||||
{ notification_modes =~ "dnd" ? "" : ""})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user