Conky: Use normal font in i3lock
This commit is contained in:
		@@ -14,7 +14,7 @@ conky.config = {
 | 
				
			|||||||
	update_interval = 1,
 | 
						update_interval = 1,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	use_xft = true,
 | 
						use_xft = true,
 | 
				
			||||||
	font = 'Noto Sans:style=Light:size=10',
 | 
						font = 'Noto Sans:style=Normal:size=10',
 | 
				
			||||||
	default_color = '#fffcf6',
 | 
						default_color = '#fffcf6',
 | 
				
			||||||
	color1 = '383c4a', -- Background
 | 
						color1 = '383c4a', -- Background
 | 
				
			||||||
	color2 = 'fffcf6', -- Foreground
 | 
						color2 = 'fffcf6', -- Foreground
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user