ztatus

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

config.def.h
1/* format of the clock normally displayed */
2#define FORMAT_TIME     "\x0a%04u-%02u-%02u %02u:%02u "
3
4/* format of notifications */
5#define FORMAT_NOTIFY   "\x0b %s "
6
7/* path of fifo */
8#define FIFO_PATH       "/tmp/ztatus.fifo"
9
10/* maximum length of the status bar */
11#define STATUS_LENGTH   256
12
13/* amount of time a notification is displayed */
14#define DELAY_INTERVAL  5