Skip to content

Adjust menubar icon space padding #373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
4 of 5 tasks
0xRake opened this issue Jul 21, 2024 · 0 comments
Open
4 of 5 tasks

Adjust menubar icon space padding #373

0xRake opened this issue Jul 21, 2024 · 0 comments
Labels
new command Add a new command

Comments

@0xRake
Copy link

0xRake commented Jul 21, 2024

Template


  • I made sure this command is not in the commands list
  • I searched and didn't find this command in the listed issues
  • I know this defaults command exists
  • I know this command works on macOS current version
  • I know this command is deprecated on macOS current version

Description


Currently, macOS has a built-in "status-spacing"(or "whitespace") for applications that also have a top-menu icon. Users can tweak the spacing value within the top-menu. This is especially handy for mbpro users who are running multiple applications and are limited to the buit-in display - who's notch interferes with the top-menu icons.

Additional Parameters


  • Folder: MenuBar

  • Command:

# Adjust mbpro notch whitespace to accomodate more than 13 app in top menu
defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 4
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 4
  • Argument type: int

Examples:


  1. Modify parameters
# modification 

defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 4
defaults -currentHost write -globalDomain NSStatusItemSpacing -int 4
  1. Reset to default
# reset to default

defaults -currentHost delete -globalDomain NSStatusItemSelectionPadding
defaults -currentHost delete -globalDomain NSStatusItemSpacing
@0xRake 0xRake added the new command Add a new command label Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command Add a new command
Projects
None yet
Development

No branches or pull requests

1 participant