summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/config.c b/sway/config.c
index 928d35a8..b0871366 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -673,6 +673,7 @@ struct bar_config *default_bar_config(void) {
673 bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM; 673 bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
674 bar->bindings = create_list(); 674 bar->bindings = create_list();
675 bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done"); 675 bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done");
676 bar->swaybar_command = NULL;
676 bar->font = strdup("monospace 10"); 677 bar->font = strdup("monospace 10");
677 bar->height = -1; 678 bar->height = -1;
678 bar->workspace_buttons = true; 679 bar->workspace_buttons = true;