diff options
author | Aaron Marcher <info@nulltime.net> | 2016-08-15 12:23:35 +0200 |
---|---|---|
committer | Aaron Marcher (drkhsh) <info@nulltime.net> | 2016-08-15 12:23:35 +0200 |
commit | f6f0c895ce95065f581f6f6d473afe9745a6f812 (patch) | |
tree | 1bee68693cd630c6ddad032a322c3eec114cd36b /config.def.h | |
parent | 3c1a03919f147069fac3444f5c8a2adaf8a65478 (diff) |
Added shell command function
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 b272a66..c9da314 100644 --- a/config.def.h +++ b/config.def.h @@ -27,6 +27,7 @@ static unsigned int update_interval = 1; - ram_perc (ram usage in percent) [argument: NULL] - ram_total (ram usage in percent) [argument: NULL] - ram_used (ram usage in percent) [argument: NULL] +- run_command (run custom shell command) [argument: command] - temp (temperature in degrees) [argument: temperature file] - uid (uid of current user) [argument: NULL] - username (username of current user) [argument: NULL] |