Cleaning up conky configs.

This commit is contained in:
Derek Taylor
2025-04-17 15:24:42 -05:00
parent fa6cde5dac
commit 9bb8053b22
2 changed files with 2 additions and 2 deletions

View File

@@ -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],

View File

@@ -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],