mirror of
https://github.com/swaywm/sway
synced 2024-11-18 00:24:17 +01:00
Fix default swaybar font
This commit is contained in:
parent
5fbecba37a
commit
fc71c6303c
@ -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 New Issue
Block a user