diff options
author | Aaron Marcher <info@nulltime.net> | 2017-01-16 12:10:56 +0100 |
---|---|---|
committer | Aaron Marcher <info@nulltime.net> | 2017-01-16 12:10:56 +0100 |
commit | 823f2d047f9f14c5e401c337274c8c19542b3065 (patch) | |
tree | 2b8587f0bc02804027e511a673500eb4829a0b3c /config.def.h | |
parent | 3f976aabc08dd7d4762b0e04f0cbe8550f0e3ced (diff) |
Added keyboard_indicators (Fixes #31)
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index caddd7f..1476c30 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,7 @@ - hostname [argument: NULL] - ip (ip address) [argument: interface] - kernel_release (uname -r) [argument: NULL] +- keyboard_indicators (caps/num lock indicators) [agrument: NULL] - load_avg (load average) [argument: NULL] - ram_free (free ram in GB) [argument: NULL] - ram_perc (ram usage in percent) [argument: NULL] |