summaryrefslogtreecommitdiffstats
path: root/Settings.h
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-10 19:56:33 +0200
committerChristian Göttsche <cgzones@googlemail.com>2020-11-16 16:38:54 +0100
commit1b225cd7a0af03a6349c48326118a287fc36acd0 (patch)
treedff0955221e7fce63e2308febbefdd58213d16c3 /Settings.h
parent309f1d7282ec8efa4ff6b24a001a4908f5fd28d0 (diff)
Show CPU temperature in CPU meter
Show the CPU temperature in the CPU meter, like CPU frequency, instead of using an extra Meter.
Diffstat (limited to 'Settings.h')
-rw-r--r--Settings.h4
1 files changed, 4 insertions, 0 deletions
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;

© 2014-2024 Faster IT GmbH | imprint | privacy policy