Compare commits
No commits in common. "d7d89b303b6d641272c533c2f8ce64fdab618ebe" and "b2fe686b909fdecb5d6a0e326d5a765b8c10eb3c" have entirely different histories.
d7d89b303b
...
b2fe686b90
3 changed files with 6 additions and 9 deletions
|
@ -14,5 +14,4 @@ picom &
|
|||
ping -c 1 10.21.37.1 &
|
||||
xinput set-prop "Logitech ERGO M575" "libinput Natural Scrolling Enabled" 1 &
|
||||
solaar -w hide &
|
||||
nextcloud &
|
||||
wallman &
|
||||
|
|
|
@ -312,8 +312,7 @@ 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
|
||||
["#b00b69", "#b00b69"]] # tits
|
||||
["#e1acff", "#e1acff"]] # window name
|
||||
|
||||
# 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])
|
||||
|
@ -359,8 +358,8 @@ def init_widgets_list():
|
|||
rounded = False,
|
||||
highlight_color = colors[1],
|
||||
highlight_method = "line",
|
||||
this_current_screen_border = colors[7],
|
||||
this_screen_border = colors [5],
|
||||
this_current_screen_border = colors[3],
|
||||
this_screen_border = colors [4],
|
||||
other_current_screen_border = colors[0],
|
||||
other_screen_border = colors[0],
|
||||
foreground = colors[2],
|
||||
|
|
|
@ -223,8 +223,7 @@ 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
|
||||
["#b00b69", "#b00b69"]] # tits
|
||||
["#e1acff", "#e1acff"]] # window name
|
||||
|
||||
# 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])
|
||||
|
@ -259,8 +258,8 @@ def init_widgets_list():
|
|||
rounded = False,
|
||||
highlight_color = colors[1],
|
||||
highlight_method = "line",
|
||||
this_current_screen_border = colors[7],
|
||||
this_screen_border = colors [5],
|
||||
this_current_screen_border = colors[3],
|
||||
this_screen_border = colors [4],
|
||||
other_current_screen_border = colors[0],
|
||||
other_screen_border = colors[0],
|
||||
foreground = colors[2],
|
||||
|
|
Loading…
Reference in a new issue