This commit is contained in:
Chay 2024-02-27 21:26:47 +02:00
parent 6ddf899ca9
commit 8e298fb409

View file

@ -65,5 +65,8 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
{ datetime, "%s", "%F %T" },
{ ram_perc, "RAM %s%% ", NULL },
{ cpu_perc, "| CPU %s%% ", NULL },
{ datetime, "| %s ", "%H:%M:%S" },
{ datetime, "| %s", "%F" },
};