Skip to content

Force cpu temp to always be metric - #773

Open
TheBlueOompaLoompa wants to merge 1 commit into
MalpenZibo:mainfrom
TheBlueOompaLoompa:cpu-temp-is-always-metric
Open

Force cpu temp to always be metric#773
TheBlueOompaLoompa wants to merge 1 commit into
MalpenZibo:mainfrom
TheBlueOompaLoompa:cpu-temp-is-always-metric

Conversation

@TheBlueOompaLoompa

Copy link
Copy Markdown

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 SystemInfo module to always give CPU temps in Celsius. Although, this could be a config option if anyone says they still want Fahrenheit.

@TheBlueOompaLoompa
TheBlueOompaLoompa deleted the cpu-temp-is-always-metric branch May 23, 2026 22:14
@dubyatp

dubyatp commented Jul 7, 2026

Copy link
Copy Markdown

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.

@TheBlueOompaLoompa

Copy link
Copy Markdown
Author

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.

@TheBlueOompaLoompa

Copy link
Copy Markdown
Author

Found it #668

@TheBlueOompaLoompa

Copy link
Copy Markdown
Author

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.

@TheBlueOompaLoompa
TheBlueOompaLoompa restored the cpu-temp-is-always-metric branch July 7, 2026 03:57
@MalpenZibo

MalpenZibo commented Jul 8, 2026

Copy link
Copy Markdown
Owner

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 fahrenheit for the system info module.

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?

@logannc

logannc commented Aug 3, 2026

Copy link
Copy Markdown

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 😅).

No one not having some banter disagrees, but it's still what we're used to. :)

That said, I think region controlling everything implicitly is too coarse grained. For example, I'd want US date formats, Fahrenheit for weather, but Celsius for CPU temp - we typically use Celsius for science or technical things. Also the range of CPU temps approximately cap out around 100C so its a more convenient range, but that's getting into personal preference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants