Fix default swaybar font

This commit is contained in:
Drew DeVault 2015-12-21 05:06:54 -05:00
parent 5fbecba37a
commit fc71c6303c

View file

@ -693,7 +693,7 @@ struct bar_config *default_bar_config(void) {
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->swaybar_command = NULL; bar->swaybar_command = NULL;
bar->font = strdup("monospace 10"); bar->font = strdup("pango:monospace 10");
bar->height = -1; bar->height = -1;
bar->workspace_buttons = true; bar->workspace_buttons = true;
bar->separator_symbol = NULL; bar->separator_symbol = NULL;