Feat: Clock format

This commit is contained in:
Bertrand Benjamin 2021-07-03 09:47:13 +02:00
parent f9c4c04dd5
commit d7b979f66e
1 changed files with 1 additions and 1 deletions

View File

@ -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],
),