Implement bar option: tray_padding <px> [px]

This commit is contained in:
Mikkel Oscar Lyderik 2015-12-14 00:00:11 +01:00
parent b9e8accc51
commit 0a8ec26383
2 changed files with 28 additions and 1 deletions

View file

@ -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) {