mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #958 from Hummer12007/pango
config: set pango_markup default to false
This commit is contained in:
		
						commit
						47fd53812b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1115,7 +1115,7 @@ struct bar_config *default_bar_config(void) {
 | 
				
			||||||
	bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
 | 
						bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
 | 
				
			||||||
	bar->bindings = create_list();
 | 
						bar->bindings = create_list();
 | 
				
			||||||
	bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done");
 | 
						bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done");
 | 
				
			||||||
	bar->pango_markup = true;
 | 
						bar->pango_markup = false;
 | 
				
			||||||
	bar->swaybar_command = NULL;
 | 
						bar->swaybar_command = NULL;
 | 
				
			||||||
	bar->font = NULL;
 | 
						bar->font = NULL;
 | 
				
			||||||
	bar->height = -1;
 | 
						bar->height = -1;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -33,7 +33,7 @@ char *parse_font(const char *font) {
 | 
				
			||||||
struct config *init_config() {
 | 
					struct config *init_config() {
 | 
				
			||||||
	struct config *config = calloc(1, sizeof(struct config));
 | 
						struct config *config = calloc(1, sizeof(struct config));
 | 
				
			||||||
	config->status_command = NULL;
 | 
						config->status_command = NULL;
 | 
				
			||||||
	config->pango_markup = true;
 | 
						config->pango_markup = false;
 | 
				
			||||||
	config->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
 | 
						config->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
 | 
				
			||||||
	config->font = strdup("monospace 10");
 | 
						config->font = strdup("monospace 10");
 | 
				
			||||||
	config->mode = NULL;
 | 
						config->mode = NULL;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue