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

Issue with multiple displays #533

Closed MiragianCycle closed 3 months ago

MiragianCycle commented 3 months ago
Screenshot 2024-04-04 at 15 20 11 Screenshot 2024-04-04 at 15 20 11 (2)

Hello.

Firstly, love skethybar. I use it in conjunction with skhd and Yabai, and I am very happy.

I do however, have an issue when using with multiple displays. See image. The application windows are perfectly aligned under sketchybar on the mainscreen, a Macbook M1, while on my external display, the app windows cover sketchybar. This is the case with every application.

Apologies if this has been asked before but I can't seem to find anything looking at the issues or on Google.

Thank you in advance.

MiragianCycle commented 3 months ago

Screenshot 2024-04-04 at 15 28 48 (2)

Display 2 screenshot. As you can see the browser window completely obscures sketchybar. This is the case no matter what application I have open.

Would appreciate how to correct it. Thanks in advance.

MiragianCycle commented 3 months ago

Screenshot 2024-04-04 at 15 31 14 (2)

Display two when it has no open application windows.

FelixKratz commented 3 months ago

You need to use external bar config command fron yabai, e.g.:

yabai -m config external_bar all:40:0

It will create room for sketchybar on all displays and will tile the app windows below the bar.

MiragianCycle commented 3 months ago

Solved. Thank you so much.