Xinqi Bao's Git

removed UPDATE_INTERVAL, it is neat to have it but removing it is a tradeoff worth...
[slstatus.git] / config.def.h
index 6c7d2bc..ded771a 100644 (file)
@@ -8,9 +8,6 @@
 #define BATTERY_NOW    "energy_now"
 #define BATTERY_FULL   "energy_full_design"
 
-/* bar update interval in seconds (smallest value = 1) */
-#define UPDATE_INTERVAL        1
-
 /* text to show if no value can be retrieved */
 #define UNKNOWN_STR    "n/a"
 
@@ -43,7 +40,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" },
 };