print date without seconds

phoen
Daniel Barlow 2022-03-24 22:46:14 +00:00
parent 8abdffdbec
commit 7f1eddafce
1 changed files with 1 additions and 1 deletions

View File

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