From d7b979f66e18aa0d94de386579d4e30733b213c9 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 3 Jul 2021 09:47:13 +0200 Subject: [PATCH] Feat: Clock format --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index dcaa177..1143fbe 100644 --- a/config.py +++ b/config.py @@ -211,7 +211,7 @@ screens = [ # widget.WindowName(), widget.Spacer(bar.STRETCH), widget.Clock( - format="%A %d %B %Y %I:%M", + format="%a %d %B %Y %H:%M", background=colors[13], foreground=colors[15], ),