HybridBar
HybridBar copied to clipboard
how to get hybrid-bar on multiple monitors?
According to FAQ, I can specify monitor like hybrid
- > monitor
(i32
).
What is i32
? Is it 0 or 1 or 2 or like that?
I set it integer and name as well. It does not work.
"hybrid": { "namespace": "hybrid-bar", "monitor": "1", ... }
it does not work.
How can I get hybrid-bar on all monitors?
i32 is just a signed 32-bit integer, you can't define it the way you did, as that's a string.
To have it on all monitors, you have to make a config for each separate monitor, and then override the loaded config via the HYBRID_CONFIG
environment variable. Do so for each monitor until all monitors have a bar present, as there is currently no support for putting the bar on all monitors by default.