Force cpu temp to always be metric - #773
Conversation
|
Any particular reason why this was closed so suddenly? I just updated and the F cpu temperature is bothering me, haha. I too primarily use F for most things except hardware temps. Seems like there's no other way around except for code changes I would probably support it being toggleable, but in most cases, C should be the default when it comes to hw temps imho. |
|
There was work on an option that lets you configure it directly that I didn't find. I'm not sure of the state of that but I think it'll be on the next release. |
|
Found it #668 |
|
I did some more investigation, apparently they removed the temperature configuration from that PR, and that PR is where they made it based on unit system. I'll re-open this. |
|
So we're talking about the CPU temp in the system info module. The work on the i18n of the measure unit started, I think here #663, where a user specific request the That said, I don't know much about the imperial system and how it's utilized in the US (from my point of view, the entire imperial system doesn't make any sense, but this is another story 😅). Now you're asking the exact opposite of the original issue. So, from your point of view, is the Fahrenheit scale used for weather and the Celsius one for computers? |
No one not having some banter disagrees, but it's still what we're used to. :) That said, I think |
For the most part, temps for computer components are always in Celsius. Even Task Manager on Windows uses Celsius when set to an English US region. I don't think I've personally ever seen anyone in the US use Fahrenheit to talk about computers.
This PR just locks the
SystemInfomodule to always give CPU temps in Celsius. Although, this could be a config option if anyone says they still want Fahrenheit.