cut seconds from the actual hours, it takes place for nothing, when there is am/pm better not to add seconds

This commit is contained in:
primardj 2024-01-30 11:35:59 +00:00
parent fbdfc9035d
commit eabade15d3

View file

@ -12,12 +12,6 @@
`date +%M`)
(defpoll seconds
:interval "1s"
:initial "00"
`date +%S`)
(defpoll ampm
:interval "1s"
:initial "00"
@ -37,7 +31,7 @@
(box :width 155 :height 155 :class "analog-clock")
(box
:height 155
:width 200
:width 175
:class "numerical-clock"
:orientation "v"
:space-evenly false
@ -51,10 +45,6 @@
:class "time"
(label :text minutes)
)
(box
:class "time"
(label :text seconds)
)
(box
:class "time"
(label :text ampm)