File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1115,7 +1115,7 @@ struct bar_config *default_bar_config(void) {
1115
1115
bar -> position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM ;
1116
1116
bar -> bindings = create_list ();
1117
1117
bar -> status_command = strdup ("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done" );
1118
- bar -> pango_markup = true ;
1118
+ bar -> pango_markup = false ;
1119
1119
bar -> swaybar_command = NULL ;
1120
1120
bar -> font = NULL ;
1121
1121
bar -> height = -1 ;
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ char *parse_font(const char *font) {
33
33
struct config * init_config () {
34
34
struct config * config = calloc (1 , sizeof (struct config ));
35
35
config -> status_command = NULL ;
36
- config -> pango_markup = true ;
36
+ config -> pango_markup = false ;
37
37
config -> position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM ;
38
38
config -> font = strdup ("monospace 10" );
39
39
config -> mode = NULL ;
You can’t perform that action at this time.
0 commit comments