-
Notifications
You must be signed in to change notification settings - Fork 486
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
Add preference to hide menu bar icon #1583
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! This should get added as a configuration option, though, which would also make it available from a config file.
6b70a15
to
139e828
Compare
@ianyh done ✅ |
@ianyh any plans to release a new version soon? |
@ianyh - I've just been looking for this option, it would be great if a new version was released! Thanks for the work on this app! ❤️ ❤️ ❤️ |
* development: Revive window grab space shifting (#1698) Amethyst 0.21.2 (#1652) Update README.md with workspaces-auto-swoosh suggestion (#1664) Apply yabai's fix for moving windows between spaces in macOS 12, 13, and 15 (#1677) Apply yabai's fix for moving windows between spaces in macOS 14.5 (#1648) Add new option to sample config (#1642) Amethyst 0.21.0 (#1606) Support a fifth screen (#1627) Remove RubyGems (#1611) Replace `xcpretty` with `xcbeautify` (#1609) Correct typos on sample config file (#1610) Further attempts to fix space moving focus loss (#1591) Remove the old icon file (#1594) Sort json keys for custom layout ids (#1592) Clarify window margin behavior (#1589) Update the correct name for a layout in config sample (#1587) Only perform raise ax action when focusing (#1586) Add preference to hide menu bar icon (#1583) Improved Clarity for Accessibility API Permission Instructions (#1575)
This PR introduces a new preference that controls whether the menu bar icon is visible or not.
It requires a relaunch for the property to take effect.
Closes #299