Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
entropy: OS split
[slstatus.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
6370008
..
1e3be56
100644
(file)
--- 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" },
};