Minor edits

This commit is contained in:
Derek Taylor
2023-08-31 19:12:00 -05:00
parent 054991a1a8
commit 9802a064f4
+4 -4
View File
@@ -406,22 +406,22 @@ def init_widgets_list():
), ),
widget.Spacer(length = 8), widget.Spacer(length = 8),
widget.KeyboardLayout( widget.KeyboardLayout(
foreground = colors[8], foreground = colors[4],
fmt = '⌨ Kbd: {}', fmt = '⌨ Kbd: {}',
decorations=[ decorations=[
BorderDecoration( BorderDecoration(
colour = colors[8], colour = colors[4],
border_width = [0, 0, 2, 0], border_width = [0, 0, 2, 0],
) )
], ],
), ),
widget.Spacer(length = 8), widget.Spacer(length = 8),
widget.Clock( widget.Clock(
foreground = colors[6], foreground = colors[8],
format = "%a, %b %d - %H:%M", format = "%a, %b %d - %H:%M",
decorations=[ decorations=[
BorderDecoration( BorderDecoration(
colour = colors[6], colour = colors[8],
border_width = [0, 0, 2, 0], border_width = [0, 0, 2, 0],
) )
], ],