Skip to content

Is it possible to target a single SketchyBar across multiple monitors? #326

Answered by FelixKratz
rogeruiz asked this question in Q&A
Discussion options

You must be logged in to vote

This is something that is possible today, I think what you are looking for is the associated_display option that every item has, it can be used to show certain items only on some specific display, e.g. if I want an item to show only on display 1 I would set:

sketchybar --set <name> associated_display=1

and if I wanted to show the item on display 1 and 3 instead I would do it this way:

sketchybar --set <name> associated_display=1,3

The same is possible for mission control spaces via the option associated_space.
This way you can have completely different items showing on different displays or even spaces.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rogeruiz
Comment options

@rogeruiz
Comment options

Answer selected by rogeruiz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants