quickshell icon indicating copy to clipboard operation
quickshell copied to clipboard

PanelWindow does not calculate exclusiveZone correctly

Open Pieterv24 opened this issue 4 months ago • 1 comments

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.

Image

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.

Pieterv24 avatar May 27 '25 19:05 Pieterv24