projects
/
suckless
/
slstatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0aefd57
)
removed vol function from the default config file
author
Ali H. Fardan
<raiz@firemail.cc>
Tue, 30 Aug 2016 23:17:42 +0000
(
02:17
+0300)
committer
Ali H. Fardan
<raiz@firemail.cc>
Tue, 30 Aug 2016 23:17:42 +0000
(
02:17
+0300)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 6c7d2bce784cc76ac5f4c531ddf68aab532f77fb..011acc7c11b6ae970266d33ce20acdcb8a7440a8 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" },
};