commit 176d8ff87418a22240a0b079d7dac593d103e984
Author:     Aaron Marcher <m...@drkhsh.at>
AuthorDate: Sat May 19 00:40:59 2018 +0200
Commit:     Aaron Marcher <m...@drkhsh.at>
CommitDate: Sat May 19 00:40:59 2018 +0200

    Add netspeeds to config.def.h

diff --git a/config.def.h b/config.def.h
index 495f44f..bf6aef9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -34,6 +34,8 @@ static const char unknown_str[] = "n/a";
  * keyboard_indicators  caps/num lock indicators        NULL
  * load_avg             load average                    format string
  *                                                      (%.2f %.2f %.2f)
+ * netspeed_rx          receive network speed           interface name (wlan0)
+ * netspeed_tx          transfer network speed          interface name (wlan0)
  * num_files            number of files in a directory  path
  *                                                      (/home/foo/Inbox/cur)
  * ram_free             free memory in GB               NULL

Reply via email to