Maldela / fancontrol-gui

GUI for Fancontrol. It uses the KAuth module of the KDE Frameworks 5 to write the generated config file. Furthermore it communicates with systemd via dbus to control the fancontrol service. If you want to compile without systemd support set the -DNO_SYSTEMD option.
GNU General Public License v2.0
309 stars 31 forks source link

Feature Request: Just Use Celsius #35

Closed ghost closed 4 years ago

ghost commented 4 years ago

I feel like there's no reason to ever want to see Fahrenheit temperatures when looking at the temperatures of computer components. I think it makes more sense for this application to just stick to Celsius so that users with locale of en_US don't have to mess with their locale just for one application.

Maldela commented 4 years ago

That's probably a good idea. The whole temperature conversion is just a potential source for errors anyway.

Maldela commented 4 years ago

Just pushed a new commit that removes Fahrenheit and Kelvin units. Let me know, if you encounter any problems.

ghost commented 4 years ago

Seems good to me, thanks a lot.