strayge / tray-monitor

🔋 Battery percentage & cpu/memory/network load as plots in system tray
MIT License
122 stars 7 forks source link

Would be great to add a cpu's temperature icon #11

Closed benerogerio closed 3 months ago

benerogerio commented 3 months ago

Hey! great job man! A good idea would be the possibility of showing a CPU temperature icon. It would be amazing!

strayge commented 3 months ago

Hi, Unfortunately, Windows does not provide a generic way to monitor CPU temperature.

This will require:

  1. Add an external dependency, such as LibreHardwareMonitor 1.1. This dependency has built-in information for sensors of different CPUs, so it will require regular updates (for new CPUs).
  2. Reading those sensors directly from CPU registers require administrator privileges, which will require new way of autostart.

My goal for this icons is to work years without touching, so I don't see direct and easy way to fulfill your request. Sorry for disappointment.

benerogerio commented 2 months ago

I completely understand man! Again, great job!