Funnily enough, it is now perfectly lined up for me with the borders, whereas before it was further inside than the border 😃
What are your border width and offset settings? I currently have:
"border_width": 10,
"border_offset": -1,
@LGUG2Z commented on GitHub (May 22, 2024):

Funnily enough, it is now perfectly lined up for me with the borders, whereas before it was further inside than the border 😃
What are your border width and offset settings? I currently have:
```
"border_width": 10,
"border_offset": -1,
```
Just played around with my settings; if you have the visible borders disabled, you should set the border_width to 0:
"border_width": 0,
"border_offset": -1,
@LGUG2Z commented on GitHub (May 22, 2024):

Just played around with my settings; if you have the visible borders disabled, you should set the `border_width` to `0`:
```
"border_width": 0,
"border_offset": -1,
```
It is perfect, as you said, with the "border_width": 0. Could this be a default setting that caused the misalignment? Not sure.
Thank you for the quick response!
@CtByte commented on GitHub (May 22, 2024):
It is perfect, as you said, with the `"border_width": 0`. Could this be a default setting that caused the misalignment? Not sure.
Thank you for the quick response!
Just had a look and the example config is going to default to border: true in the next release and we can direct people to set border_width: 0 if they disable the borders
@LGUG2Z commented on GitHub (May 22, 2024):
Just had a look and the example config is going to default to `border: true` in the next release and we can direct people to set `border_width: 0` if they disable the borders
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @CtByte on GitHub (May 22, 2024).
Describe the bug
When the stackbar is visible it seems to be more off to the left then the window's edge.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The stackbar should be more to the right lining up with the window's edge.
Attachments
komorebi.json
Additional context
I remember using the same config before and the stackbar lined up nicely like here #827
@LGUG2Z commented on GitHub (May 22, 2024):
Funnily enough, it is now perfectly lined up for me with the borders, whereas before it was further inside than the border 😃
What are your border width and offset settings? I currently have:
@LGUG2Z commented on GitHub (May 22, 2024):
Just played around with my settings; if you have the visible borders disabled, you should set the
border_widthto0:@CtByte commented on GitHub (May 22, 2024):
My complete settings are hidden under the picture :)
Yes, I am missing the
border_widthsetting@CtByte commented on GitHub (May 22, 2024):
It is perfect, as you said, with the
"border_width": 0. Could this be a default setting that caused the misalignment? Not sure.Thank you for the quick response!
@LGUG2Z commented on GitHub (May 22, 2024):
Just had a look and the example config is going to default to
border: truein the next release and we can direct people to setborder_width: 0if they disable the borders