Jean-Tinland / simple-bar

A yabai status bar widget for Übersicht
https://www.jeantinland.com/toolbox/simple-bar
MIT License
1.21k stars 129 forks source link

Stretch bar to notch #308

Closed kristiansordal closed 11 months ago

kristiansordal commented 2 years ago

I have a MBP 14" with the notch in the middle. I really like this menubar, but I have one issue which I hope to get help with.

Screenshot 2022-07-19 at 18 00 39

As seen in this image, the spaces / dekstops indicators doesn't fill the screen up to the notch (not seen in the image), in the same way the widgets on the right hand side does.

How can I stretch or increase the length of the bars so that they fill up the screen and gets rid of the empty space?

Thanks!

Jean-Tinland commented 2 years ago

You can add these styles in the "Custom styles" tab in the settings module:

.simple-bar--no-bar-background .spaces {
  min-width: 600px;
}

Then you can adjust the min-width value.

kristiansordal commented 2 years ago

Thanks! This works great, how can I right align the data part of the bar?