mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 07:56:31 +01:00
Fix default swaybar font
This commit is contained in:
parent
5fbecba37a
commit
fc71c6303c
1 changed files with 1 additions and 1 deletions
|
@ -693,7 +693,7 @@ struct bar_config *default_bar_config(void) {
|
|||
bar->bindings = create_list();
|
||||
bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done");
|
||||
bar->swaybar_command = NULL;
|
||||
bar->font = strdup("monospace 10");
|
||||
bar->font = strdup("pango:monospace 10");
|
||||
bar->height = -1;
|
||||
bar->workspace_buttons = true;
|
||||
bar->separator_symbol = NULL;
|
||||
|
|
Loading…
Reference in a new issue