2023-04-24 05:43:14 +08:00
|
|
|
.Dd 2023-04-23
|
2017-08-11 03:36:29 +08:00
|
|
|
.Dt SLSTATUS 1
|
2017-08-14 05:25:44 +08:00
|
|
|
.Os
|
2017-08-11 03:36:29 +08:00
|
|
|
.Sh NAME
|
|
|
|
.Nm slstatus
|
2023-04-24 05:43:14 +08:00
|
|
|
.Nd suckless status
|
2017-08-11 03:36:29 +08:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2018-05-22 03:31:53 +08:00
|
|
|
.Op Fl s
|
2020-06-24 04:35:43 +08:00
|
|
|
.Op Fl 1
|
2017-08-11 03:36:29 +08:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2023-04-24 05:43:14 +08: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-11 03:36:29 +08:00
|
|
|
By default,
|
|
|
|
.Nm
|
|
|
|
outputs to WM_NAME.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
2023-05-16 01:14:52 +08:00
|
|
|
.It Fl v
|
|
|
|
Print version information to stderr, then exit.
|
2017-08-11 04:22:39 +08:00
|
|
|
.It Fl s
|
|
|
|
Write to stdout instead of WM_NAME.
|
2020-06-24 04:35:43 +08:00
|
|
|
.It Fl 1
|
|
|
|
Write once to stdout and quit.
|
2017-08-11 03:36:29 +08:00
|
|
|
.El
|
|
|
|
.Sh CUSTOMIZATION
|
|
|
|
.Nm
|
2016-09-18 04:51:59 +08: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-24 05:43:14 +08: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
|