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