Renamed to pango_markup

This commit is contained in:
Mykyta Holubakha 2016-04-24 20:35:21 +03:00
parent ee4e245f16
commit 0f1cfdec61
9 changed files with 18 additions and 18 deletions

View file

@ -1022,7 +1022,7 @@ struct bar_config *default_bar_config(void) {
bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
bar->bindings = create_list();
bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done");
bar->plaintext_markup = true;
bar->pango_markup = true;
bar->swaybar_command = NULL;
bar->font = NULL;
bar->height = -1;