]>
Commit | Line | Data |
---|---|---|
52ac8f6e MT |
1 | # LCDproc client configuration file |
2 | ||
3 | ## general options ## | |
4 | [lcdproc] | |
5 | # address of the LCDd server to connect to | |
6 | Server=localhost | |
7 | ||
8 | # Port of the server to connect to | |
9 | Port=13666 | |
10 | ||
11 | # set reporting level | |
12 | ReportLevel=2 | |
13 | ||
14 | # report to to syslog ? | |
15 | ReportToSyslog=false | |
16 | ||
17 | # run in foreground [default: false; legal: true, false] | |
18 | #Foreground=true | |
19 | ||
20 | # PidFile location when running as daemon [default: /var/run/lcdproc.pid] | |
21 | #PidFile=/var/run/lcdproc.pid | |
22 | ||
23 | # slow down initial announcement of modes (in 1/100s) | |
24 | #delay=2 | |
25 | ||
26 | # display name for the main menu [default: LCDproc HOST] | |
27 | #DisplayName=lcdproc | |
28 | ||
29 | ## screen specific configuration options ## | |
30 | ||
31 | [CPU] | |
32 | # Show screen | |
33 | Active=True | |
34 | OnTime=1 | |
35 | OffTime=2 | |
36 | ShowInvisible=false | |
37 | ||
38 | [Iface] | |
39 | # Show screen | |
40 | Active=True | |
41 | ||
42 | # Show stats for Interface0 | |
43 | Interface0=green0 | |
44 | # Interface alias name to display [default: <interface name>] | |
45 | Alias0=LAN | |
46 | ||
47 | # Show stats for Interface1 | |
48 | Interface1=red0 | |
49 | Alias1=WAN | |
50 | ||
51 | # Show stats for Interface2 | |
52 | Interface2=blue0 | |
53 | Alias2=WIFI | |
54 | ||
55 | # for more than 3 interfaces change MAX_INTERFACES in iface.h and rebuild | |
56 | ||
57 | # Units to display [default: byte; legal: byte, bit, packet] | |
58 | unit=bit | |
59 | ||
60 | # add screen with transferred traffic | |
61 | #transfer=TRUE | |
62 | ||
63 | [Memory] | |
64 | # Show screen | |
65 | Active=True | |
66 | ||
67 | [Load] | |
68 | # Show screen | |
69 | Active=True | |
70 | # Min Load Avg at which the backlight will be turned off [default: 0.05] | |
71 | LowLoad=0.00 | |
72 | # Max Load Avg at which the backlight will start blinking [default: 1.3] | |
73 | HighLoad=2.5 | |
74 | ||
75 | [TimeDate] | |
76 | # Show screen | |
77 | Active=True | |
78 | # time format [default: %H:%M:%S; legal: see strftime(3)] | |
79 | TimeFormat="%H:%M:%S" | |
80 | # date format [default: %x; legal: see strftime(3)] | |
81 | DateFormat="%x" | |
82 | ||
83 | [About] | |
84 | # Show screen | |
85 | Active=false | |
86 | ||
87 | [SMP-CPU] | |
88 | # Show screen | |
89 | Active=false | |
90 | ||
91 | [OldTime] | |
92 | # Show screen | |
93 | Active=false | |
94 | # time format [default: %H:%M:%S; legal: see strftime(3)] | |
95 | TimeFormat="%H:%M:%S" | |
96 | # date format [default: %x; legal: see strftime(3)] | |
97 | DateFormat="%x" | |
98 | ||
99 | [BigClock] | |
100 | # Show screen | |
101 | Active=false | |
102 | ||
103 | [Uptime] | |
104 | # Show screen | |
105 | Active=false | |
106 | ||
107 | [Battery] | |
108 | # Show screen | |
109 | Active=false | |
110 | ||
111 | [CPUGraph] | |
112 | # Show screen | |
113 | Active=false | |
114 | ||
115 | [ProcSize] | |
116 | # Show screen | |
117 | Active=false | |
118 | ||
119 | [Disk] | |
120 | # Show screen | |
121 | Active=false | |
122 | ||
123 | [MiniClock] | |
124 | # Show screen | |
125 | Active=True | |
126 | # time format [default: %H:%M; legal: see strftime(3)] | |
127 | TimeFormat="%H:%M" | |
128 | ||
129 | # EOF |