From 0aacce1c527749ccb85bd661a596af52dfb562cc Mon Sep 17 00:00:00 2001 From: drkhsh Date: Wed, 26 Oct 2022 12:57:12 +0200 Subject: [PATCH] Add comment about mixer oss module to README --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 86fe988..cebad30 100644 --- a/README +++ b/README @@ -35,6 +35,9 @@ Requirements Currently slstatus works on FreeBSD, Linux and OpenBSD. In order to build slstatus you need the Xlib header files. +For volume percentage on Linux the kernel module `snd-mixer-oss` must be +loaded. + Installation ------------