From d7d89b303b6d641272c533c2f8ce64fdab618ebe Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Mon, 3 Feb 2025 16:16:18 +0100 Subject: [PATCH] Add tits. --- .config/qtile/config.org | 7 ++++--- .config/qtile/config.py | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.config/qtile/config.org b/.config/qtile/config.org index 9c18904..192c024 100755 --- a/.config/qtile/config.org +++ b/.config/qtile/config.org @@ -312,7 +312,8 @@ colors = [["#282c34", "#282c34"], # panel background ["#ff5555", "#ff5555"], # border line color for current tab ["#74438f", "#74438f"], # border line color for other tab and odd widgets ["#4f76c7", "#4f76c7"], # color for the even widgets - ["#e1acff", "#e1acff"]] # window name + ["#e1acff", "#e1acff"], # window name + ["#b00b69", "#b00b69"]] # tits # Sets the format for Qtile's run prompt. The config doesn't work if this isn't set but I didn't want to make a new Source Block and a literrate explanation for this, since it's only a thing that makes stuff work prompt = "{0}@{1}: ".format(os.environ["USER"], os.uname()[1]) @@ -358,8 +359,8 @@ def init_widgets_list(): rounded = False, highlight_color = colors[1], highlight_method = "line", - this_current_screen_border = colors[3], - this_screen_border = colors [4], + this_current_screen_border = colors[7], + this_screen_border = colors [5], other_current_screen_border = colors[0], other_screen_border = colors[0], foreground = colors[2], diff --git a/.config/qtile/config.py b/.config/qtile/config.py index dbc881a..992f3f4 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -223,7 +223,8 @@ colors = [["#282c34", "#282c34"], # panel background ["#ff5555", "#ff5555"], # border line color for current tab ["#74438f", "#74438f"], # border line color for other tab and odd widgets ["#4f76c7", "#4f76c7"], # color for the even widgets - ["#e1acff", "#e1acff"]] # window name + ["#e1acff", "#e1acff"], # window name + ["#b00b69", "#b00b69"]] # tits # Sets the format for Qtile's run prompt. The config doesn't work if this isn't set but I didn't want to make a new Source Block and a literrate explanation for this, since it's only a thing that makes stuff work prompt = "{0}@{1}: ".format(os.environ["USER"], os.uname()[1]) @@ -258,8 +259,8 @@ def init_widgets_list(): rounded = False, highlight_color = colors[1], highlight_method = "line", - this_current_screen_border = colors[3], - this_screen_border = colors [4], + this_current_screen_border = colors[7], + this_screen_border = colors [5], other_current_screen_border = colors[0], other_screen_border = colors[0], foreground = colors[2],