From c2808b6d99f30e30b059906e7801cc8a2b76189f Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 28 Dec 2016 00:41:51 +0100 Subject: refactor vol_perc to not depend on alsa libraries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 23e6921..27a4a10 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). -- cgit v1.2.3 From 62f40164309cd6f22be9fae89c071221944618e4 Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 30 Dec 2016 12:16:07 +0100 Subject: add vol_perc notes, add braces to singleline statements --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 27a4a10..93b7b12 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3