Replies: 2 comments 8 replies
-
@shoan This works for me and just to make sure, you need 2 separate files for the monitors. and make sure that you set the use the "bar_configurations": [
"$Env:USERPROFILE/komorebi.bar.json",
"$Env:USERPROFILE/komorebi.bar.2.json"
], if this does not work then you might have something invalid in your config files use this command to test your config files, since you can see logs in the console komorebi-bar --config $Env:USERPROFILE/komorebi.bar.json Try restarting your komorebi just to make sure. My second bar disappears when it hot reloads komorebic stop --bar; komorebic start --bar |
Beta Was this translation helpful? Give feedback.
-
I initial tried what you proposed and ended up with no bar on either monitor. So I assumed that something is wrong with the way I was using the But I don't get any bar when I run
|
Beta Was this translation helpful? Give feedback.
-
I am trying to get a bar on the top of each of my two monitors. The default bar configuration works perfectly fine and by default places the bar on the wrong monitor. With a quick change to $monitor.index, I am able to have a functioning bar on the right monitor. But when I specify
bar_configurations
with the path to the same working bar configuration in komorebi.json, I get no bar anywhere. Needless to say that specifying two path to two different bar configs with different $.monitor.index also does not work.Here is the relevant root element from my komorebi.json that doesn't work.
"bar_configurations":["$Env:USERPROFILE/komorebi.bar.json"],
If I just delete this line, komorebi loads the bar with the same config file. I am running komorebic 0.1.30 on Windows 11.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions