-
Notifications
You must be signed in to change notification settings - Fork 3
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
Using multiple SketchyBar helpers for multiple SketchyBar instances #2
Comments
You need to target the new bar for all operations. I.e. if your bar is named bottom_bar --add item test left Furthermore you will need to send the mach messages in the helper to the address of the appropriate bar, i.e. the mach port of the new bar is not Line 65 in 2cceae5
But rather |
SketchyBar allows for multiple bar by symlinking to `sketchybar` and running a second process (eg. `bottombar`). In order for the helper to find the `mach` port for the targeted bar we need to provide the bar processes name. FelixKratz/SketchyBar#353 (comment) FelixKratz/SketchyBarHelper#2
SketchyBar allows for multiple bar by symlinking to `sketchybar` and running a second process (eg. `bottombar`). In order for the helper to find the `mach` port for the targeted bar we need to provide the bar processes name. FelixKratz/SketchyBar#353 (comment) FelixKratz/SketchyBarHelper#2
When having multiple independent instances of SketchyBar (I followed "Multiple Bars" section in the documentation), it doesn't seem like the mach server is sending the messages to the correct instance of the SketchyBar. asd
The text was updated successfully, but these errors were encountered: