FelixKratz / SketchyBar

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

Gradient support for element color #532

Open gallantcrusader opened 8 months ago

gallantcrusader commented 8 months ago

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

FelixKratz commented 8 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 6 months ago

This would be nice.