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

Bar offset does not work on display with notch #657

Closed
tomassliz opened this issue Nov 27, 2024 · 1 comment
Closed

Bar offset does not work on display with notch #657

tomassliz opened this issue Nov 27, 2024 · 1 comment

Comments

@tomassliz
Copy link

tomassliz commented Nov 27, 2024

I want to set an additional y-offset for the notch display with the notch_offset bar property, but it doesn't work. The value is ignored for the bar position on the right.

bar=(
  position=right
  height=40
  color=0x40000000
  y_offset=10
  notch_offset=25
  margin=10
  corner_radius=9
)

sketchybar --bar "${bar[@]}" 
@FelixKratz
Copy link
Owner

Position left and right are currently unsupported, hence several problems are to be expected. See #240

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

No branches or pull requests

2 participants