Feat: Clock format
This commit is contained in:
parent
f9c4c04dd5
commit
d7b979f66e
@ -211,7 +211,7 @@ screens = [
|
|||||||
# widget.WindowName(),
|
# widget.WindowName(),
|
||||||
widget.Spacer(bar.STRETCH),
|
widget.Spacer(bar.STRETCH),
|
||||||
widget.Clock(
|
widget.Clock(
|
||||||
format="%A %d %B %Y %I:%M",
|
format="%a %d %B %Y %H:%M",
|
||||||
background=colors[13],
|
background=colors[13],
|
||||||
foreground=colors[15],
|
foreground=colors[15],
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user