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`)
|
`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)
|
||||||
|
|
Loading…
Reference in a new issue