Added plaintext markup configuration

This commit is contained in:
Mykyta Holubakha 2016-04-24 19:57:35 +03:00
parent a796ce4f66
commit 53b53dd8c2
7 changed files with 33 additions and 1 deletions

View file

@ -1022,6 +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->swaybar_command = NULL;
bar->font = NULL;
bar->height = -1;