andreyorst / Breezemite

Aurorae theme that mimics Yosemite window decoration, with Breeze colors.
70 stars 5 forks source link

1px transparent border #13

Closed re1 closed 6 years ago

re1 commented 6 years ago

Hey there, I am using Breezemite on Arch Linux with KDE Plasma 5 and when I change the bordersize to something other than small (in my case no borders) there is a small gap between the window and the side of my screen when aligning the window. image

Maybe not that much of a problem but really disturbing for someone like me :sweat_smile:

andreyorst commented 6 years ago

Yes, 1px transparent border. Check this comment for explanations. TL;DR: Aurorae is quite old engine, and it can't provide zero width draggable borders, so the workaround was to set it to smallest value. There is new theme made with modern QML engine (Breeze is built upon it): SierraBreeze.

Or you can set padding left and pading right to 75 and bottom padding to 85 in breezemiterc, so borders will become visible yet not transparent.

re1 commented 6 years ago

Worked both for me, thanks