clock now also has an icon

main
The_miro 2024-11-28 10:25:04 +01:00
parent b726f61296
commit 080965cd37
1 changed files with 1 additions and 1 deletions

View File

@ -94,6 +94,6 @@
(defwidget clock []
(box :class "clock"
(label :text time)
(label :text {"${time}"})
)
)