aboutsummaryrefslogtreecommitdiffstats
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 a917d348..3c14032b 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -1022,6 +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->swaybar_command = NULL; 1026 bar->swaybar_command = NULL;
1026 bar->font = NULL; 1027 bar->font = NULL;
1027 bar->height = -1; 1028 bar->height = -1;