- a C compiler
- make
Run this with root privileges:
make install
Use this command:
qf
Go inside the cloned repository and run this with root privileges:
make uninstall
You can configure QuickFetch by editing the source code.
cat /sys/class/thermal/thermal_zone*/type
Look for x86_pkg_temp (this is your CPU thermal zone).
Counting from 0, x86_pkg_temp is 9th on the list.
Edit config.h:
static const char *cpu_temp = "/sys/class/thermal/thermal_zone9/temp";
Recompile & reinstall to see the changes.