mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 17:38:45 +00:00
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
(defwidget clock []
|
|
(box :class "clock"
|
|
:orientation "h"
|
|
:space-evenly false
|
|
:halign "center"
|
|
date-time)
|
|
)
|
|
|
|
(defpoll date-time :interval "1s"
|
|
"sh widgets/clock/date-time.sh")
|