summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index c0fbd210..1c460d31 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -1115,7 +1115,7 @@ struct bar_config *default_bar_config(void) {
1115 bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM; 1115 bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
1116 bar->bindings = create_list(); 1116 bar->bindings = create_list();
1117 bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done"); 1117 bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done");
1118 bar->pango_markup = true; 1118 bar->pango_markup = false;
1119 bar->swaybar_command = NULL; 1119 bar->swaybar_command = NULL;
1120 bar->font = NULL; 1120 bar->font = NULL;
1121 bar->height = -1; 1121 bar->height = -1;