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

How to add an item to a bracket that already exists? #555

Open aspauldingcode opened 1 month ago

aspauldingcode commented 1 month ago

I know I can run:

sketchybar --add bracket lbracket apple space '/space\..*/' separator_left front_app left \
  --set lbracket "${brackets[@]}"

But since I've already run that, when I add a new item, space.2 for example, I'm trying to get it to add into the bracket.

But, it is not adding to the lbracket.

aspauldingcode commented 1 month ago

something like a sketchybar command to add an item to an existing bracket?