mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
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:
parent
33d9de88ef
commit
c0f92cb2fb
12 changed files with 46 additions and 6 deletions
|
|
@ -37,6 +37,7 @@ struct swaybar_config *init_config(void) {
|
|||
config->workspace_buttons = true;
|
||||
config->bindings = create_list();
|
||||
wl_list_init(&config->outputs);
|
||||
config->status_padding = 1;
|
||||
|
||||
/* height */
|
||||
config->height = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue