diff options
author | Aaron Marcher <info@nulltime.net> | 2016-12-30 23:01:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-30 23:01:14 +0100 |
commit | 2b148bf2ec920308ca4809b7e2737c3a2db1a630 (patch) | |
tree | 65af78cfd9a0fe2d794e837222d2b2cc761338aa /config.def.h | |
parent | 8fa622975991d1fb539ffab50c98f0d2d7d6da1c (diff) | |
parent | 13604963bc589ab9281da03b1f76b8db7e21daa7 (diff) |
Merge pull request #34 from parazyd/master
refactor vol_perc to not depend on alsa libraries
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 47e05f0..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 (alsa volume and mute status in percent) [argument: soundcard] +- 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[] = { |