X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/b7d7ce9c5f9ea360955325526e7f8010ae5b1347..7c11f890a5296ddd527ca956503bb33ceacd3ca9:/config.def.h?ds=sidebyside

diff --git a/config.def.h b/config.def.h
index 0e28d1e..d1cb995 100644
--- a/config.def.h
+++ b/config.def.h
@@ -13,9 +13,9 @@ static const char unknown_str[] = "n/a";
  * function             description                     argument
  *
  * battery_perc         battery percentage              battery name
- * battery_power        battery power usage             battery name
  * battery_state        battery charging state          battery name
  * cpu_perc             cpu usage in percent            NULL
+ * cpu_iowait           cpu iowait in percent           NULL
  * cpu_freq             cpu frequency in MHz            NULL
  * datetime             date and time                   format string
  * disk_free            free disk space in GB           mountpoint path
@@ -50,7 +50,5 @@ static const char unknown_str[] = "n/a";
  */
 static const struct arg args[] = {
 	/* function format          argument */
-	{ cpu_perc, "[CPU %3s%%] ", NULL    },
-	{ ram_perc, "[RAM %2s%%] ", NULL    },
-	{ datetime, "[ %s ]",       "%F %T" },
+	{ datetime, "%s",           "%F %T" },
 };