diff --git a/README.md b/README.md index 9133c9e..c8d38aa 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,12 @@ defaults write com.apple.desktopservices DSDontWriteUSBStores -bool true # Then reload the GUI killall SystemUIServer ``` + +### Reduce menubar whitespace so more symbols go besides the notch + +Allows values between 0-6. Needs a logout afterwards + +```bash +defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 6 +defaults -currentHost write -globalDomain NSStatusItemSpacing -int 6 +```