mirror of
https://github.com/swaywm/sway.git
synced 2026-03-24 09:06:16 -04:00
Add support for workspace_min_width bar option.
This commit is contained in:
parent
657587964e
commit
989123a2a5
13 changed files with 74 additions and 3 deletions
|
|
@ -320,6 +320,7 @@ struct bar_config {
|
|||
struct side_gaps gaps;
|
||||
int status_padding;
|
||||
int status_edge_padding;
|
||||
uint32_t workspace_min_width;
|
||||
struct {
|
||||
char *background;
|
||||
char *statusline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue