Merge pull request #359 from mikkeloscar/i3bar-command

Add bar option: swaybar_command <command>
This commit is contained in:
Drew DeVault 2015-12-18 18:19:59 -05:00
commit b9f14cee41
3 changed files with 21 additions and 0 deletions

View file

@ -92,6 +92,7 @@ struct bar_config {
enum desktop_shell_panel_position position;
list_t *bindings;
char *status_command;
char *swaybar_command;
char *font;
int height; // -1 not defined
int tray_padding;