FelixKratz / JankyBorders

A lightweight window border system for macOS
GNU General Public License v3.0
1.1k stars 18 forks source link

borders spontaneously change from a nice gradient to white #86

Closed maddie-drake-ac closed 4 months ago

maddie-drake-ac commented 5 months ago

Thank you for all your hard work on jankyborders and sketchybar! I'm having a small issue with borders tho.

I'm using borders invoked in my yabairc. Regularly I notice that the borders have turned to white from the nice gradient I have set up. Restarting yabai resolves this and since I realized that I haven't tried anything else. Be nice if it didn't happen tho.

Here's how I start borders in yabairc: borders active_color="gradient(top_left=0xff571a74,bottom_right=0xffff0066)" inactive_color="gradient(top_right=0xff340F45,bottom_left=0xff7F002A)" width=8 hidpi=on &

(I only just now turned on the hidpi while I was reading the manpages for how I might restart borders only) if you need more just let me know :)

Thanks Maddie

FelixKratz commented 5 months ago

I think this might be due to a crash of the borders process you started from yabai. Could you check "Console.app -> Crash Reports" for entries from borders?

FelixKratz commented 4 months ago

Duplicate of #83