mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 10:31:13 +10:00
Minor edits
This commit is contained in:
@@ -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],
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user