X-Git-Url: https://git.enpas.org/?p=sysstatus.git;a=blobdiff_plain;f=src%2Fstatus%2Fcpuusage.c;h=bf82fe6947f5d94cd2c47df2399ec9d07fc5ba05;hp=a3b1d5dd9012dfc6d2dc96443d22bfac7d9a6c62;hb=665fd156d476563148015a174d8c695a1350bfa4;hpb=69497249f2f423b50b3385a83da3ac9a418166c9 diff --git a/src/status/cpuusage.c b/src/status/cpuusage.c index a3b1d5d..bf82fe6 100644 --- a/src/status/cpuusage.c +++ b/src/status/cpuusage.c @@ -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) {