From 9802a064f4f7c1f467bc17d82193cd245a883fab Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 31 Aug 2023 19:12:00 -0500 Subject: [PATCH] Minor edits --- .config/qtile/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index b91cf07..badbed5 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -406,22 +406,22 @@ def init_widgets_list(): ), widget.Spacer(length = 8), widget.KeyboardLayout( - foreground = colors[8], + foreground = colors[4], fmt = '⌨ Kbd: {}', decorations=[ BorderDecoration( - colour = colors[8], + colour = colors[4], border_width = [0, 0, 2, 0], ) ], ), widget.Spacer(length = 8), widget.Clock( - foreground = colors[6], + foreground = colors[8], format = "⏱ %a, %b %d - %H:%M", decorations=[ BorderDecoration( - colour = colors[6], + colour = colors[8], border_width = [0, 0, 2, 0], ) ],