DOKK / manpages / debian 13 / suckless-tools / slstatus.1.en
SLSTATUS(1) General Commands Manual SLSTATUS(1)

slstatussuckless status

slstatus [-s] [-1]

slstatus is a small tool for providing system status information to other programs over the EWMH property of the root window (used by dwm(1)) or standard input/output. It is designed to be as efficient as possible by only issuing the minimum of system calls required.

By default, slstatus outputs to WM_NAME.

Print version information to stderr, then exit.
Write to stdout instead of WM_NAME.
Write once to stdout and quit.

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

slstatus responds to the following signals:

USR1
Triggers an instant redraw.

See the LICENSE file for the authors.

dwm(1)

2023-04-23 Debian