commit fc71c6303ca10b59c8f64e752307b0dd26832b52
parent 5fbecba37ad9f19a9205715315248e7b82aa984d
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 21 Dec 2015 05:06:54 -0500
Fix default swaybar font
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sway/config.c b/sway/config.c
@@ -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;