dotfiles/wayland/config/eww/modules/bar/clock.yuck
2026-07-03 15:21:35 -07:00

5 lines
148 B
Text

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