scorpion-26 / gBar

Blazingly fast status bar written with GTK
MIT License
459 stars 17 forks source link

Consider transform when calculating monitor size #88

Closed aejh closed 4 months ago

aejh commented 4 months ago

When using a rotated monitor, the width value is incorrect and most of the widgets are off screen (1080x1920 in the screenshots):

image

Taking the transform into account (swapping width and height when 90/270° rotation is applied) displays correctly:

image

scorpion-26 commented 4 months ago

Awesome, thanks!