From 19c08d1b073becb55848e50725a36ae8d2fceb00 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 10 Aug 2023 00:29:22 -0500 Subject: [PATCH] Minor edits --- .config/qtile/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 1766700..5537733 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -367,8 +367,8 @@ def init_widgets_list(): padding_y = 2, padding_x = 3, borderwidth = 3, - active = colors[1], - inactive = colors[6], + active = colors[8], + inactive = colors[1], rounded = False, highlight_color = colors[2], highlight_method = "line",