From 00a890d94269793b1d486e3455d1687f94bc53e1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 16:43:15 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index c9406226..eccf1135 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -99,7 +99,7 @@ CHECKTEMPSENSOR(){ if [ "${PW_SENSOR_TYPE[${1}]}" == "cpu" ]; then GAUGESH="'%" elif [ "${PW_SENSOR_TYPE[${1}]}" == "system" ] && [[ "${1}" = *"FAN"* ]]; then - GAUGESH="'RPM" + GAUGESH="'R" else GAUGESH="'F" fi