mirror of
https://github.com/swaywm/sway.git
synced 2025-11-14 06:59:47 -05:00
Implement bar option: tray_padding <px> [px]
This commit is contained in:
parent
b9e8accc51
commit
0a8ec26383
2 changed files with 28 additions and 1 deletions
|
|
@ -144,6 +144,7 @@ static void config_defaults(struct sway_config *config) {
|
|||
config->bar.workspace_buttons = true;
|
||||
config->bar.strip_workspace_numbers = false;
|
||||
config->bar.binding_mode_indicator = true;
|
||||
config->bar.tray_padding = 2;
|
||||
}
|
||||
|
||||
static char *get_config_path(void) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue