mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
7 lines
155 B
Text
7 lines
155 B
Text
|
|
(defwidget center-clock []
|
|
(label :class "center-clock"
|
|
:orientation "h"
|
|
:halign "center"
|
|
:text {formattime(EWW_TIME, "%H:%M")})
|
|
)
|