-
Notifications
You must be signed in to change notification settings - Fork 59
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
Hiding menu bar icon doesn't appear to work on Apple Silicon #27
Comments
This might also be OS version dependant, since I have a M1 MBP running Ventura 13.4 where the Bluesnooze menu bar icon does not show up, but a recently installed M2 MBP with Ventura 13.5.1 seems to keep the icon active with the instructions given. The original install on the M1 MBP is much older, so I cannot recall how it was hidden, but I presume it would be through the readme instructions at the time. |
Solved using this slight tweak: #29 |
@craigfurman your tweak does not work for me. This is how I did it:
After this, the icon is still present. I might have reproduced it wrongly. Do you have any suggestions on this? Have I done something different? |
I'm not sure @TudorGruian, sorry. |
I recently installed Bluesnooze on my 2 Mac laptops - it's a great tool, much appreciated! They are both running macOS Ventura. The only difference I can think of is that one is an M1 macbook air, the other has an Intel chip.
Running
defaults write com.oliverpeate.Bluesnooze hideIcon -bool true && killall Bluesnooze
and then starting up bluesnooze again results in the menu bar icon re-appearing on my M1 macbook air, but not on my Intel mac.This might end up having a similar root cause to #22 but the symptom is a little different so I figured another issue was warranted.
The text was updated successfully, but these errors were encountered: