yujitach / MenuMeters

my fork of MenuMeters by http://www.ragingmenace.com/software/menumeters/
GNU General Public License v2.0
3.02k stars 223 forks source link

Improvements #261

Open schriftgestalt opened 3 years ago

yujitach commented 3 years ago

Hi, I tried to merge many of the user-invisible changes. (The next one to do is menuitem.indentation, which I also intended to do for a long time...) Thank you for all your works in cleaning up the code.

yujitach commented 3 years ago

I thought of cherrypicking your "move tallMenuBar into MenuMeterDefaults" but my Mac Mini with an external display (on Monterey) gave the menu bar height as 24. So it was identified as "Macbook with Notch" ...

yujitach commented 3 years ago

By the way, have you tried any of the following?

They are better looking and better maintained. You might like some of them more than MenuMeters; you might then want to contribute to that instead. Your contribution would then be felt by more. Honestly, I don't think you don't have to waste your valuable time into clearing up this old code base ... But thanks nonetheless for the contributions so far.

schriftgestalt commented 3 years ago

I thought of cherrypicking your "move tallMenuBar into MenuMeterDefaults" but my Mac Mini with an external display (on Monterey) gave the menu bar height as 24. So it was identified as "Macbook with Notch" ...

Then we can raise the threshold. The "tall" menu is actually 37.

yujitach commented 3 years ago

Thanks for the info.

Another thing I just noticed while I was reading your contributions is the Dutch localization. It seems it has been totally broken since I moved from the old method of having separate xib's to the newer "base localization" in 2018.

I'm not familiar with the new tool you're using to localize. Could you point to it? Then I need to somehow revive the Dutch localization ...

schriftgestalt commented 3 years ago

I don't like micro-optimizations which complicate the code, such as your caching of pref entries. I don't think it really matters as far as the battery consumption is concerned. I'm happy with micro-optimizations which actually make the code more maintainable.

Come one.

schriftgestalt commented 3 years ago

I’m using this: www.loc-suite.org (my branch: https://github.com/schriftgestalt/LocalizationSuite) to manage the localizations for my app. And it is very easy to manage a dozen localizations, with external translators …

I’ll can have a look at the Dutch file. I checked the German files and they seemed fine.

schriftgestalt commented 3 years ago

Please use NSLog instead of MMLog. They are useful when you need to study bugs which manifest only on users' Macs, not yours.

I would use NSLog only for the error case to not spam the console too much. But I understand if it actually useful.

schriftgestalt commented 3 years ago

By the way, have you tried any of the following?

No, But from the look on there website I’m not intrigued. There is too much going on. What I like about MenuMeters, is it’s simplicity and that it can’t do much more than I need. I only need the CPU and the Net item, no need for widgets.

schriftgestalt commented 3 years ago

Please don't use CFPreference... api. It has a slightly different behavior concerning how it traverses .plist files which are symbolic links, and I was once contacted by a user who habitually makes .plist files within Library/Preferences symbolic links, who hit this very subtle feature/bug of the OS....

OK, no problem with this. This was the beginning of my optimization. But it is not needed any more with the caching.

schriftgestalt commented 3 years ago

I'm OK with changing the look of the pref pane, but I'm not very OK with changing how the meters themselves look. I myself is mostly OK, but it might disturb many of the users, especially those who're using old versions of macOS for a long time who don't find any need.

I know making things more compact is necessary for Macbook with a notch. But this doesn't affect other users.

Every user with a smaller screen will be effected (those people are most likely have machined with only a few CPUs and will not have as big of a problem).

I also know that default colors should be made system colors. But this doesn't affect users of old macOS's whose menubar doesn't change the color automatically.

But most uses are affected. And for the others not much changes. And the people that do mind the change, I suspect have setup their own colors already.

bitigchi commented 2 years ago

Just my two cents, please do not change how meters look. I've tried above mentioned software and they all take too much space. MenuMeters is perfect in this regard, compact and all the drop-downs list on-point information, not over padded eye candy.

schriftgestalt commented 2 years ago

On big goal for me was to reduce the needed space.

This is my version:

Bildschirmfoto 2021-12-02 um 22 44 31

and this the current release.

Bildschirmfoto 2021-12-02 um 22 43 27

The difference is much bigger on a M1 Pro with 10 cores, it gets to the notch quickly.

bitigchi commented 2 years ago

Hmm, to be fair looks better. Unless the colours are the same and more legible, it looks like it should be okay.

The same goes for the dark mode as well.

schriftgestalt commented 2 years ago

The default colors are a bit more bright and not as nice with the highlight but are OK otherwise. And work a bit better in Dark Mode.

Bildschirmfoto 2021-12-03 um 01 44 12
jagoose commented 2 years ago

On top of the already highly comprehensive meters, can the fan speed be shown also? It would be very helpful in troubleshooting the noise problem of Mac.