Candyrice/eww/yuck/panel/panel_widgs/panel_clock.yuck
candifloss 96a456a583 Added time and date widgs
Fixed :space-evenly problem
2024-08-07 23:34:41 +05:30

10 lines
253 B
Plaintext

(defwidget panel_time [h]
(label
:class "panel_mini_widg panel_time"
:halign "end"
:valign "end"
:height "${h}"
;:active true
:text "${formattime(EWW_TIME,"%I:%M%p")}"
)
)