top | item 46547067

(no title)

realharo | 1 month ago

Speaking of the macOS menu bar, is there some way to make it overflow into a hidden area behind an "expand" button that would appear when there is no more room, like the notification area in Windows does?

The macOS UI decision of "just pretend that whatever doesn't fit to the right of the notch doesn't exist" is baffling.

I've seen a few apps that claim to do that, but it's always done in some really hacky way (such as needing screen recording permissions), and the behavior is never that of simple overflow handling. Instead they have "always hidden" sections and things like that, which is not what I want.

discuss

order

bartvk|1 month ago

I decrease the spacing that macOS applies between menubar icons:

  % defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 8
  % defaults -currentHost write -globalDomain NSStatusItemSpacing -int 8

RichHickson|1 month ago

I used to use Bartender, which worked really well, until the newest version, which had so many issues. Since then, I've just basically put up with it.

karlshea|1 month ago

The new version has improved a bit since launch, you may want to give it another try.