diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-05-19 00:40:59 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-19 00:40:59 +0200 |
commit | 176d8ff87418a22240a0b079d7dac593d103e984 (patch) | |
tree | bfc592e2019416403e9f1909cdabf98012584c22 | |
parent | 0d05b3d13d42f8bebc74bb5f6da7e5e10c0e9933 (diff) |
Add netspeeds to config.def.h
-rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |