Fix typo in time on rainbowdash

This commit is contained in:
Artemis Tosini 2021-08-27 15:17:35 +00:00
parent cd1112404d
commit dfd5887f35
Signed by: artemist
GPG key ID: ADFFE553DCBB831E

View file

@ -43,7 +43,7 @@
type = "battery" type = "battery"
[[tile]] [[tile]]
type = "time" type = "time"
format = "%Y-%m-%dT%H-%S-%S" format = "%Y-%m-%dT%H:%M:%S"
''; '';
}; };