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 | 8866d592a83b90c369971728dd0d434f6b4f6fca (patch) | |
tree | 65af78cfd9a0fe2d794e837222d2b2cc761338aa /config.def.h | |
parent | ddc1df2f3cfdc9086fbfead94117bdb2ff034a4e (diff) | |
parent | a092b219e97c49c41e89f0156cb545a38672b16b (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[] = { |