X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/24c4134df6e0f7dc86e5f3c57342d2b60b1e5dab..a4beda8eb9bdf34d055ba52c39b15b9580b27e6a:/config.def.h?ds=sidebyside

diff --git a/config.def.h b/config.def.h
index 6c7d2bc..ded771a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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" },
 };