Skip to content

Instantly share code, notes, and snippets.

@SKaplanOfficial
Created June 20, 2024 07:16
Show Gist options
  • Save SKaplanOfficial/f50826ef5f2015c7751bab2642b3a23e to your computer and use it in GitHub Desktop.
Save SKaplanOfficial/f50826ef5f2015c7751bab2642b3a23e to your computer and use it in GitHub Desktop.
Script to configure custom icon spacing in the macOS menubar
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