mirror of
				https://github.com/Zedfrigg/ironbar.git
				synced 2025-11-03 23:11:54 +01:00 
			
		
		
		
	feat: global icon theme setting
BREAKING CHANGE: This removes the `icon_theme` option from `launcher` and `focused`. You will need to set this at the top of your config instead.
This commit is contained in:
		
					parent
					
						
							
								393800aaa2
							
						
					
				
			
			
				commit
				
					
						3cf9be89fd
					
				
			
		
					 12 changed files with 75 additions and 40 deletions
				
			
		| 
						 | 
				
			
			@ -272,6 +272,7 @@ The following table lists each of the top-level bar config options:
 | 
			
		|||
| `position`        | `top` or `bottom` or `left` or `right` | `bottom` | The bar's position on screen.                                                           |
 | 
			
		||||
| `anchor_to_edges` | `boolean`                              | `false`  | Whether to anchor the bar to the edges of the screen. Setting to false centres the bar. |
 | 
			
		||||
| `height`          | `integer`                              | `42`     | The bar's height in pixels.                                                             |
 | 
			
		||||
| `icon_theme`      | `string`                               | `null`   | Name of the GTK icon theme to use. Leave blank to use default.                          |
 | 
			
		||||
| `start`           | `Module[]`                             | `[]`     | Array of left or top modules.                                                           |
 | 
			
		||||
| `center`          | `Module[]`                             | `[]`     | Array of center modules.                                                                |
 | 
			
		||||
| `end`             | `Module[]`                             | `[]`     | Array of right or bottom modules.                                                       |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue