i3bar: implement the tray_output option

This commit is contained in:
Michael Stapelberg
2011-10-21 19:47:56 +01:00
parent d71db710dd
commit 8a24be9555
3 changed files with 15 additions and 5 deletions

View File

@ -18,6 +18,7 @@ typedef struct config_t {
char *bar_id;
char *command;
char *fontname;
char *tray_output;
} config_t;
config_t config;