FelixKratz / SketchyBar

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

How to span a single bar across multiple displays #409

Closed FancyFurret closed 10 months ago

FancyFurret commented 10 months ago

Hi! I recently got an ultrawide monitor, and this monitor is able to act as two separate displays, side by side. In order to get full resolution out of this monitor, I need to use this mode. I have disabled "Displays have separate spaces", so that I can position windows over this "split". The next issue is that the native macos bar is only on one half of my monitor (again, since it is acting as two separate displays to macos, a left half and right half).

So, I was hoping that by using a custom bar, I would be able to span it across two displays, so that I have one long bar going across my entire monitor. I can't seem to find a way of doing this in the configuration though. I am able to restrict the bar to just the main display, and now i just need to override it's width or something to get it to be wide enough.

Is something like this possible? If so, how?