summaryrefslogtreecommitdiff
path: root/src/status/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/status/fan.c')
-rw-r--r--src/status/fan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status/fan.c b/src/status/fan.c
index 6b26678..0977814 100644
--- a/src/status/fan.c
+++ b/src/status/fan.c
@@ -25,7 +25,7 @@ void status_fan(GlobalData *g, char *title, char *sysfile)
// Read a valid value? Sometimes we get garbage from sysfs...
if (stlen > 5) {
- s.color = "red";
+ s.color = "#FF0000"; // red
snprintf(text, sizeof(text), "%sERROR", title);
} else {
stline[stlen - 1] = '\0';