diff options
author | parazyd <parazyd@dyne.org> | 2016-12-30 12:16:07 +0100 |
---|---|---|
committer | parazyd <parazyd@dyne.org> | 2016-12-30 12:16:07 +0100 |
commit | 62f40164309cd6f22be9fae89c071221944618e4 (patch) | |
tree | 8dd70436266950dc3b3e98af8c353dc4d738b5c2 /config.def.h | |
parent | c2808b6d99f30e30b059906e7801cc8a2b76189f (diff) |
add vol_perc notes, add braces to singleline statements
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 4ce5958..caddd7f 100644 --- a/config.def.h +++ b/config.def.h @@ -34,7 +34,7 @@ - uid (uid of current user) [argument: NULL] - uptime (uptime) [argument: NULL] - username (username of current user) [argument: NULL] -- vol_perc (oss/alsa volume and mute status in percent) [argument: /dev/mixer] +- vol_perc (oss/alsa volume status (see README)) [argument: /dev/mixer] - wifi_perc (wifi signal in percent) [argument: wifi card interface name] - wifi_essid (wifi essid) [argument: wifi card interface name] */ static const struct arg args[] = { |