FelixKratz / JankyBorders

A lightweight window border system for macOS
GNU General Public License v3.0
860 stars 19 forks source link

Feat: Add backgrounds and blur radius #60

Closed hackrmomo closed 5 months ago

hackrmomo commented 5 months ago

Adds a pretty basic ability to draw backgrounds behind windows and optionally blur them

image

hackrmomo commented 5 months ago

this aims to solve #48 (additionally this is my first ever PR to a public project and I'm ready to implement any feedback as necessary c:)

FelixKratz commented 5 months ago

Thanks for the contribution! I will probably change some things around

FelixKratz commented 5 months ago

I have modified this such that there is the additional property background_color=<color>, which can be an arbitrary (standard) color. Now we don't need to expose show_backgrounds, as it is automatically set depending on the alpha channel of the color.