Michael137 / slstatus

custom fork of slstatus
ISC License
0 stars 0 forks source link

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

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.