-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bar not properly updating on wake up #422
Comments
Ok this could have several reasons, lets go through them
brew uninstall sketchybar
brew install sketchybar --head
brew services restart sketchybar and then go back to the stable release with: brew uninstall sketchybar
brew install sketchybar
brew services restart sketchybar With this information, are you able to narrow it down to one of the bullet points? |
|
Myabe yabai can be producing any bugs related to this? |
So the bar becomes completely unresponsive in this state? What happens if you do something like sketchybar --bar y_offset=10 when it is in this state? Its interesting, because the process itself seems to be working fine, since it is updated properly once you disconnect the display. I think maybe the system wake event might get lost and the bar thinks the system is sleeping and will thus not render any updates to screen. I.e. this function is not called for some reason: Lines 973 to 982 in 0acca7c
|
Running the command did not do anything only if I reconnect the display. If I run Update: |
Log from Console when waking from sleep:
|
Could you try the latest master version? If you still have the previous head version installed you can simply run brew upgrade sketchybar --fetch-HEAD |
How I can get more logs to help you? |
Gonna test the new commit |
It worked! |
Very nice, I still dont fully understand why the events did not trigger properly but this is the more robust implementation anyways so it is fine. |
When waking up from sleep the bar jumps to my main monitor but using the size from the mac screen and in the mac screen has no bar.
Sketchybar config
Mac OS 14.0
Sketchybar 2.17.1
Second monitor as primary
The text was updated successfully, but these errors were encountered: