aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 4b1bf01a..257bb872 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -693,7 +693,7 @@ struct bar_config *default_bar_config(void) {
693 bar->bindings = create_list(); 693 bar->bindings = create_list();
694 bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done"); 694 bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done");
695 bar->swaybar_command = NULL; 695 bar->swaybar_command = NULL;
696 bar->font = strdup("monospace 10"); 696 bar->font = strdup("pango:monospace 10");
697 bar->height = -1; 697 bar->height = -1;
698 bar->workspace_buttons = true; 698 bar->workspace_buttons = true;
699 bar->separator_symbol = NULL; 699 bar->separator_symbol = NULL;