I implemented actually gathering CPU temperature from default Linux /sys/class/hwmon/. It won’t work on all systems, but I guess I targeted as much as I possibly could while staying a sane person and not using third-party libs. Also I render this stuff onto a frame and poll for updates every 500 ms in a parallel thread 😎