FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
5.2k stars 82 forks source link

Gradient support for element color #532

Open gallantcrusader opened 3 months ago

gallantcrusader commented 3 months ago

It would be cool to have a gradient as color customization. People would be able to make old aesthetic rices.

FelixKratz commented 3 months ago

I think it will be quite a bit or work to properly introduce gradients and possibly other color effects. Those should be available to all elements which receive a color argument. Maybe inspriation can be drawn from the way I implemented it in JankyBorders, i.e. color=gradient(top_left=0xAARRGGBB,bottom_right=0xAARRGGBB) as a special value for a color, but not sure yet.

aspauldingcode commented 1 month ago

This would be nice.