summarylogtreecommitdiffstats
path: root/htop-temperature-rpi.patch
diff options
context:
space:
mode:
authorDX372018-07-25 19:04:03 +0700
committerDX372018-07-25 19:04:03 +0700
commitcb9de5ea9c99058e94d929343d65185f436d4673 (patch)
tree8a8630bd605d80d39b1f2aa422d7cd17d888dd45 /htop-temperature-rpi.patch
parenteb4cfc5bb35e0de18798aac229a85003af70a428 (diff)
downloadaur-cb9de5ea9c99058e94d929343d65185f436d4673.tar.gz
Back to default digits
Diffstat (limited to 'htop-temperature-rpi.patch')
-rw-r--r--htop-temperature-rpi.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/htop-temperature-rpi.patch b/htop-temperature-rpi.patch
index ab500e6cad82..960cdca8c451 100644
--- a/htop-temperature-rpi.patch
+++ b/htop-temperature-rpi.patch
@@ -164,7 +164,7 @@ index 0000000..9ee9185
+ // choose the color for the temperature
+ int tempColor;
+ if (temperature < 60) tempColor = coolColor;
-+ else if (temperature >= 60 && temperature < 75) tempColor = mediumColor;
++ else if (temperature >= 60 && temperature < 70) tempColor = mediumColor;
+ else tempColor = hotColor;
+
+ // output the temperature