noxz-sites

A collection of a builder and various scripts creating the noxz.tech sites
git clone https://noxz.tech/git/noxz-sites.git
Log | Files | README | LICENSE

noxz.tech/software/ztatus/index.www
1usage:
2.B ztatus
3.B \[u2011]d ] [
4.B \[u2011]n "" [
5.U text ]
6
7ztatus creates a status bar for dwm, and other window managers using the root
8WM_NAME as input for displaying a status bar. Except for creating a status bar,
9ztatus also acts as a simple notification daemon.
10
11.HnS 1
12Measurements
13.HnE
14
15ztatus displays measurements from volume, battery, temperature, cpu usage,
16memory usage, mail, packages, and display date and time.
17
18.HnS 1
19Installation
20.HnE
21
22Edit config.mk to match your local setup (ztatus is installed into the
23.I /usr/local
24namespace by default), then simply enter the following command to install (if
25necessary as root):
26
27.CDS
28.COS
29 make clean install
30.COE
31.CDE
32
33.HnS 1
34Customization
35.HnE
36
37ztatus can be customized by creating a custom config.h and (re)compiling the
38source code.
39
40
41.HnS 1
42Example usage of ztatus
43.HnE
44
45Start the daemon
46
47.CDS
48.COS
49ztatus -d &
50.COE
51.CDE
52
53Send notification
54
55.CDS
56.COS
57ztatus -n "hello world!"
58.COE
59.CDE
60
61get source
62.URL //noxz.tech/git/ztatus.git here .