Compare commits

..

No commits in common. "d7d89b303b6d641272c533c2f8ce64fdab618ebe" and "b2fe686b909fdecb5d6a0e326d5a765b8c10eb3c" have entirely different histories.

3 changed files with 6 additions and 9 deletions

View file

@ -14,5 +14,4 @@ picom &
ping -c 1 10.21.37.1 & ping -c 1 10.21.37.1 &
xinput set-prop "Logitech ERGO M575" "libinput Natural Scrolling Enabled" 1 & xinput set-prop "Logitech ERGO M575" "libinput Natural Scrolling Enabled" 1 &
solaar -w hide & solaar -w hide &
nextcloud &
wallman & wallman &

View file

@ -312,8 +312,7 @@ 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])
@ -359,8 +358,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[7], this_current_screen_border = colors[3],
this_screen_border = colors [5], this_screen_border = colors [4],
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,8 +223,7 @@ 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])
@ -259,8 +258,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[7], this_current_screen_border = colors[3],
this_screen_border = colors [5], this_screen_border = colors [4],
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],