Every time I get a new Mac, I run these commands to reduce the spacing between menu bar icons. Lets you fit at least 2x the number of items in the menu bar. ``` defaults -currentHost write -globalDomain NSStatusItemSpacing -int 2 defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 2 ```
Tailscale's new macOS home
41–50 of 325 posts
Re: Tailscale's new macOS home
#42I haven't had enough menu bar icons to run into this but is it really the case that the notch just hides whatever icons happen to be behind it? Like, the OS doesn't handle this incredibly obvious edge case? Why not just put an overflow dropdown next to the notch (something Windows XP managed to figure out 25 years ago)? I know software quality has been going down in recent versions of macOS but this is absurd.
Screenshot: https://imgur.com/8y0QbZN
The gap between "Run" and "Tests" is the notch, which I don't usually notice is there unless I'm in Rider.
Re: Tailscale's new macOS home
#43I haven't had enough menu bar icons to run into this but is it really the case that the notch just hides whatever icons happen to be behind it? Like, the OS doesn't handle this incredibly obvious edge case? Why not just put an overflow dropdown next to the notch (something Windows XP managed to figure out 25 years ago)? I know software quality has been going down in recent versions of macOS but this is absurd.
This is genuinely shocking that Apple is not handling that. Talk about quite a decline in one of their flagship products.
I theoretically "lose" that much height but gain a) zero notch b) non-rounded top corners and c) a traditionally heighted menubar instead of the giant one that is so big only to cater for the notch.
+ I thought this was thanks to BetterDisplay but it turns out no third party tool is needed and it's all first party probably because someone at Apple is as annoyed by the notch as I was and so that's their solution.
Re: Tailscale's new macOS home
#44I haven't had enough menu bar icons to run into this but is it really the case that the notch just hides whatever icons happen to be behind it? Like, the OS doesn't handle this incredibly obvious edge case? Why not just put an overflow dropdown next to the notch (something Windows XP managed to figure out 25 years ago)? I know software quality has been going down in recent versions of macOS but this is absurd.
And yes, it's completely bizarre that macOS doesn't provide an overflow menu. Instead, again yes for decades, you've had to buy/use something like Bartender for this. It is utterly bizarre and inexplicable.
With Tahoe, Apple has finally provided a half-solution, which is that in System Settings you can entirely hide select running menubar utilities to regain some space. But of course that's only helpful for utilities you never need to look at or click.
tl;dr: yes this is utterly absurd but it's been absurd for decades. It's nothing to do with recent versions of macOS.
Re: Tailscale's new macOS home
#45Earlier quoted context omitted.
> I know software quality has been going down in recent versions of macOS Note that this particular problem has existed for well over a decade. It's atrocious, but let's not pretend it's anything new.
The macbook notch has existed for a decade?
The notch has just made menu bar space more scarce than it used to be.
Re: Tailscale's new macOS home
#46Every time I get a new Mac, I run these commands to reduce the spacing between menu bar icons. Lets you fit at least 2x the number of items in the menu bar. ``` defaults -currentHost write -globalDomain NSStatusItemSpacing -int 2 defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 2 ```
Re: Tailscale's new macOS home
#47I haven't had enough menu bar icons to run into this but is it really the case that the notch just hides whatever icons happen to be behind it? Like, the OS doesn't handle this incredibly obvious edge case? Why not just put an overflow dropdown next to the notch (something Windows XP managed to figure out 25 years ago)? I know software quality has been going down in recent versions of macOS but this is absurd.
Re: Tailscale's new macOS home
#48Guess I'll just stick with CLI only for now (via darwin-nix)
Re: Tailscale's new macOS home
#49But am I misremembering this?
Re: Tailscale's new macOS home
#50Every time I get a new Mac, I run these commands to reduce the spacing between menu bar icons. Lets you fit at least 2x the number of items in the menu bar. ``` defaults -currentHost write -globalDomain NSStatusItemSpacing -int 2 defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 2 ```