mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	swaybar: Read urgent colors from IPC
This commit is contained in:
		
							parent
							
								
									af5f736277
								
							
						
					
					
						commit
						255dc8bbb0
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		|  | @ -115,6 +115,18 @@ static void ipc_parse_colors( | |||
| 		config->colors.inactive_workspace.text = parse_color( | ||||
| 				json_object_get_string(inactive_workspace_text)); | ||||
| 	} | ||||
| 	if (urgent_workspace_border) { | ||||
| 		config->colors.urgent_workspace.border = parse_color( | ||||
| 				json_object_get_string(urgent_workspace_border)); | ||||
| 	} | ||||
| 	if (urgent_workspace_bg) { | ||||
| 		config->colors.urgent_workspace.background = parse_color( | ||||
| 				json_object_get_string(urgent_workspace_bg)); | ||||
| 	} | ||||
| 	if (urgent_workspace_text) { | ||||
| 		config->colors.urgent_workspace.text = parse_color( | ||||
| 				json_object_get_string(urgent_workspace_text)); | ||||
| 	} | ||||
| 	if (binding_mode_border) { | ||||
| 		config->colors.binding_mode.border = parse_color( | ||||
| 				json_object_get_string(binding_mode_border)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ryan Dwyer
						Ryan Dwyer