X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/72a5e52a35d0a133cafa1a7b5b86f4549589965d..3cc649e34c61f557da885260d5542c805e66b0d8:/config.def.h?ds=sidebyside
diff --git a/config.def.h b/config.def.h
index 6370008..1e3be56 100644
--- a/config.def.h
+++ b/config.def.h
@@ -51,7 +51,5 @@ static const char unknown_str[] = "n/a";
*/
static const struct arg args[] = {
/* function format argument */
- { cpu_perc, "[CPU %3s%%] ", NULL },
- { ram_perc, "[RAM %2s%%] ", NULL },
- { datetime, "[ %s ]", "%F %T" },
+ { datetime, "%s", "%F %T" },
};