Change named colors to hex values
[sysstatus.git] / src / status / cpuusage.c
index a3b1d5dd9012dfc6d2dc96443d22bfac7d9a6c62..bf82fe6947f5d94cd2c47df2399ec9d07fc5ba05 100644 (file)
@@ -45,7 +45,7 @@ void status_cpuusage(GlobalData *g)
   s.text = text;
 
   // Error signaling color
-  s.color = "yellow";
+  s.color = "#FFFF00";  // yellow
 
   stfile = fopen("/proc/stat", "r");
   if (stfile != NULL) {