mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Add bar option: swaybar_command <command>
This commit is contained in:
parent
73c8a48417
commit
9d7f1afdfb
3 changed files with 21 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue