diff options
Diffstat (limited to 'sway/config.c')
-rw-r--r-- | sway/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c index e0c9151d..ec875169 100644 --- a/sway/config.c +++ b/sway/config.c @@ -562,7 +562,7 @@ struct bar_config *default_bar_config(void) { bar->bindings = create_list(); bar->status_command = strdup("while :; do date +'%Y-%m-%d %l:%M:%S %p' && sleep 1; done"); bar->font = strdup("monospace 10"); - bar->bar_height = -1; + bar->height = -1; bar->workspace_buttons = true; bar->strip_workspace_numbers = false; bar->binding_mode_indicator = true; |