summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAaron Marcher <info@nulltime.net>2016-12-30 23:01:14 +0100
committerGitHub <noreply@github.com>2016-12-30 23:01:14 +0100
commit2b148bf2ec920308ca4809b7e2737c3a2db1a630 (patch)
tree65af78cfd9a0fe2d794e837222d2b2cc761338aa /README.md
parent8fa622975991d1fb539ffab50c98f0d2d7d6da1c (diff)
parent13604963bc589ab9281da03b1f76b8db7e21daa7 (diff)
Merge pull request #34 from parazyd/master
refactor vol_perc to not depend on alsa libraries
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 23e6921..93b7b12 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ The following information is included:
- Swap status (free swap, percentage, total swap and used swap)
- Temperature
- Uptime
-- Volume percentage (ALSA)
+- Volume percentage (OSS/ALSA)
- WiFi signal percentage and ESSID
Multiple entries per function (e.g. multiple batteries) are supported and everything can be reordered and customized via a C header file (similar to other suckless programs).
@@ -50,6 +50,16 @@ If you use any other status bar or window manager you will have to figure it out
slstatus -o | other_status_bar &
+### Specific function quirks
+
+- Volume percentage
+
+If there is no `/dev/mixer` on your system and you use ALSA, it means you have to load the OSS compatibility module by issuing:
+
+```
+# modprobe snd-pcm-oss
+```
+
## Contributing
Hunt FIXME's in the code or do WTF you want! If it is useful, I will merge.