i3status: Fix time format

This commit is contained in:
2024-02-12 15:03:57 +01:00
parent 4e3118e3c7
commit f8ae168f7e

View File

@@ -105,5 +105,4 @@ interval = 1800
[[block]]
block = "time"
interval = 1
locale = "de_DE"
format = " [CW %V] %a %d.%m.%Y %H:%M:%S "
format = " $timestamp.datetime(f:'[CW %V] %a %d.%m.%Y %H:%M:%S', l:de_DE) "