From 1b225cd7a0af03a6349c48326118a287fc36acd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 10 Sep 2020 19:56:33 +0200 Subject: Show CPU temperature in CPU meter Show the CPU temperature in the CPU meter, like CPU frequency, instead of using an extra Meter. --- Settings.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index 93b98bd8..98531855 100644 --- a/Settings.h +++ b/Settings.h @@ -38,6 +38,10 @@ typedef struct Settings_ { bool detailedCPUTime; bool showCPUUsage; bool showCPUFrequency; + #ifdef HAVE_LIBSENSORS + bool showCPUTemperature; + bool degreeFahrenheit; + #endif bool treeView; bool showProgramPath; bool shadowOtherUsers; -- cgit v1.2.3