Merge support for the bar { height } option as-is from i3-gaps

related to https://github.com/i3/i3/issues/3724
related to https://github.com/i3/i3/issues/3721

In a follow-up commit, we can evolve this into the padding directive as
discussed on issue #3721.
This commit is contained in:
Michael Stapelberg
2022-10-30 20:12:02 +01:00
committed by Michael Stapelberg
parent 62eb0033b1
commit c45342e74f
9 changed files with 41 additions and 8 deletions

View File

@ -85,6 +85,7 @@ CFGFUN(bar_hidden_state, const char *hidden_state);
CFGFUN(bar_id, const char *bar_id);
CFGFUN(bar_output, const char *output);
CFGFUN(bar_verbose, const char *verbose);
CFGFUN(bar_height, const long height);
CFGFUN(bar_modifier, const char *modifiers);
CFGFUN(bar_wheel_up_cmd, const char *command);
CFGFUN(bar_wheel_down_cmd, const char *command);