SketchyBar icon indicating copy to clipboard operation
SketchyBar copied to clipboard

display macos default menu bar items and app menus

Open hisamafahri opened this issue 1 week ago • 1 comments

I have quite some useful default menu bar items and want to keep default app menus from macos.

With sketchybar, I only want to adjust bar configuration. Other than that, I would like to keep everything as a default. How do I achieve that?

My current config: image

# Yup, it's pretty much it. Quite simple and straightforward so far
bar=(
  height=28
  corner_radius=100
  y_offset=6
  margin=10
  border_width=0
  blur_radius=12
  color=$BLACK
)

sketchybar --bar "${bar[@]}"

My "goals" (steal from the internet): image

hisamafahri avatar Jun 28 '24 14:06 hisamafahri