-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add blur_radius
property to all items, brackets and popups
#201
Comments
Works fine here, how do you set the blur? The background of the item must have a non-transparent color, otherwise the blur is not applied: e.g. background.color=0x15000000 |
With c07737d the popups have a sketchybar --set <name> blur_radius=50 background.drawing=on background.color=0x15000000 For popup blur: sketchybar --set <name> popup.blur_radius=50 popup.background.drawing=on popup.background.color=0x15000000 |
|
Can you try this snippet: sketchybar --remove '/.*/' --bar color=0x00000000 blur_radius=0 --add item test left --set test icon=blur label=test background.color=0x15000000 blur_radius=50 This works perfectly fine on my end. I can not reproduce the problems with the blur here and I would need a minimal example to reproduce to further investigate. Btw: your bar looks very nice and section blur would definitely be the final touch so lets get it working! |
Thanks! I got the blur radius working. I had put |
With the new drawing logic in v2.7.0 it is possible to give each item a background blur, this could be used for nice blurred sections or to blur an image, e.g. a
popup.background.image
below other items or brackets.Current implementation on master:
For item/bracket blur, e.g.:
For popup blur, e.g.:
The text was updated successfully, but these errors were encountered: