mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Make sway spawn only one bar per bar config
This commit is contained in:
parent
6d57f03028
commit
bad4e22f3b
5 changed files with 31 additions and 54 deletions
|
|
@ -1531,7 +1531,7 @@ static struct cmd_results *cmd_reload(int argc, char **argv) {
|
|||
for (i = 0; i < root_container.children->length; ++i) {
|
||||
cont = root_container.children->items[i];
|
||||
if (cont->type == C_OUTPUT) {
|
||||
load_swaybars(cont, i);
|
||||
load_swaybars(cont);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue