Add bar height option (Airblader/i3)

This commit is contained in:
Mikkel Oscar Lyderik 2015-12-15 14:05:42 +01:00
parent b76acbaf4f
commit 6834a33290
4 changed files with 22 additions and 3 deletions

View file

@ -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;