Add bar option: swaybar_command <command>

This commit is contained in:
Mikkel Oscar Lyderik 2015-12-18 23:49:50 +01:00
parent 73c8a48417
commit 9d7f1afdfb
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;