Last active
February 12, 2024 13:36
-
-
Save lub0s/97999d079813ad4bbfb92b4c99a52771 to your computer and use it in GitHub Desktop.
reduce padding for macos topbar icons to prevent notch from hiding them
This file contains hidden or 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
# 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