Configurable tray padding.

This commit is contained in:
Michael Hofmann
2015-06-09 10:06:45 +02:00
parent dfe2c9c310
commit bad4203755
11 changed files with 60 additions and 12 deletions

View File

@ -43,6 +43,7 @@ typedef struct config_t {
char *fontname;
i3String *separator_symbol;
char *tray_output;
int tray_padding;
int num_outputs;
char **outputs;