mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Implement bar option: separator_symbol
This commit is contained in:
parent
1825cf32bf
commit
2fd7dd64ec
4 changed files with 25 additions and 1 deletions
|
|
@ -96,6 +96,7 @@ struct bar_config {
|
|||
int height; // -1 not defined
|
||||
int tray_padding;
|
||||
bool workspace_buttons;
|
||||
char *separator_symbol;
|
||||
bool strip_workspace_numbers;
|
||||
bool binding_mode_indicator;
|
||||
bool verbose;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue