diff options
author | aaron marcher <me@drkhsh.at> | 2017-08-06 15:02:16 +0200 |
---|---|---|
committer | aaron marcher <me@drkhsh.at> | 2017-08-06 15:02:16 +0200 |
commit | 28ccedfc41908996c5a7928892be920219cd6ad2 (patch) | |
tree | 3f84bcbfb7dec14f0bff9e0cd996aa5d141b701d /config.def.h | |
parent | 498771d3324c6cc6427f27099b72196a5ccb8964 (diff) |
add num_files() function for maildirs ;)
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 a961dbc..ed339ed 100644 --- a/config.def.h +++ b/config.def.h @@ -27,6 +27,7 @@ - kernel_release (uname -r) [argument: NULL] - keyboard_indicators (caps/num lock indicators) [agrument: NULL] - load_avg (load average) [argument: NULL] +- num_files (number of files in a directory - hint: maildir) [argument: path] - ram_free (free ram in GB) [argument: NULL] - ram_perc (ram usage in percent) [argument: NULL] - ram_total (total ram in GB) [argument: NULL] |