FelixKratz / JankyBorders

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

Cant seem to get blur_radius to work #69

Closed afridley closed 5 months ago

afridley commented 5 months ago

Im using

borders active_color=0xff3366ff inactive_color=0xff555555 width=3.0 blur_radius=30.0 &

But I don't seem to see my terminal blurred like what was happening when borders were in yabai.

Is the blur supported it seems to be referenced here

Am I missing something that needs to be added to signal that blur should be on

FelixKratz commented 5 months ago

You need to set a non-fully transparent background color, e.g.: background_color=0x15ffffff

afridley commented 5 months ago

Thank you worked perfectly