3 lines
86 B
Text
3 lines
86 B
Text
(defwidget clock []
|
|
(label
|
|
:text {formattime(EWW_TIME,"%b %d, %Y | %H:%M")}))
|