Add tits.

This commit is contained in:
Emma Nora Theuer 2025-02-03 16:16:18 +01:00
parent a56bcbdbaa
commit d7d89b303b
2 changed files with 8 additions and 6 deletions

View file

@ -312,7 +312,8 @@ colors = [["#282c34", "#282c34"], # panel background
["#ff5555", "#ff5555"], # border line color for current tab ["#ff5555", "#ff5555"], # border line color for current tab
["#74438f", "#74438f"], # border line color for other tab and odd widgets ["#74438f", "#74438f"], # border line color for other tab and odd widgets
["#4f76c7", "#4f76c7"], # color for the even 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 # 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]) prompt = "{0}@{1}: ".format(os.environ["USER"], os.uname()[1])
@ -358,8 +359,8 @@ def init_widgets_list():
rounded = False, rounded = False,
highlight_color = colors[1], highlight_color = colors[1],
highlight_method = "line", highlight_method = "line",
this_current_screen_border = colors[3], this_current_screen_border = colors[7],
this_screen_border = colors [4], this_screen_border = colors [5],
other_current_screen_border = colors[0], other_current_screen_border = colors[0],
other_screen_border = colors[0], other_screen_border = colors[0],
foreground = colors[2], foreground = colors[2],

View file

@ -223,7 +223,8 @@ colors = [["#282c34", "#282c34"], # panel background
["#ff5555", "#ff5555"], # border line color for current tab ["#ff5555", "#ff5555"], # border line color for current tab
["#74438f", "#74438f"], # border line color for other tab and odd widgets ["#74438f", "#74438f"], # border line color for other tab and odd widgets
["#4f76c7", "#4f76c7"], # color for the even 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 # 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]) prompt = "{0}@{1}: ".format(os.environ["USER"], os.uname()[1])
@ -258,8 +259,8 @@ def init_widgets_list():
rounded = False, rounded = False,
highlight_color = colors[1], highlight_color = colors[1],
highlight_method = "line", highlight_method = "line",
this_current_screen_border = colors[3], this_current_screen_border = colors[7],
this_screen_border = colors [4], this_screen_border = colors [5],
other_current_screen_border = colors[0], other_current_screen_border = colors[0],
other_screen_border = colors[0], other_screen_border = colors[0],
foreground = colors[2], foreground = colors[2],