X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/c2808b6d99f30e30b059906e7801cc8a2b76189f..b11dd2db0ebfc0b20ef2d5a972f13cf39bdd0b31:/README.md diff --git a/README.md b/README.md index 27a4a10..a67a29d 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ The following information is included: - Hostname - IP addresses - Kernel version +- Keyboard indicators - Load averages - Memory status (free memory, percentage, total memory and used memory) - Swap status (free swap, percentage, total swap and used swap) @@ -50,6 +51,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.