Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
forgot to give entropy() some candy too
[slstatus.git]
/
config.def.h
diff --git
a/config.def.h
b/config.def.h
index
6c7d2bc
..
011acc7
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-43,7
+43,6
@@
static const struct arg args[] = {
/* function format argument */
{ cpu_perc, "[ CPU %4s ]", NULL },
{ ram_perc, "[ Mem %3s ]", NULL },
- { vol_perc, "[ Volume %4s ]", "default" },
{ disk_perc, "[ HDD %3s ]", "/" },
{ datetime, "[ %s ]", "%F %T" },
};