diff options
author | Aaron Marcher <info@nulltime.net> | 2016-06-03 13:04:15 +0200 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-06-03 13:04:15 +0200 |
commit | 5a943fa59cab43f4a2cf6c133c4ef5676d6358b1 (patch) | |
tree | 82a8f19501b8be2a862bfb7b1c5be24b9d976546 /config.def.h | |
parent | bf2cdd102e33272cbac7e886fdc8e4999002e1e4 (diff) |
added entropy
Diffstat (limited 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 38af2b9..813bded 100644 --- a/config.def.h +++ b/config.def.h @@ -16,6 +16,7 @@ static unsigned int update_interval = 1; - cpu_perc (cpu usage in percent) [argument: NULL] - datetime (date and time) [argument: format] - disk_perc (disk usage in percent) [argument: mountpoint] +- entropy (available entropy) [argument: NULL] - 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] @@ -29,5 +30,6 @@ 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" }, }; |