Xinqi Bao's Git

Convert slstatus.1 to mandoc, simplify it and remove -h
[slstatus.git] / slstatus.1
1 .Dd 2017-08-10
2 .Dt SLSTATUS 1
3 .Os suckless.org
4 .Sh NAME
5 .Nm slstatus
6 .Nd suckless status monitor
7 .Sh SYNOPSIS
8 .Nm
9 .Oo
10 .Op Fl v
11 |
12 .Oo
13 .Op Fl d
14 .Op Fl o | n
15 .Oc
16 .Oc
17 .Sh DESCRIPTION
18 .Nm
19 is a suckless status monitor for window managers that use WM_NAME (e.g. dwm) or
20 stdin to fill the status bar.
21 By default,
22 .Nm
23 outputs to WM_NAME.
24 .Sh OPTIONS
25 .Bl -tag -width Ds
26 .It Fl d
27 Daemonize.
28 .It Fl n
29 Write to stdout once and exit.
30 .It Fl o
31 Write to stdout continuously.
32 .It Fl v
33 Write version information to stdout and exit.
34 .El
35 .Sh CUSTOMIZATION
36 .Nm
37 can be customized by creating a custom config.h and (re)compiling the source
38 code. This keeps it fast, secure and simple.