✨ a lot of changes and new stuff! started using mako
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
(defwidget clock []
|
||||
(box :class "clock"
|
||||
(button :onclick "eww open calendar-window --toggle"
|
||||
:tooltip "${day-name}, ${month-name} ${day}"
|
||||
(button :onclick "sh scripts/eww-window.sh toggle calendar-window"
|
||||
:class "${window_state_calendar-window == 'open' ? 'cal-open' : ''}"
|
||||
"${day-name} ${day}, ${time}")
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user