i3bar: Implement the output option

This commit is contained in:
Michael Stapelberg
2011-10-21 22:17:41 +01:00
parent 6de1590e59
commit 15f021b4fc
4 changed files with 47 additions and 8 deletions

View File

@ -19,6 +19,8 @@ typedef struct config_t {
char *command;
char *fontname;
char *tray_output;
int num_outputs;
char **outputs;
} config_t;
config_t config;