UshakovVasilii / gnome-shell-extension-freon

Shows CPU temperature, disk temperature, video card temperature (NVIDIA/Catalyst/Bumblebee&NVIDIA), voltage and fan RPM
https://extensions.gnome.org/extension/841/freon
GNU General Public License v2.0
424 stars 77 forks source link

nvidiaUtil: code cleanup, fix recognizing the card #242

Closed polter-rnd closed 2 years ago

polter-rnd commented 2 years ago

Since the card list is populated only in constructor, to update it we had to toggle "Nvidia" switch on->off->on.

The fix is to get the temperature along with the card name in one nvidia-smi call.

Also some code cleanup was made, removed old unused code.

Fixes #241