dotfiles/de/home/.config/eww/modules/bar/clock.yuck
2025-07-16 16:57:07 -07:00

4 lines
108 B
Text

(defwidget clock []
(label
:class "datetime"
:text {formattime(EWW_TIME,"%b %d, %Y | %H:%M")}))