Xinqi Bao's Git

removed vol function from the default config file
authorAli H. Fardan <[email protected]>
Tue, 30 Aug 2016 23:17:42 +0000 (02:17 +0300)
committerAli H. Fardan <[email protected]>
Tue, 30 Aug 2016 23:17:42 +0000 (02:17 +0300)
config.def.h

index 6c7d2bc..011acc7 100644 (file)
@@ -43,7 +43,6 @@ static const struct arg args[] = {
        /* function     format                  argument */
        { cpu_perc,     "[ CPU %4s ]",          NULL },
        { ram_perc,     "[ Mem %3s ]",          NULL },
        /* 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" },
 };
        { disk_perc,    "[ HDD %3s ]",          "/" },
        { datetime,     "[ %s ]",               "%F %T" },
 };