docs and syntax for overwrite_file and append_file
[monky] / doc / config_settings.xml
1 <variablelist>
2         <varlistentry>
3                 <term><command><option>alignment</option></command></term>
4                 <listitem>
5                         Aligned position on screen, may be top_left, top_right, top_middle, bottom_left, bottom_right, bottom_middle, middle_left, middle_right, or none (also can be abreviated as tl, tr, tm, bl, br, bm, ml, mr)
6                         <para></para></listitem>
7         </varlistentry>
8
9         <varlistentry>
10                 <term><command><option>background</option></command></term>
11                 <listitem>
12                         Boolean value, if true, Conky will be forked to background when started
13                         <para></para></listitem>
14         </varlistentry>
15
16         <varlistentry>
17                 <term><command><option>border_margin</option></command></term>
18                 <listitem>
19                         Border margin in pixels
20                         <para></para></listitem>
21         </varlistentry>
22
23         <varlistentry>
24                 <term><command><option>border_width</option></command></term>
25                 <listitem>
26                         Border width in pixels
27                         <para></para></listitem>
28         </varlistentry>
29
30         <varlistentry>
31                 <term><command><option>colorN</option></command></term>
32                 <listitem>
33                         Predefine a color for use inside TEXT segments. Substitute N by a digit between 0 and 9, inclusively. When specifying the color value in hex, omit the leading hash (#).
34                         <para></para></listitem>
35         </varlistentry>
36
37         <varlistentry>
38                 <term><command><option>cpu_avg_samples</option></command></term>
39                 <listitem>
40                         The number of samples to average for CPU monitoring
41                         <para></para></listitem>
42         </varlistentry>
43
44         <varlistentry>
45                 <term><command><option>top_cpu_separate</option></command></term>
46                 <listitem>
47                         If true, cpu in top will show usage of one processor's power.  If false, cpu in top will show the usage of all processors' power combined.
48                         <para></para></listitem>
49         </varlistentry>
50
51         <varlistentry>
52                 <term><command><option>default_color</option></command></term>
53                 <listitem>
54                         Default color and border color
55                         <para></para></listitem>
56         </varlistentry>
57
58         <varlistentry>
59                 <term><command><option>default_outline_color</option></command></term>
60                 <listitem>
61                         Default outline color
62                         <para></para></listitem>
63         </varlistentry>
64
65         <varlistentry>
66                 <term><command><option>default_shade_color</option></command></term>
67                 <listitem>
68                         Default shading color and border's shading color
69                         <para></para></listitem>
70         </varlistentry>
71
72         <varlistentry>
73                 <term><command><option>double_buffer</option></command></term>
74                 <listitem>
75                         Use the Xdbe extension? (eliminates flicker) It is highly recommended to use own window with this one so double buffer won't be so big.
76                         <para></para></listitem>
77         </varlistentry>
78
79         <varlistentry>
80                 <term><command><option>draw_borders</option></command></term>
81                 <listitem>
82                         Draw borders around text?
83                         <para></para></listitem>
84         </varlistentry>
85
86         <varlistentry>
87                 <term><command><option>draw_graph_borders</option></command></term>
88                 <listitem>
89                         Draw borders around graphs?
90                         <para></para></listitem>
91         </varlistentry>
92
93         <varlistentry>
94                 <term><command><option>draw_outline</option></command></term>
95                 <listitem>
96                         Draw outlines?
97                         <para></para></listitem>
98         </varlistentry>
99
100         <varlistentry>
101                 <term><command><option>draw_shades</option></command></term>
102                 <listitem>
103                         Draw shades?
104                         <para></para></listitem>
105         </varlistentry>
106
107         <varlistentry>
108                 <term><command><option>font</option></command></term>
109                 <listitem>
110                         Font name in X, xfontsel can be used to get a nice font
111                         <para></para></listitem>
112         </varlistentry>
113
114         <varlistentry>
115                 <term><command><option>gap_x</option></command></term>
116                 <listitem>
117                         Gap, in pixels, between right or left border of screen, same as passing -x at command line,
118                         e.g. gap_x 10
119                         <para></para></listitem>
120         </varlistentry>
121
122         <varlistentry>
123                 <term><command><option>gap_y</option></command></term>
124                 <listitem>
125                         Gap, in pixels, between top or bottom border of screen, same as passing -y at command line,
126                         e.g. gap_y 10.
127                         <para></para></listitem>
128         </varlistentry>
129
130         <varlistentry>
131                 <term><command><option>if_up_strictness</option></command></term>
132                 <listitem>
133                         How strict should if_up be when testing an interface for being up? The value is one of up, link or address, to check for the interface being solely up, being up and having link or being up, having link and an assigned IP address.
134                         <para></para></listitem>
135         </varlistentry>
136
137         <varlistentry>
138                 <term><command><option>imap</option></command></term>
139                 <listitem>
140                         Default global IMAP server.  Arguments are: "host user pass [-i interval] [-f folder] [-p port] [-e command] [-r retries]".  Default port is 143, default folder is 'INBOX', default interval is 5 minutes, and default number of retries before giving up is 5.  If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
141                         <para></para></listitem>
142         </varlistentry>
143
144         <varlistentry>
145                 <term><command><option>mail_spool</option></command></term>
146                 <listitem>
147                         Mail spool for mail checking
148                         <para></para></listitem>
149         </varlistentry>
150
151         <varlistentry>
152                 <term><command><option>max_port_monitor_connections</option></command></term>
153                 <listitem>
154                         Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
155                         <para></para></listitem>
156         </varlistentry>
157
158         <varlistentry>
159                 <term><command><option>max_specials</option></command></term>
160                 <listitem>
161                         Maximum number of special things, e.g. fonts, offsets, aligns, etc. (default is 512)
162                         <para></para></listitem>
163         </varlistentry>
164
165         <varlistentry>
166                 <term><command><option>max_user_text</option></command>
167                         <option>bytes</option>
168                 </term>
169                 <listitem>
170                         Maximum size of user text buffer, i.e. layout below TEXT line in config file
171                         (default is 16384 bytes)
172                         <para></para></listitem>
173         </varlistentry>
174
175         <varlistentry>
176                 <term><command><option>text_buffer_size</option></command>
177                         <option>bytes</option>
178                 </term>
179                 <listitem>
180                         Size of the standard text buffer (default is 256 bytes).  This buffer is used for intermediary text, such as individual lines, output from $exec vars, and various other variables.  Increasing the size of this buffer can drastically reduce Conky's performance, but will allow for more text display per variable.  The size of this buffer cannot be smaller than the default value of 256 bytes.
181                         <para></para></listitem>
182         </varlistentry>
183
184         <varlistentry>
185                 <term><command><option>maximum_width</option></command>
186                         <option>pixels</option>
187                 </term>
188                 <listitem>
189                         Maximum width of window
190                         <para></para></listitem>
191         </varlistentry>
192
193         <varlistentry>
194                 <term><command><option>minimum_size</option></command>
195                         <option>width (height)</option>
196                 </term>
197                 <listitem>
198                         Minimum size of window
199                         <para></para></listitem>
200         </varlistentry>
201
202         <varlistentry>
203                 <term><command><option>mpd_host</option></command></term>
204                 <listitem>
205                         Host of MPD server
206                         <para></para></listitem>
207         </varlistentry>
208
209         <varlistentry>
210                 <term><command><option>mpd_port</option></command></term>
211                 <listitem>
212                         Port of MPD server
213                         <para></para></listitem>
214         </varlistentry>
215
216         <varlistentry>
217                 <term><command><option>mpd_password</option></command></term>
218                 <listitem>
219                         MPD server password
220                         <para></para></listitem>
221         </varlistentry>
222
223         <varlistentry>
224                 <term><command><option>music_player_interval</option></command></term>
225                 <listitem>
226                         Music player thread update interval (defaults to Conky's update interval)
227                         <para></para></listitem>
228         </varlistentry>
229
230         <varlistentry>
231                 <term><command><option>net_avg_samples</option></command></term>
232                 <listitem>
233                         The number of samples to average for net data
234                         <para></para></listitem>
235         </varlistentry>
236
237         <varlistentry>
238                 <term><command><option>no_buffers</option></command></term>
239                 <listitem>
240                         Substract (file system) buffers from used memory?
241                         <para></para></listitem>
242         </varlistentry>
243
244         <varlistentry>
245                 <term><command><option>override_utf8_locale</option></command></term>
246                 <listitem>
247                         Force UTF8? requires XFT
248                         <para></para></listitem>
249         </varlistentry>
250
251         <varlistentry>
252                 <term><command><option>own_window</option></command></term>
253                 <listitem>
254                         Boolean, create own window to draw?
255                         <para></para></listitem>
256         </varlistentry>
257
258         <varlistentry>
259                 <term><command><option>own_window_class</option></command></term>
260                 <listitem>
261                         Manually set the WM_CLASS name.  Defaults to "Conky".
262                         <para></para></listitem>
263         </varlistentry>
264
265         <varlistentry>
266                 <term><command><option>own_window_colour</option></command>
267                         <option>colour</option>
268                 </term>
269                 <listitem>
270                         If own_window_transparent no, set a specified background colour (defaults to black).  Takes either a hex value (#ffffff) or a valid RGB name (see /usr/lib/X11/rgb.txt)
271                         <para></para></listitem>
272         </varlistentry>
273
274         <varlistentry>
275                 <term><command><option>own_window_hints</option></command>
276                         <option>undecorated,below,above,sticky,skip_taskbar,skip_pager</option>
277                 </term>
278                 <listitem>
279                         If own_window is yes, you may use these window manager hints to affect the way Conky displays.
280                         Notes: Use own_window_type desktop as another way to implement many of these hints implicitly.
281                         If you use own_window_type override, window manager hints have no meaning and are ignored.
282                         <para></para></listitem>
283         </varlistentry>
284
285         <varlistentry>
286                 <term><command><option>own_window_title</option></command></term>
287                 <listitem>
288                         Manually set the window name.  Defaults to "&lt;hostname&gt; - conky".
289                         <para></para></listitem>
290         </varlistentry>
291
292         <varlistentry>
293                 <term><command><option>own_window_transparent</option></command></term>
294                 <listitem>
295                         Boolean, set pseudo-transparency?
296                         <para></para></listitem>
297         </varlistentry>
298
299         <varlistentry>
300                 <term><command><option>own_window_type</option></command></term>
301                 <listitem>
302                         if own_window is yes, you may specify type normal, desktop, dock or override (default: normal).
303                         Desktop windows are special windows that have no window decorations; are always visible
304                         on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces.
305                         Override windows are not under the control of the window manager.  Hints are ignored. This type
306                         of window can be useful for certain situations.
307                         <para></para></listitem>
308         </varlistentry>
309
310         <varlistentry>
311                 <term><command><option>out_to_console</option></command>
312                 </term>
313                 <listitem>
314                         Print text to stdout.
315                         <para></para></listitem>
316         </varlistentry>
317
318         <varlistentry>
319                 <term><command><option>out_to_stderr</option></command>
320                 </term>
321                 <listitem>
322                         Print text to stderr.
323                         <para></para></listitem>
324         </varlistentry>
325
326         <varlistentry>
327                 <term><command><option>overwrite_file</option></command>
328                 </term>
329                 <listitem>
330                         Overwrite the file given as argument.
331                         <para></para></listitem>
332         </varlistentry>
333
334         <varlistentry>
335                 <term><command><option>append_file</option></command>
336                 </term>
337                 <listitem>
338                         Append the file given as argument.
339                         <para></para></listitem>
340         </varlistentry>
341
342         <varlistentry>
343                 <term><command><option>pad_percents</option></command></term>
344                 <listitem>
345                         Pad percentages to this many decimals (0 = no padding)
346                         <para></para></listitem>
347         </varlistentry>
348
349         <varlistentry>
350                 <term><command><option>pop3</option></command></term>
351                 <listitem>
352                         Default global POP3 server.  Arguments are: "host user pass [-i interval] [-p port] [-e command] [-r retries]".  Default port is 110, default interval is 5 minutes, and default number of retries before giving up is 5.  If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
353                         <para></para></listitem>
354         </varlistentry>
355
356         <varlistentry>
357                 <term><command><option>short_units</option></command></term>
358                 <listitem>
359                         Shortens units to a single character (kiB->k, GiB->G, etc.).  Default is off.
360                         <para></para></listitem>
361         </varlistentry>
362
363         <varlistentry>
364                 <term><command><option>show_graph_scale</option></command></term>
365                 <listitem>
366                         Shows the maximum value in scaled graphs.
367                         <para></para></listitem>
368         </varlistentry>
369
370         <varlistentry>
371                 <term><command><option>show_graph_range</option></command></term>
372                 <listitem>
373                         Shows the time range covered by a graph.
374                         <para></para></listitem>
375         </varlistentry>
376
377         <varlistentry>
378                 <term><command><option>stippled_borders</option></command></term>
379                 <listitem>
380                         Border stippling (dashing) in pixels
381                         <para></para></listitem>
382         </varlistentry>
383
384         <varlistentry>
385                 <term><command><option>temperature_unit</option></command></term>
386                 <listitem>
387                         Desired output unit of all objects displaying a temperature.
388                         Parameters are either "fahrenheit" or "celsius". The default
389                         unit is degree Celsius.
390                         <para></para></listitem>
391         </varlistentry>
392
393         <varlistentry>
394                 <term><command><option>templateN</option></command></term>
395                 <listitem>
396                         Define a template for later use inside TEXT segments. Substitute N by a digit between 0 and 9, inclusively.
397                         The value of the variable is being inserted into the stuff below TEXT at the corresponding position,
398                         but before some substitutions are applied:
399                         <simplelist>
400                                 <member>'\n' -> newline</member>
401                                 <member>'\\' -> backslash</member>
402                                 <member>'\ ' -> space</member>
403                                 <member>'\N' -> template argument N</member>
404                         </simplelist>
405                         <para></para></listitem>
406         </varlistentry>
407
408         <varlistentry>
409                 <term><command><option>total_run_times</option></command></term>
410                 <listitem>
411                         Total number of times for Conky to update before quitting. Zero makes Conky run forever
412                         <para></para></listitem>
413         </varlistentry>
414
415         <varlistentry>
416                 <term><command><option>update_interval</option></command></term>
417                 <listitem>
418                         Update interval in seconds
419                         <para></para></listitem>
420         </varlistentry>
421
422         <varlistentry>
423                 <term><command><option>uppercase</option></command></term>
424                 <listitem>
425                         Boolean value, if true, text is rendered in upper case
426                         <para></para></listitem>
427         </varlistentry>
428
429         <varlistentry>
430                 <term><command><option>use_spacer</option></command></term>
431                 <listitem>
432                         Adds spaces around certain objects to stop them from moving other things around. Arguments are left, right, and none (default).  The old true/false values are deprecated and default to right/none respectively. Note that this only helps if you are using a mono font, such as Bitstream Vera Sans Mono.
433                         <para></para></listitem>
434         </varlistentry>
435
436         <varlistentry>
437                 <term><command><option>use_xft</option></command></term>
438                 <listitem>
439                         Use Xft (anti-aliased font and stuff)
440                         <para></para></listitem>
441         </varlistentry>
442
443         <varlistentry>
444                 <term><command><option>xftalpha</option></command></term>
445                 <listitem>
446                         Alpha of Xft font.  Must be a value at or between 1 and 0.
447                         <para></para></listitem>
448         </varlistentry>
449
450         <varlistentry>
451                 <term><command><option>xftfont</option></command></term>
452                 <listitem>
453                         Xft font to use.
454                         <para></para></listitem>
455         </varlistentry>
456
457         <varlistentry>
458                 <term><command><option>TEXT</option></command></term>
459                 <listitem>
460                         After this begins text to be formatted on screen.  Backslash (\) escapes newlines in the text section.  This can be useful for cleaning up config files where conky is used to pipe input to dzen2.
461                         <para></para></listitem>
462         </varlistentry>
463
464 </variablelist>