From c530de28d6b2ff8e09668049e0aac84106dc408c Mon Sep 17 00:00:00 2001 From: Mike Cifelli <1836280-mike-cifelli@users.noreply.gitlab.com> Date: Fri, 18 Jun 2021 09:52:28 -0400 Subject: [PATCH] Reduce minimum temperature --- system-status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-status.py b/system-status.py index 951eddc..5c5687f 100644 --- a/system-status.py +++ b/system-status.py @@ -20,7 +20,7 @@ TEMP_COLOR = RED CPU_COLOR = BLUE NETWORK_COLOR = PINK -MIN_TEMP = 45 +MIN_TEMP = 40 MAX_TEMP = 85