Polybar: Add light mode
This commit is contained in:
		@@ -36,6 +36,12 @@ step_configure() {
 | 
			
		||||
	elif pgrep -U "$UID" i3 > /dev/null 2>&1; then
 | 
			
		||||
		export PB_WM_RESTACK="i3"
 | 
			
		||||
	fi
 | 
			
		||||
	# Light theme
 | 
			
		||||
	if [ "$THEME" == "light" ]; then
 | 
			
		||||
		export PB_COLOR_BG="#eff0f1"
 | 
			
		||||
		export PB_COLOR_FG="#232629"
 | 
			
		||||
		export PB_COLOR_BORDER="#bdc3c7"
 | 
			
		||||
	fi
 | 
			
		||||
}
 | 
			
		||||
step_spawn_primary() {
 | 
			
		||||
	# Spawn bars on the primary monitor
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user