aboutsummaryrefslogtreecommitdiff
path: root/slstatus.1
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-06-01 23:52:05 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-06-01 23:52:05 +0530
commitde4cf2cf7e7b20594312ce6e7c5fceb6790a5401 (patch)
tree53d9bd0cd7c4ccb2c9ba8baeaa8754d9c5e403f2 /slstatus.1
first commit
Diffstat (limited to 'slstatus.1')
-rw-r--r--slstatus.128
1 files changed, 28 insertions, 0 deletions
diff --git a/slstatus.1 b/slstatus.1
new file mode 100644
index 0000000..d802037
--- /dev/null
+++ b/slstatus.1
@@ -0,0 +1,28 @@
+.Dd 2020-06-23
+.Dt SLSTATUS 1
+.Os
+.Sh NAME
+.Nm slstatus
+.Nd suckless status monitor
+.Sh SYNOPSIS
+.Nm
+.Op Fl s
+.Op Fl 1
+.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
+.It Fl s
+Write to stdout instead of WM_NAME.
+.It Fl 1
+Write once to stdout and quit.
+.El
+.Sh CUSTOMIZATION
+.Nm
+can be customized by creating a custom config.h and (re)compiling the source
+code. This keeps it fast, secure and simple.