-
-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Get yabai to respect ubersicht status bar height #454
Comments
FYI to anyone that comes across this, as a hack in the meantime I have just increased the |
Btw, the reason why this hack I am currently doing is insufficient is because it means to can't use the toggle padding command:
|
There is no facility to do this in a way that is supported by
Do you know of other window managers that handle this type of functionality? Edit: This solution has a set of issues, as it is based on the assumption that there is only one bar running, and/or that it has the same dimensions on all displays. It is also either on one display or ALL displays etc, so there are a lot of theoretical cases that this type of config will not handle. This is also why I have not implemented this in yabai, because I don't think it is a good solution. |
Surely the main use case for the majority of users will be the bar having the same dimensions on all displays, no? If that is the case, even if |
Implemented the following on master:
|
Hey I encountered this and came up with my own solution that I think could help people. In my yabairc, I just execute the following shell script, which adjusts yabai's top padding depending on aspect ratio (weird scaling differences between 16:9 and native monitor, 16:10 so that's the only ones I have here but its easily modifiable). Shell script (requires
|
Sorry if this is a noob question, but windows managed by yabai (in BSP mode) are covering up my status bar.
To illustrate the problem, I have reduced my ubersicht bar to just be a single example file,
bar.jsx
:On an empty screen, you can see the whole bar (obviously):
But with windows open, they cover the status bar:
How do I make yabai respect the height of the status bar and not cover it up?
The text was updated successfully, but these errors were encountered: