mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	sway{,-bar}.5: add link to pango font description
This just specifies that both cmd_font and bar_cmd_font should be specified using the pango font description and adds a link to the pango documentation regarding the font description
This commit is contained in:
		
							parent
							
								
									daf766eccd
								
							
						
					
					
						commit
						b48e4b47dd
					
				
					 2 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
					@ -37,7 +37,9 @@ Sway allows configuring swaybar in the sway configuration file.
 | 
				
			||||||
	Executes custom bar command. Default is _swaybar_.
 | 
						Executes custom bar command. Default is _swaybar_.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*font* <font>
 | 
					*font* <font>
 | 
				
			||||||
	Specifies the font to be used in the bar.
 | 
						Specifies the font to be used in the bar. _font_ should be specified as a
 | 
				
			||||||
 | 
						pango font description. For more information on pango font descriptions,
 | 
				
			||||||
 | 
						see https://developer.gnome.org/pango/stable/pango-Fonts.html#pango-font-description-from-string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*separator_symbol* <symbol>
 | 
					*separator_symbol* <symbol>
 | 
				
			||||||
	Specifies the separator symbol to separate blocks on the bar.
 | 
						Specifies the separator symbol to separate blocks on the bar.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -563,7 +563,10 @@ The default colors are:
 | 
				
			||||||
	Sets font to use for the title bars. To enable support for pango markup,
 | 
						Sets font to use for the title bars. To enable support for pango markup,
 | 
				
			||||||
	preface the font name with _pango:_. For example, _monospace 10_ is the
 | 
						preface the font name with _pango:_. For example, _monospace 10_ is the
 | 
				
			||||||
	default font. To enable support for pango markup, _pango:monospace 10_
 | 
						default font. To enable support for pango markup, _pango:monospace 10_
 | 
				
			||||||
	should be used instead.
 | 
						should be used instead. Regardless of whether pango markup is enabled,
 | 
				
			||||||
 | 
						_font_ should be specified as a pango font description. For more
 | 
				
			||||||
 | 
						information on pango font descriptions, see
 | 
				
			||||||
 | 
						https://developer.gnome.org/pango/stable/pango-Fonts.html#pango-font-description-from-string
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*titlebar_border_thickness* <thickness>
 | 
					*titlebar_border_thickness* <thickness>
 | 
				
			||||||
	Thickness of the titlebar border in pixels
 | 
						Thickness of the titlebar border in pixels
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue