From 9bb8053b22e57785978af6be8865ed8f82476bcd Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 17 Apr 2025 15:24:42 -0500 Subject: [PATCH] Cleaning up conky configs. --- .config/qtile/README.org | 2 +- .config/qtile/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/qtile/README.org b/.config/qtile/README.org index b2b127c..16f2d3b 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -414,7 +414,7 @@ def init_widgets_list(): active = colors[8], inactive = colors[9], rounded = False, - highlight_color = colors[2], + highlight_color = colors[0], highlight_method = "line", this_current_screen_border = colors[7], this_screen_border = colors [4], diff --git a/.config/qtile/config.py b/.config/qtile/config.py index fb39da1..612d97c 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -291,7 +291,7 @@ def init_widgets_list(): active = colors[8], inactive = colors[9], rounded = False, - highlight_color = colors[2], + highlight_color = colors[0], highlight_method = "line", this_current_screen_border = colors[7], this_screen_border = colors [4],