summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAaron Marcher <info@nulltime.net>2016-08-15 12:23:35 +0200
committerAaron Marcher (drkhsh) <info@nulltime.net>2016-08-15 12:23:35 +0200
commitf6f0c895ce95065f581f6f6d473afe9745a6f812 (patch)
tree1bee68693cd630c6ddad032a322c3eec114cd36b /config.def.h
parent3c1a03919f147069fac3444f5c8a2adaf8a65478 (diff)
Added shell command function
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
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]