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

10 lines
250 B
Plaintext

(defwidget panel_date [h]
(label
:class "panel_mini_widg panel_date"
:halign "end"
:valign "end"
:height "${h}"
;:active true
:text "${formattime(EWW_TIME,"%b%d")}"
)
)