creewick / uWidgets

Standalone .NET application with a variety of customizable widgets
Other
180 stars 8 forks source link

Can you add the slider that controls opacity? #17

Closed sq4567 closed 2 months ago

sq4567 commented 2 months ago

I know that it's already a nice widget but if I can control the opacity and blur strength, it'll be much better!

creewick commented 2 months ago

Sure thing. But I need to clarify: you want to change background opacity, or make whole widget (with its content) semi-transparent?

As for the blur strength, it isn't really customisable with the Windows API. All I can do is to provide a blur type selector with the following options:

I would like to avoid adding that selector, as I predict users to complain about these downsides.

sq4567 commented 2 months ago

Only background, of course!

creewick commented 2 months ago

Added in 0.5.4 in Settings — Appearance

image