Skip to content
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

customize which corners get rounded #117

Closed
es183923 opened this issue Nov 23, 2021 · 3 comments
Closed

customize which corners get rounded #117

es183923 opened this issue Nov 23, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@es183923
Copy link
Contributor

with the corner_radius option, all four corners get rounded. I just want the top two corners rounded.

@es183923
Copy link
Contributor Author

This could be done by:

sketchybar -m bar \
    corner_radius.top_right=3 \
    corner_radius.top_left=3 \
    corner_radius.bottom_left=3 \
    corner_radius.bottom_right=3

@FelixKratz
Copy link
Owner

I am working on something like that for #102, all backgrounds will have more terminator properties including the bar itself (individual rounding will also be possible).

@FelixKratz FelixKratz added the enhancement New feature or request label Nov 26, 2021
@FelixKratz
Copy link
Owner

While this is technically simple, I believe the syntax would get very cluttered. Background Images can contain arbitrary shapes already, thus I am closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants