mirror of
https://github.com/swaywm/sway.git
synced 2026-03-09 05:34:13 -04:00
Merge pull request #3408 from RedSoxFan/bar-padding
swaybar: adjustable status padding
This commit is contained in:
commit
9ce4d53e78
13 changed files with 89 additions and 9 deletions
|
|
@ -43,6 +43,8 @@ struct swaybar_config {
|
|||
struct wl_list outputs; // config_output::link
|
||||
bool all_outputs;
|
||||
int height;
|
||||
int status_padding;
|
||||
int status_edge_padding;
|
||||
struct {
|
||||
int top;
|
||||
int right;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue