From dfaec5b747cf2a60de706f04e009eaf739dbf9da Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Mon, 12 Feb 2024 16:19:49 +0100 Subject: [PATCH] Native fix for applications hiding under the MacBook Pro notch --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +```