We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've never gotten Menu Items to space correctly through Ice. I have to use my own commands, so I will post them here in case it helps.
ICE: 0.11.12 Mac OS 15.2 Also 14.7.1 on another Mac
Logging out and in as it says to do does not make it work.
0.11.12
15.2
These commands do work, maybe this is how the app should do it.
MenuItemSpacingDefault.command defaults -currentHost delete -globalDomain NSStatusItemSelectionPadding defaults -currentHost delete -globalDomain NSStatusItemSpacing
MenuItemSpacingDisplay.command defaults -currentHost read -globalDomain NSStatusItemSelectionPadding defaults -currentHost read -globalDomain NSStatusItemSpacing
MenuItemSpacingTight.command defaults -currentHost write -globalDomain NSStatusItemSpacing -int 0 defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check Existing Issues
Description
I've never gotten Menu Items to space correctly through Ice.
I have to use my own commands, so I will post them here in case it helps.
ICE: 0.11.12
Mac OS 15.2
Also 14.7.1 on another Mac
Steps to Reproduce
Logging out and in as it says to do does not make it work.
Ice Version
0.11.12
macOS Version
15.2
Screenshots
These commands do work, maybe this is how the app should do it.
MenuItemSpacingDefault.command
defaults -currentHost delete -globalDomain NSStatusItemSelectionPadding
defaults -currentHost delete -globalDomain NSStatusItemSpacing
MenuItemSpacingDisplay.command
defaults -currentHost read -globalDomain NSStatusItemSelectionPadding
defaults -currentHost read -globalDomain NSStatusItemSpacing
MenuItemSpacingTight.command
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 0
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 0
The text was updated successfully, but these errors were encountered: