quickshell
quickshell copied to clipboard
PanelWindow does not calculate exclusiveZone correctly
Recently after a update, I've found that my Top bar, reserved more space than it should. This was working correctly before, however after a update, this issue started occurring.
I've narrowed my issue down to the following commit: https://git.outfoxxed.me/quickshell/quickshell/commit/edfc4c681c7f6981b5b6c1063c4a051552eb1d7e
it seems like for some reason the exclusiveZone is not being calculated correctly.
setting the property exclusiveZone to the height of my bar explicitly, fixes my issue. However when exclusionMode is Auto, and exclusiveZone is not explicitly set, too much space is taken.