print date without seconds

This commit is contained in:
Daniel Barlow 2022-03-24 22:46:14 +00:00
parent 8abdffdbec
commit 7f1eddafce

View File

@ -56,7 +56,7 @@
}) })
(indicator { (indicator {
:interval 1000 :interval 1000
:text #(os.date "%X") :text #(os.date "%H:%M")
}) })
]}) ]})