✨ feat(eww): a lot of stuff fixed, prettier active window and media widgets
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
(defpoll datetime :interval "10s"
|
||||
`date +"%A %d, %H:%M"`)
|
||||
|
||||
(defwidget clock []
|
||||
(box :class "clock"
|
||||
(button :onclick "eww open calendar-window --toggle"
|
||||
"${datetime}")
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user