2023-04-23 23:43:14 +02:00
|
|
|
.Dd 2023-04-23
|
2017-08-10 21:36:29 +02:00
|
|
|
.Dt SLSTATUS 1
|
2017-08-13 23:25:44 +02:00
|
|
|
.Os
|
2017-08-10 21:36:29 +02:00
|
|
|
.Sh NAME
|
|
|
|
.Nm slstatus
|
2023-04-23 23:43:14 +02:00
|
|
|
.Nd suckless status
|
2017-08-10 21:36:29 +02:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2018-05-21 21:31:53 +02:00
|
|
|
.Op Fl s
|
2020-06-23 22:35:43 +02:00
|
|
|
.Op Fl 1
|
2017-08-10 21:36:29 +02:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2023-04-23 23:43:14 +02:00
|
|
|
is a small tool for providing system status information to other programs
|
|
|
|
over the EWMH
|
|
|
|
.Em WM_NAME
|
|
|
|
property of the root window (used by
|
|
|
|
.Xr dwm 1 ) or standard input/output. It is designed to be as efficient as possible by
|
|
|
|
only issuing the minimum of system calls required.
|
|
|
|
.P
|
2017-08-10 21:36:29 +02:00
|
|
|
By default,
|
|
|
|
.Nm
|
|
|
|
outputs to WM_NAME.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
2023-05-15 19:14:52 +02:00
|
|
|
.It Fl v
|
|
|
|
Print version information to stderr, then exit.
|
2017-08-10 22:22:39 +02:00
|
|
|
.It Fl s
|
|
|
|
Write to stdout instead of WM_NAME.
|
2020-06-23 22:35:43 +02:00
|
|
|
.It Fl 1
|
|
|
|
Write once to stdout and quit.
|
2017-08-10 21:36:29 +02:00
|
|
|
.El
|
|
|
|
.Sh CUSTOMIZATION
|
|
|
|
.Nm
|
2016-09-17 22:51:59 +02:00
|
|
|
can be customized by creating a custom config.h and (re)compiling the source
|
|
|
|
code. This keeps it fast, secure and simple.
|
2023-04-23 23:43:14 +02:00
|
|
|
.Sh SIGNALS
|
|
|
|
.Nm
|
|
|
|
responds to the following signals:
|
|
|
|
.Pp
|
|
|
|
.Bl -tag -width TERM -compact
|
|
|
|
.It USR1
|
|
|
|
Triggers an instant redraw.
|
|
|
|
.El
|
|
|
|
.Sh AUTHORS
|
|
|
|
See the LICENSE file for the authors.
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr dwm 1
|