updated on Sun Jan 22 16:00:49 UTC 2012
[aur-mirror.git] / allin1 / allin1.conf
blob854bb2e213b2e82b119c3a0e6ec787a8a00471bd
1 # example config file for allin1
3 # border size and space between histograms in pixel
4 # normal 2, for compact display set to 1
5 border = 1
7 # background color
8 bgcolor = "gray10"
10 # ram monitor enabled
11 ram = 1
13 # colors for RAM histogram
14 ram_used = "red"
15 ram_buff = "yellow"
16 ram_share = "lightblue"
17 ram_cache = "brown"
19 # colors for swap histogram
20 swap_used = "red"
22 # battery control enabled
23 battery = 1
25 # colors for battery gauge
26 battnorm = "green3"
27 battlow = "red3"
29 # percent of battery below on is considered "low"
30 percent_low = 20
32 # ACPI support layer, /proc files for battery
33 # battery info
34 batt_acpi_info = "/proc/acpi/battery/BAT0/info"
35 # battery status
36 batt_acpi_status = "/proc/acpi/battery/BAT0/state"
38 # cpu monitor enabled
39 cpu = 1
41 # cpu graph vertical size in pixel
42 cpu_size = 18
44 # cpu monitor mode, 0 histogram or 1 graph
45 cpu_mode = 1
47 # colors for cpu load graph
48 cpu_user = "green"
49 cpu_nice = "orange"
50 cpu_sys = "red"
52 # ppp traffic report if != 0
53 ppp = 1
55 # icon type (0=modem)
56 pppicon = 0
58 # interface name
59 pppname = "ppp"
61 # ppp speed in kbit/sec
62 pppspeed = 115
64 # ppp scale, log if != 0, else linear
65 ppp_log = 0
67 # ppp activity leds
68 ppp_act = 1
70 # ppp colors
71 ppp_in_color = "red3"
72 ppp_out_color = "green3"
74 # ethernet traffic report if != 0
75 eth = 1
77 # icon type (1=nic, see man page)
78 ethicon = 1
80 # interface name
81 ethname = "eth0"
83 # ethernet speed in kbit/sec
84 ethspeed = 10000
86 # ethernet scale, log if != 0, else linear
87 eth_log = 1
89 # ethernet activity leds
90 eth_act = 1
92 # ethernet colors
93 eth_in_color = "red3"
94 eth_out_color = "green3"
96 # filesystem check colors
97 fsnorm = "green3"
98 fscrit = "red3"
100 # filesystem path
101 path1 = "/"
103 # filesystem % low limit 
104 fslow1 = 20
106 # Seti@home support, progress bar
107 #seti = 1
109 # state.sah file complete pathname, relative to your home or absolute.
110 setipath = "seti/state.sah"
112 # color for progress bar
113 seticolor = "gold"