Compare commits
	
		
			2 commits
		
	
	
		
			b2fe686b90
			...
			d7d89b303b
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
							 | 
						d7d89b303b | ||
| 
							 | 
						a56bcbdbaa | 
					 3 changed files with 9 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -14,4 +14,5 @@ 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,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],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -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],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue