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:
parent
fbdfc9035d
commit
eabade15d3
1 changed files with 1 additions and 11 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue