Created
June 20, 2024 07:16
-
-
Save SKaplanOfficial/f50826ef5f2015c7751bab2642b3a23e to your computer and use it in GitHub Desktop.
Script to configure custom icon spacing in the macOS menubar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6 | |
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 6 | |
killall ControlCenter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment