Don't (visually) update prompt every second

This commit is contained in:
Charlotte Van Petegem 2021-01-20 22:28:50 +01:00
parent 05c9fe490b
commit e991c0e8a1
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -100,5 +100,5 @@ pkgs.writeText "configuration.toml" ''
[[block]]
block = "time"
interval = 1
format = "%a %d/%m %H:%M:%S"
format = "%a %d/%m %H:%M"
''