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 | 1ece620783637da131451658b44c268021ba6710 (patch) | |
tree | 8dd70436266950dc3b3e98af8c353dc4d738b5c2 /config.def.h | |
parent | 99ffd803e8208fb0adedde7f1874934c2c8d961d (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[] = { |