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 3c14032b..ebcee95b 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -1022,7 +1022,7 @@ struct bar_config *default_bar_config(void) {
1022 bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM; 1022 bar->position = DESKTOP_SHELL_PANEL_POSITION_BOTTOM;
1023 bar->bindings = create_list(); 1023 bar->bindings = create_list();
1024 bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done"); 1024 bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done");
1025 bar->plaintext_markup = true; 1025 bar->pango_markup = true;
1026 bar->swaybar_command = NULL; 1026 bar->swaybar_command = NULL;
1027 bar->font = NULL; 1027 bar->font = NULL;
1028 bar->height = -1; 1028 bar->height = -1;