implement bar { padding } config directive
related to https://github.com/i3/i3/issues/3724 related to https://github.com/i3/i3/pull/4288 fixes https://github.com/i3/i3/issues/3721
This commit is contained in:
committed by
Michael Stapelberg
parent
327bca26d8
commit
0b89d4b2a7
@ -86,6 +86,10 @@ 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_padding_one, const long all);
|
||||
CFGFUN(bar_padding_two, const long top_and_bottom, const long right_and_left);
|
||||
CFGFUN(bar_padding_three, const long top, const long right_and_left, const long bottom);
|
||||
CFGFUN(bar_padding_four, const long top, const long right, const long bottom, const long left);
|
||||
CFGFUN(bar_modifier, const char *modifiers);
|
||||
CFGFUN(bar_wheel_up_cmd, const char *command);
|
||||
CFGFUN(bar_wheel_down_cmd, const char *command);
|
||||
|
Reference in New Issue
Block a user