all repos — slstatus @ b800eb21a31921066bb0e574227b6b42d9223162

my build of slstatus (tools.suckless.org/slstatus/)

removed vol function from the default config file
Ali H. Fardan raiz@firemail.cc
Wed, 31 Aug 2016 02:17:42 +0300
commit

b800eb21a31921066bb0e574227b6b42d9223162

parent

0aefd57f9f469aba25ffbe9bdda04e894b9d739a

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M config.def.hconfig.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" }, };