diff options
author | Aaron Marcher <info@nulltime.net> | 2016-06-08 09:42:32 +0200 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-06-08 09:42:32 +0200 |
commit | 67203c66600113259f4f25b1021c6395f3a62dd6 (patch) | |
tree | a1c86ea48e58728edfe323da2bf3ec54995cd971 /config.def.h | |
parent | 5a943fa59cab43f4a2cf6c133c4ef5676d6358b1 (diff) |
added ip address function
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 813bded..b4b65ac 100644 --- a/config.def.h +++ b/config.def.h @@ -17,6 +17,7 @@ static unsigned int update_interval = 1; - datetime (date and time) [argument: format] - disk_perc (disk usage in percent) [argument: mountpoint] - entropy (available entropy) [argument: NULL] +- ip (ip address) [argument: interface] - ram_perc (ram usage in percent) [argument: NULL] - temp (temperature in degrees) [argument: temperature file] - vol_perc (alsa volume and mute status in percent) [argument: soundcard] @@ -30,6 +31,5 @@ static const struct arg args[] = { { ram_perc, "ram %3s | ", NULL }, { vol_perc, "vol %4s | ", "default" }, { disk_perc, "ssd %3s | ", "/" }, - { entropy, "crypt %s | ", NULL }, { datetime, "%s", "%y-%m-%d %H:%M:%S" }, }; |