FelixKratz / SketchyBar

A highly customizable macOS status bar replacement
https://felixkratz.github.io/SketchyBar/
GNU General Public License v3.0
5.2k stars 82 forks source link

display macos default menu bar items and app menus #572

Open hisamafahri opened 1 week ago

hisamafahri commented 1 week ago

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
TrustinN commented 1 week ago

I dont know bash well so I did my setup in lua, but you can take a look at Felix's dotfiles at https://github.com/FelixKratz/dotfiles/tree/master/.config/sketchybar and install it, which brings you pretty close to what you want