jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
901 stars 77 forks source link

Thicker borders for xfwm #63

Closed philipzae closed 2 years ago

philipzae commented 4 years ago

I'm running Xubuntu 20.04 and Xfwm does not handle window resizing well when themes have small borders. Arc has 2px borders, which is better than a number of other themes that only have 1px, but this should be increased to atleast 5px. The additional 3px will be of the same color as the window background, so it still seems that it has the same 2px border.

The changes that are needed are to the left, bottom-left, right, bottom-right, and bottom images.

In this video, I demonstrate the difference between how easy it is to resize with a 5px compared to Arc.

philipzae commented 4 years ago

Examples from other themes. https://github.com/adapta-project/adapta-gtk-theme/pull/746 https://github.com/shimmerproject/Greybird/pull/271

jnsh commented 4 years ago

Looks like the default xfwm4 theme is using 4px borders, and I'm inclined to use the same width for Arc.

I might just do a full refactor for the xfwm4 theme against upstream at some point, and hopefully add the hidpi variants while I'm at it. However, there's a bunch of more important work to be done, so it may be awhile until I have time to look at it.