Open nate-telecomm opened 1 month ago
If it looks like there is two, its just how waybar "adds" more workspaces when you switch to non persistent workspaces
I think you are using it wrong. According to wiki you should list every workspace individually. For example I want to display workspace 1, 2 and 3 on all my outputs(monitors):
"persistent-workspaces":{
"1": [],
"2": [],
"3": []
}
Also in your example you're using "persistent_workspaces" with underscore, while it worked fine in version 0.10.4(in my case) after switching to 0.11.0 it broke my config, turns out you need to use "-" instead.
On Waybar 0.11.0, the persistent workspaces "default" to one. Even if my config is
It will still give me this
Has anyone experienced this and or fixed it?