Conky: Go back to sidebar, change background color
This commit is contained in:
		@@ -5,7 +5,7 @@ conky.config = {
 | 
				
			|||||||
	own_window_title = 'Conky',
 | 
						own_window_title = 'Conky',
 | 
				
			||||||
	own_window_class = 'Conky',
 | 
						own_window_class = 'Conky',
 | 
				
			||||||
	own_window_type = 'desktop',
 | 
						own_window_type = 'desktop',
 | 
				
			||||||
	own_window_colour = '282828',
 | 
						own_window_colour = '1d2021',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	double_buffer = true,
 | 
						double_buffer = true,
 | 
				
			||||||
	cpu_avg_samples = 2,
 | 
						cpu_avg_samples = 2,
 | 
				
			||||||
@@ -25,9 +25,9 @@ conky.config = {
 | 
				
			|||||||
	color8 = '83a598', -- Blue (CPU)
 | 
						color8 = '83a598', -- Blue (CPU)
 | 
				
			||||||
	color9 = 'd3869b', -- Magenta (Memory)
 | 
						color9 = 'd3869b', -- Magenta (Memory)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	alignment = 'bottom_right',
 | 
						alignment = 'top_right',
 | 
				
			||||||
	xinerama_head = 2,
 | 
						xinerama_head = 2,
 | 
				
			||||||
	minimum_height = 100,
 | 
						minimum_height = 4000,
 | 
				
			||||||
	minimum_width = 300,
 | 
						minimum_width = 300,
 | 
				
			||||||
	border_width = 6,
 | 
						border_width = 6,
 | 
				
			||||||
	gap_x = 10,
 | 
						gap_x = 10,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user