This commit is contained in:
Stephan Raabe 2023-02-23 13:33:53 +01:00
parent f468f15680
commit 7e4d376fea
2 changed files with 6 additions and 0 deletions

View File

@ -227,6 +227,12 @@ screens = [
text='|',
foreground=ColorC,
),
widget.Battery(),
# widget.Backlight(),
widget.TextBox(
text='|',
foreground=ColorC,
),
widget.Clock(
format="%Y-%m-%d %a %I:%M %p",
),