Stats – macOS system monitor in your menu bar
41–50 of 175 posts
Re: Stats – macOS system monitor in your menu bar
#42Re: Stats – macOS system monitor in your menu bar
#43Re: Stats – macOS system monitor in your menu bar
#44I brew installed but it didn't come up in my menubar. Just restarted my Mac and now I see it. I'm too lazy to make a PR to update the docs though right now. Edit: I just see the battery widget not any of the other ones. This is a confusing onboarding experience. Edit2: ah, they were all hidden because of Macs crap UX on menubar space. No indication there are more menu item. What a poor design decision Mac.
Yeah, it's really bad UX how icons simply don't show up if there's no room on macOS. There should at least be a spillover. Back in the day I paid for https://www.macbartender.com/ to get these features.
Re: Stats – macOS system monitor in your menu bar
#45I brew installed but it didn't come up in my menubar. Just restarted my Mac and now I see it. I'm too lazy to make a PR to update the docs though right now. Edit: I just see the battery widget not any of the other ones. This is a confusing onboarding experience. Edit2: ah, they were all hidden because of Macs crap UX on menubar space. No indication there are more menu item. What a poor design decision Mac.
Alright, bet. Wanna make your Mac menu bar less clunky? Here’s the tea. Pop these commands in your terminal to tighten it up: defaults -currentHost write -globalDomain NSStatusItemSpacing -int 8 defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 8 Changed your mind? No cap, just undo it with these: defaults -currentHost delete -globalDomain NSStatusItemSpacing defaults -currentHost delete -gl…
Re: Stats – macOS system monitor in your menu bar
#46The activity monitor in my dock set to show CPU is sufficient for my needs.
Re: Stats – macOS system monitor in your menu bar
#47Earlier quoted context omitted.
Alright, bet. Wanna make your Mac menu bar less clunky? Here’s the tea. Pop these commands in your terminal to tighten it up: defaults -currentHost write -globalDomain NSStatusItemSpacing -int 8 defaults -currentHost write -globalDomain NSStatusItemSelectionPadding -int 8 Changed your mind? No cap, just undo it with these: defaults -currentHost delete -globalDomain NSStatusItemSpacing defaults -currentHost delete -gl…
What’s the slang about? The OP doesn’t seem to be using any slang or colloquialisms. I thought it was funny but I don’t think I fully got the joke.
https://www.reddit.com/r/ProgrammerHumor/comments/1963h4k/cs...
Re: Stats – macOS system monitor in your menu bar
#48Neat little app, but it made bluetoothd go bananas on my CPU, chewing up to 40% (M2 MBA here)
Re: Stats – macOS system monitor in your menu bar
#49Earlier quoted context omitted.
You can also use Ice[1], which does the same thing and is open source [1] https://github.com/jordanbaird/Ice
Looks like the features are very similar. Is there anything the commercial product does that the open source doesn't?