mirror of
https://github.com/swaywm/sway.git
synced 2025-11-02 09:01:40 -05:00
Make single bar handle multiple outputs
This commit is contained in:
parent
e19e32cf81
commit
6d57f03028
7 changed files with 160 additions and 71 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/**
|
||||
* Initialize ipc connection to sway and get sway state, outputs, bar_config.
|
||||
*/
|
||||
void ipc_bar_init(struct bar *bar, int outputi, const char *bar_id);
|
||||
void ipc_bar_init(struct bar *bar, const char *bar_id);
|
||||
|
||||
/**
|
||||
* Handle ipc event from sway.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue