swaybar: add status_padding command

Adds the bar subcommand `status_padding <padding>` which allows setting
the padding used for swaybar. If `status_padding` is set to `0`, blocks
will be able to take up the full height of the bar.
This commit is contained in:
Brian Ashworth 2019-01-10 23:43:45 -05:00
parent 33d9de88ef
commit c0f92cb2fb
12 changed files with 46 additions and 6 deletions

View file

@ -43,6 +43,7 @@ struct swaybar_config {
struct wl_list outputs; // config_output::link
bool all_outputs;
int height;
int status_padding;
struct {
int top;
int right;