1 slstatus - suckless status
2 ==========================
3 slstatus is a suckless status monitor for window managers that use WM_NAME
4 (e.g. dwm) or stdin to fill the status bar.
9 - Battery percentage/power/state
13 - Custom shell commands
15 - Disk status (free storage, percentage, total storage and used storage)
19 - IP address (IPv4 and IPv6)
23 - Number of files in a directory (hint: Maildir)
24 - Memory status (free memory, percentage, total memory and used memory)
25 - Swap status (free swap, percentage, total swap and used swap)
28 - Volume percentage (OSS/ALSA)
29 - WiFi signal percentage and ESSID
34 In order to build slstatus you need the Xlib header files and optionally ALSA
35 for volume percentage. PulseAudio is not supported for various reasons.
40 Edit config.mk to match your local setup (slstatus is installed into the
41 /usr/local namespace by default).
43 Afterwards enter the following command to build and install slstatus (if
51 See the man page for details.
56 slstatus can be customized by creating a custom config.h and (re)compiling the
57 source code. This keeps it fast, secure and simple.
62 Porting to OpenBSD is the current goal before thinking about a release.
64 The following functions are not portable at the moment:
66 - ram_{free,perc,total,used}
68 - cpu_{freq,perc,iowait}
70 - swap_{free,perc,total,used}
71 - battery_{power,state}