Merge pull request #1578 from Airblader/feature-custom-separator

Add support for a custom separator symbol
This commit is contained in:
Michael Stapelberg
2015-03-25 22:49:09 +01:00
10 changed files with 81 additions and 12 deletions

View File

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