X-Git-Url: https://git.enpas.org/?p=sysstatus.git;a=blobdiff_plain;f=src%2Fstatus%2Fdatetime.c;h=304b858fb8b9e41e65d81152256525454bdd86f9;hp=d7d9d0a4e78407c3daf2f8310dd03c51e29e75bb;hb=665fd156d476563148015a174d8c695a1350bfa4;hpb=69497249f2f423b50b3385a83da3ac9a418166c9 diff --git a/src/status/datetime.c b/src/status/datetime.c index d7d9d0a..304b858 100644 --- a/src/status/datetime.c +++ b/src/status/datetime.c @@ -19,7 +19,7 @@ void status_datetime(GlobalData *g) nows = time(NULL); if (nows == ((time_t) -1)) { - s.color = "red"; + s.color = "#FF0000"; // red s.text = "ERROR: DATETIME"; line_append_item(g, &s); @@ -35,7 +35,7 @@ void status_datetime(GlobalData *g) ); line_append_item(g, &s); - s.color = "grey"; + s.color = "#BEBEBE"; // grey snprintf(text, sizeof(text), "%d:%.2d" #ifdef SHOW_SECONDS