feat: use eww as bar!

This commit is contained in:
João Dias
2024-11-23 10:10:28 -03:00
parent 1f08358b10
commit fb7b91699e
18 changed files with 349 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
(defpoll datetime :interval "10s"
"date +'%A %d, %H:%M'")
(defvar calendar_state "hidden")
(defwidget clock []
(box :class "clock"
(button :onclick "sh ./scripts/display-calendar.sh"
"${datetime}")
)
)