Bez popisu

Aaron Marcher 1b3fafd77e Update README před 7 roky
components bb61392386 wifi: Fix coding style před 7 roky
LICENSE ca02afb1d9 Add he4d to LICENSE před 7 roky
Makefile 24b663d657 Tweak build system a little bit před 7 roky
README 1b3fafd77e Update README před 7 roky
arg.h ecf2779904 Remove unnecessary blank lines after license-notice před 8 roky
config.def.h 66a7fb16fc Remove cpu_iowait před 7 roky
config.mk 24b663d657 Tweak build system a little bit před 7 roky
slstatus.1 6a33d6c875 Fix man page .Os field před 8 roky
slstatus.c 7e29da026b fflush(stdout) to print line by line if stdout is not a tty před 7 roky
slstatus.h 66a7fb16fc Remove cpu_iowait před 7 roky
util.c ee5ec75621 Fix coding style před 7 roky
util.h 11d4bec648 Added LICENSE statements to all source files před 8 roky

README

slstatus - suckless status
==========================
slstatus is a suckless status monitor for window managers that use WM_NAME
(e.g. dwm) or stdin to fill the status bar.


Features
--------
- Battery percentage/state
- CPU usage
- CPU frequency
- Custom shell commands
- Date and time
- Disk status (free storage, percentage, total storage and used storage)
- Available entropy
- Username/GID/UID
- Hostname
- IP address (IPv4 and IPv6)
- Kernel version
- Keyboard indicators
- Load average
- Number of files in a directory (hint: Maildir)
- Memory status (free memory, percentage, total memory and used memory)
- Swap status (free swap, percentage, total swap and used swap)
- Temperature
- Uptime
- Volume percentage (OSS/ALSA)
- WiFi signal percentage and ESSID


Requirements
------------
In order to build slstatus you need the Xlib header files.


Installation
------------
Edit config.mk to match your local setup (slstatus is installed into the
/usr/local namespace by default). Uncomment OSSLIBS on OpenBSD.

Afterwards enter the following command to build and install slstatus (if
necessary as root):

make clean install


Running slstatus
----------------
See the man page for details.


Configuration
-------------
slstatus can be customized by creating a custom config.h and (re)compiling the
source code. This keeps it fast, secure and simple.


Todo
----
Cleaning up the whole codebase it the goal before thinking about a release.