FelixKratz / SketchyBar

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

BoringNotch interaction #642

Open notjl opened 3 weeks ago

notjl commented 3 weeks ago

I'm not sure if I'm supposed to put this issue here or at BoringNotch. I was wondering if there is a way to have a better interaction with it

To preface, I placed my space items on both sides of the notch [q and e] Screenshot 2024-11-01 at 10 25 09

Ever since installing BoringNotch, the BoringNotch UI blocks the space items every time I hover over the Notch image

So, I made an observer item (center position) where it just waits for mouse.entered and mouse.exited events. So when the events happen, the space items move away from the BoringNotch and comes back to their places once exited the observer item.

Here are the interactions problems I've encountered:

https://github.com/user-attachments/assets/ea3d3085-4586-4175-a19d-5e7257cd5711

The only solution I can think of is create a separate bar solely for the observer that triggers an event for the other bar.