X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/dd0f0cd30e6055201cc979497facc60dc60af215..cceeec0efada64579525b90b30e5597cd24dfc6c:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 7bb3dc3..a67a29d 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,14 @@ The following information is included: - Username/GID/UID - 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) - 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). @@ -48,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.