From b800eb21a31921066bb0e574227b6b42d9223162 Mon Sep 17 00:00:00 2001 From: "Ali H. Fardan" Date: Wed, 31 Aug 2016 02:17:42 +0300 Subject: [PATCH] removed vol function from the default config file --- config.def.h | 1 - 1 file changed, 1 deletion(-) 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" }, };