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",