removed vol function from the default config file
This commit is contained in:
parent
0aefd57f9f
commit
b800eb21a3
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ static const struct arg args[] = {
|
||||||
/* function format argument */
|
/* function format argument */
|
||||||
{ cpu_perc, "[ CPU %4s ]", NULL },
|
{ cpu_perc, "[ CPU %4s ]", NULL },
|
||||||
{ ram_perc, "[ Mem %3s ]", NULL },
|
{ ram_perc, "[ Mem %3s ]", NULL },
|
||||||
{ vol_perc, "[ Volume %4s ]", "default" },
|
|
||||||
{ disk_perc, "[ HDD %3s ]", "/" },
|
{ disk_perc, "[ HDD %3s ]", "/" },
|
||||||
{ datetime, "[ %s ]", "%F %T" },
|
{ datetime, "[ %s ]", "%F %T" },
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue