Conky: Fix i3lock font color
This commit is contained in:
		@@ -15,7 +15,7 @@ conky.config = {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	use_xft = true,
 | 
						use_xft = true,
 | 
				
			||||||
	font = 'Noto Sans:style=Light:size=10',
 | 
						font = 'Noto Sans:style=Light:size=10',
 | 
				
			||||||
	default_color = '#ebdbb2',
 | 
						default_color = '#fffcf6',
 | 
				
			||||||
	color1 = '383c4a', -- Background
 | 
						color1 = '383c4a', -- Background
 | 
				
			||||||
	color2 = 'fffcf6', -- Foreground
 | 
						color2 = 'fffcf6', -- Foreground
 | 
				
			||||||
	color3 = '4b5162', -- Background-alt
 | 
						color3 = '4b5162', -- Background-alt
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user