mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Stackbar and window edge are misaligned #388
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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