ztatus

[discontinued] Status bar for dwm, and simple notification daemon.
git clone https://noxz.tech/git/ztatus.git
Log | Files | LICENSE

ztatus.1
1.Dd $Mdocdate$
2.Dt ZTATUS 1
3.Os
4.Sh NAME
5.Nm ztatus
6.Nd creates a status bar containing just a simple clock for dwm, and also acts
7as a simple notification daemon.
8.Sh SYNOPSIS
9.Nm
10.Sh DESCRIPTION
11.Nm
12creates a status bar for dwm, and other window managers using the root WM_NAME
13as input for displaying a status bar. In addition to creating a status bar,
14.Nm
15also acts as a simple notification daemon.
16
17.Nm
18uses a fifo for dispatching notifications to the status bar. Simply send
19the notifications to the default path /tmp/ztatus.fifo for it to show up.
20.Sh CUSTOMIZATION
21.Nm
22can be customized by creating a custom config.h and (re)compiling the source
23code.
24.Sh SEE ALSO
25.Xr dwm 1