Skip to content

Commit

Permalink
Set smaller spacing between menu icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Jul 31, 2024
1 parent 1c397ff commit 83571b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions macos/set_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ defaults write com.apple.CrashReporter DialogType server
defaults write com.apple.dock autohide -bool true
defaults write com.apple.dock autohide-time-modifier -float 0.15
killall Dock

# Reduce the padding between the elements
# To disable:
# defaults -currentHost delete -globalDomain NSStatusItemSpacing
# defaults -currentHost delete -globalDomain NSStatusItemSelectionPadding
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 14
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 8

0 comments on commit 83571b7

Please sign in to comment.