Scroll to navigation

SLSTATUS(1) General Commands Manual SLSTATUS(1)

NAME

slstatussuckless status

SYNOPSIS

slstatus [-s] [-1]

DESCRIPTION

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.

OPTIONS

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

CUSTOMIZATION

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

SIGNALS

slstatus responds to the following signals:

USR1
Triggers an instant redraw.

AUTHORS

See the LICENSE file for the authors.

SEE ALSO

dwm(1)

2023-04-23 Debian