2017-08-10 21:36:29 +02:00
|
|
|
.Dd 2017-08-10
|
|
|
|
.Dt SLSTATUS 1
|
2017-08-13 23:25:44 +02:00
|
|
|
.Os
|
2017-08-10 21:36:29 +02:00
|
|
|
.Sh NAME
|
|
|
|
.Nm slstatus
|
|
|
|
.Nd suckless status monitor
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
2017-08-10 22:22:39 +02:00
|
|
|
.Op Fl s
|
2017-08-10 21:36:29 +02:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
is a suckless status monitor for window managers that use WM_NAME (e.g. dwm) or
|
|
|
|
stdin to fill the status bar.
|
|
|
|
By default,
|
|
|
|
.Nm
|
|
|
|
outputs to WM_NAME.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
2017-08-10 22:22:39 +02:00
|
|
|
.It Fl s
|
|
|
|
Write to stdout instead of WM_NAME.
|
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.
|