commit b800eb21a31921066bb0e574227b6b42d9223162
parent 0aefd57f9f469aba25ffbe9bdda04e894b9d739a
Author: Ali H. Fardan <[email protected]>
Date:   Wed, 31 Aug 2016 02:17:42 +0300
removed vol function from the default config file
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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" },
 };