Skip to content

Instantly share code, notes, and snippets.

@lub0s
Last active February 12, 2024 13:36
Show Gist options
  • Save lub0s/97999d079813ad4bbfb92b4c99a52771 to your computer and use it in GitHub Desktop.
Save lub0s/97999d079813ad4bbfb92b4c99a52771 to your computer and use it in GitHub Desktop.
reduce padding for macos topbar icons to prevent notch from hiding them
# 0 - 6. Always reset the session after these:
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 6
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6
# Revert to the original values
defaults -currentHost delete -globalDomain NSStatusItemSelectionPadding
defaults -currentHost delete -globalDomain NSStatusItemSpacing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment