diff options
author | Ali H. Fardan <raiz@firemail.cc> | 2016-08-31 02:17:42 +0300 |
---|---|---|
committer | Ali H. Fardan <raiz@firemail.cc> | 2016-08-31 02:17:42 +0300 |
commit | b800eb21a31921066bb0e574227b6b42d9223162 (patch) | |
tree | 05a18aadd9a3aaabf30aab206884fce88d8cb828 /config.def.h | |
parent | 0aefd57f9f469aba25ffbe9bdda04e894b9d739a (diff) |
removed vol function from the default config file
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 6c7d2bc..011acc7 100644 --- 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" }, }; |