-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
75 lines (40 loc) · 1.62 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
dzen-status
System status monitor with dzen2
dzen-status is my person system status monitor, most likely, it will not work
for you, probably won't even run.
DEPENDENCIES
- Linux
- dzen2
- alsa/asoundlib.h
- /proc/stat
- /proc/meminfo
- /sys/class/net/ppp0/statistics/*
- /sys/class/thermal/thermal_zone0/temp
- /sys/class/power_supply/BAT0/*
BUILDING
Compile using
make
It can take the following switches:
_NO_THERMAL=1
_NO_BATTERY=1
_NO_SOUND=1
CONFIGURATION
The dzen command should be in
- $XDG_CONFIG_HOME/dzen-status/dzen or
- $HOME/.config/dzen-status/dzen
For example, all in first line,
dzen2 -bg '#000' -fg '#FFF' -fn Courier-12 -x 10 -y 10 -w 510 -h 20
HISTORY
On 2010-12-04, dzen-status was born [1] (originally on Google Code), but it
was written in Bash, and soon ported to C [2] 16 days later. On 2011-08-13, it
was moved with the rest of dotfiles [3].
[1] https://github.com/livibetter-backup/yjl/commit/aa33b5a
[2] https://github.com/livibetter-backup/yjl/commit/ff8b6c5
[3] https://github.com/livibetter/dotfiles/commits/master/dzen
On the new year's day of 2016, UNLICENSE was applied to dzen-status, placing
it into public domain.
In January, 2017, dzen-status has its own repository [1], with overhaul of the
entire code, stripping down many unnecessary parts.
[1] https://github.com/livibetter/dzen-status
COPYRIGHT
UNLICENSE has been applied to dzen-status.