mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Add bar height option (Airblader/i3)
This commit is contained in:
parent
b76acbaf4f
commit
6834a33290
4 changed files with 22 additions and 3 deletions
|
|
@ -92,7 +92,7 @@ struct bar_config {
|
|||
list_t *bindings;
|
||||
char *status_command;
|
||||
char *font;
|
||||
int bar_height;
|
||||
int height; // -1 not defined
|
||||
int tray_padding;
|
||||
bool workspace_buttons;
|
||||
bool strip_workspace_numbers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue