For some reason komorebic is returning null for the name of the workspaces on my second monitor.
As you can see in the image one the Monitor with ID SAM71D9-5&7e379d3&0&UID4355 works fine and show the name of the workspace Browser fine. But in the image two the Monitor with ID NCP004D-4&166b8eb6&1&UID8388688 display the workspaces names as null
this is the config i have:
"display_index_preferences": {
"0": "SAM71D9-5&7e379d3&0&UID4355",
"1": "NCP004D-4&166b8eb6&0&UID8388688"
}
Workspaces
"monitors": [
{
"work_area_offset": {
"top": 35,
"bottom": 30,
"left": 0,
"right": 0
},
"workspaces": [
{ "name": "Browser", "layout": "BSP" },
{ "name": "Code", "layout": "VerticalStack" },
{ "name": "3", "layout": "HorizontalStack" },
{ "name": "4", "layout": "UltrawideVerticalStack" },
{ "name": "5", "layout": "Rows" },
{ "name": "6", "layout": "Grid" },
{ "name": "7", "layout": "RightMainVerticalStack" }
]
},
{
"workspaces": [
{ "name": "I", "layout": "BSP" },
{ "name": "II", "layout": "VerticalStack" },
{ "name": "III", "layout": "HorizontalStack" },
{ "name": "IV", "layout": "UltrawideVerticalStack" },
{ "name": "V", "layout": "Rows" },
{ "name": "VI", "layout": "Grid" },
{ "name": "VII", "layout": "RightMainVerticalStack" }
]
}
]
I found about this since Im using zebar and zebar returned null to, I runned komorebic state and the monitor returns null for all the workspaces on that monitor with the ID NCP004D-4&166b8eb6&0&UID8388688