Fix XMMS2 related crash (sf.net #2806111 and #2805310, thanks Lassi).
[monky] / doc / config_settings.xml
1 <variablelist>
2     <varlistentry>
3         <term>
4             <command>
5                 <option>TEXT</option>
6             </command>
7         </term>
8         <listitem>After this begins text to be formatted on screen.
9         Backslash (\) escapes newlines in the text section. This
10         can be useful for cleaning up config files where conky is
11         used to pipe input to dzen2. 
12         <para /></listitem>
13     </varlistentry>
14     <varlistentry>
15         <term>
16             <command>
17                 <option>alias</option>
18             </command>
19         </term>
20         <listitem>Use this to create aliases of variables. The
21         first argument is the new name, the second the old name,
22         and the other arguments are passed on to the variable.
23         Example: If you want to use $alpha instead of ${beta gamma
24         delta} then you have to write the following: alias alpha
25         beta gamma delta . PS: Instead of creating an alias in the
26         config you can also use environment variables. Example:
27         Start conky like this: alpha="beta gamma delta" conky 
28         <para /></listitem>
29     </varlistentry>
30     <varlistentry>
31         <term>
32             <command>
33                 <option>alignment</option>
34             </command>
35         </term>
36         <listitem>Aligned position on screen, may be top_left,
37         top_right, top_middle, bottom_left, bottom_right,
38         bottom_middle, middle_left, middle_right, or none (also can
39         be abreviated as tl, tr, tm, bl, br, bm, ml, mr). See also
40         gap_x and gap_y. 
41         <para /></listitem>
42     </varlistentry>
43     <varlistentry>
44         <term>
45             <command>
46                 <option>append_file</option>
47             </command>
48         </term>
49         <listitem>Append the file given as argument. 
50         <para /></listitem>
51     </varlistentry>
52     <varlistentry>
53         <term>
54             <command>
55                 <option>background</option>
56             </command>
57         </term>
58         <listitem>Boolean value, if true, Conky will be forked to
59         background when started. 
60         <para /></listitem>
61     </varlistentry>
62     <varlistentry>
63         <term>
64             <command>
65                 <option>border_inner_margin</option>
66             </command>
67         </term>
68         <listitem>Inner border margin in pixels (the margin between
69         the border and text). 
70         <para /></listitem>
71     </varlistentry>
72     <varlistentry>
73         <term>
74             <command>
75                 <option>border_outer_margin</option>
76             </command>
77         </term>
78         <listitem>Outer border margin in pixels (the margin between
79         the border and the edge of the window). 
80         <para /></listitem>
81     </varlistentry>
82     <varlistentry>
83         <term>
84             <command>
85                 <option>border_width</option>
86             </command>
87         </term>
88         <listitem>Border width in pixels. 
89         <para /></listitem>
90     </varlistentry>
91     <varlistentry>
92         <term>
93             <command>
94                 <option>colorN</option>
95             </command>
96         </term>
97         <listitem>Predefine a color for use inside TEXT segments.
98         Substitute N by a digit between 0 and 9, inclusively. When
99         specifying the color value in hex, omit the leading hash
100         (#). 
101         <para /></listitem>
102     </varlistentry>
103     <varlistentry>
104         <term>
105             <command>
106                 <option>cpu_avg_samples</option>
107             </command>
108         </term>
109         <listitem>The number of samples to average for CPU
110         monitoring. 
111         <para /></listitem>
112     </varlistentry>
113     <varlistentry>
114         <term>
115             <command>
116                 <option>default_bar_size</option>
117             </command>
118         </term>
119         <listitem>Specify a default width and height for bars.
120         Example: 'default_bar_size 0 6'. This is particularly
121         useful for execbar and execibar as they do not take size
122         arguments. 
123         <para /></listitem>
124     </varlistentry>
125     <varlistentry>
126         <term>
127             <command>
128                 <option>default_color</option>
129             </command>
130         </term>
131         <listitem>Default color and border color 
132         <para /></listitem>
133     </varlistentry>
134     <varlistentry>
135         <term>
136             <command>
137                 <option>default_gauge_size</option>
138             </command>
139         </term>
140         <listitem>Specify a default width and height for gauges.
141         Example: 'default_gauge_size 25 25'. This is particularly
142         useful for execgauge and execigauge as they do not take
143         size arguments 
144         <para /></listitem>
145     </varlistentry>
146     <varlistentry>
147         <term>
148             <command>
149                 <option>default_graph_size</option>
150             </command>
151         </term>
152         <listitem>Specify a default width and height for graphs.
153         Example: 'default_graph_size 0 25'. This is particularly
154         useful for execgraph and execigraph as they do not take
155         size arguments 
156         <para /></listitem>
157     </varlistentry>
158     <varlistentry>
159         <term>
160             <command>
161                 <option>default_outline_color</option>
162             </command>
163         </term>
164         <listitem>Default outline color 
165         <para /></listitem>
166     </varlistentry>
167     <varlistentry>
168         <term>
169             <command>
170                 <option>default_shade_color</option>
171             </command>
172         </term>
173         <listitem>Default shading color and border's shading color 
174         <para /></listitem>
175     </varlistentry>
176     <varlistentry>
177         <term>
178             <command>
179                 <option>diskio_avg_samples</option>
180             </command>
181         </term>
182         <listitem>The number of samples to average for disk I/O
183         monitoring. 
184         <para /></listitem>
185     </varlistentry>
186     <varlistentry>
187         <term>
188             <command>
189                 <option>display</option>
190             </command>
191         </term>
192         <listitem>Specify an X display to connect to. 
193         <para /></listitem>
194     </varlistentry>
195     <varlistentry>
196         <term>
197             <command>
198                 <option>double_buffer</option>
199             </command>
200         </term>
201         <listitem>Use the Xdbe extension? (eliminates flicker) It
202         is highly recommended to use own window with this one so
203         double buffer won't be so big. 
204         <para /></listitem>
205     </varlistentry>
206     <varlistentry>
207         <term>
208             <command>
209                 <option>draw_borders</option>
210             </command>
211         </term>
212         <listitem>Draw borders around text? 
213         <para /></listitem>
214     </varlistentry>
215     <varlistentry>
216         <term>
217             <command>
218                 <option>draw_graph_borders</option>
219             </command>
220         </term>
221         <listitem>Draw borders around graphs? 
222         <para /></listitem>
223     </varlistentry>
224     <varlistentry>
225         <term>
226             <command>
227                 <option>draw_outline</option>
228             </command>
229         </term>
230         <listitem>Draw outlines? 
231         <para /></listitem>
232     </varlistentry>
233     <varlistentry>
234         <term>
235             <command>
236                 <option>draw_shades</option>
237             </command>
238         </term>
239         <listitem>Draw shades? 
240         <para /></listitem>
241     </varlistentry>
242     <varlistentry>
243         <term>
244             <command>
245                 <option>font</option>
246             </command>
247         </term>
248         <listitem>Font name in X, xfontsel can be used to get a
249         nice font 
250         <para /></listitem>
251     </varlistentry>
252     <varlistentry>
253         <term>
254             <command>
255                 <option>format_human_readable</option>
256             </command>
257         </term>
258         <listitem>If enabled, values which are in bytes will be
259         printed in human readable format (i.e., KiB, MiB, etc). If
260         disabled, the number of bytes is printed instead. 
261         <para /></listitem>
262     </varlistentry>
263     <varlistentry>
264         <term>
265             <command>
266                 <option>gap_x</option>
267             </command>
268         </term>
269         <listitem>Gap, in pixels, between right or left border of
270         screen, same as passing -x at command line, e.g. gap_x 10.
271         For other position related stuff, see 'alignment'. 
272         <para /></listitem>
273     </varlistentry>
274     <varlistentry>
275         <term>
276             <command>
277                 <option>gap_y</option>
278             </command>
279         </term>
280         <listitem>Gap, in pixels, between top or bottom border of
281         screen, same as passing -y at command line, e.g. gap_y 10.
282         For other position related stuff, see 'alignment'. 
283         <para /></listitem>
284     </varlistentry>
285     <varlistentry>
286         <term>
287             <command>
288                 <option>if_up_strictness</option>
289             </command>
290         </term>
291         <listitem>How strict should if_up be when testing an
292         interface for being up? The value is one of up, link or
293         address, to check for the interface being solely up, being
294         up and having link or being up, having link and an assigned
295         IP address. 
296         <para /></listitem>
297     </varlistentry>
298     <varlistentry>
299         <term>
300             <command>
301                 <option>imap</option>
302             </command>
303         </term>
304         <listitem>Default global IMAP server. Arguments are: "host
305         user pass [-i interval (in seconds)] [-f folder] [-p port]
306         [-e command] [-r retries]". Default port is 143, default
307         folder is 'INBOX', default interval is 5 minutes, and
308         default number of retries before giving up is 5. If the
309         password is supplied as '*', you will be prompted to enter
310         the password when Conky starts. 
311         <para /></listitem>
312     </varlistentry>
313     <varlistentry>
314         <term>
315             <command>
316                 <option>imlib_cache_flush_interval</option>
317             </command>
318         </term>
319         <listitem>Interval (in seconds) to flush Imlib2 cache. 
320         <para /></listitem>
321     </varlistentry>
322     <varlistentry>
323         <term>
324             <command>
325                 <option>imlib_cache_size</option>
326             </command>
327         </term>
328         <listitem>Imlib2 image cache size, in bytes. Defaults to
329         4MiB. Increase this value if you use $image lots. Set to 0
330         to disable the image cache. 
331         <para /></listitem>
332     </varlistentry>
333     <varlistentry>
334         <term>
335             <command>
336                 <option>lua_load</option>
337             </command>
338         </term>
339         <listitem>Loads the Lua scripts separated by spaces. 
340         <para /></listitem>
341     </varlistentry>
342     <varlistentry>
343         <term>
344             <command>
345                 <option>mail_spool</option>
346             </command>
347         </term>
348         <listitem>Mail spool for mail checking 
349         <para /></listitem>
350     </varlistentry>
351     <varlistentry>
352         <term>
353             <command>
354                 <option>max_port_monitor_connections</option>
355             </command>
356         </term>
357         <listitem>Allow each port monitor to track at most this
358         many connections (if 0 or not set, default is 256) 
359         <para /></listitem>
360     </varlistentry>
361     <varlistentry>
362         <term>
363             <command>
364                 <option>max_specials</option>
365             </command>
366         </term>
367         <listitem>Maximum number of special things, e.g. fonts,
368         offsets, aligns, etc. (default is 512) 
369         <para /></listitem>
370     </varlistentry>
371     <varlistentry>
372         <term>
373             <command>
374                 <option>max_user_text</option>
375             </command>
376             <option>bytes</option>
377         </term>
378         <listitem>Maximum size of user text buffer, i.e. layout
379         below TEXT line in config file (default is 16384 bytes) 
380         <para /></listitem>
381     </varlistentry>
382     <varlistentry>
383         <term>
384             <command>
385                 <option>maximum_width</option>
386             </command>
387             <option>pixels</option>
388         </term>
389         <listitem>Maximum width of window 
390         <para /></listitem>
391     </varlistentry>
392     <varlistentry>
393         <term>
394             <command>
395                 <option>minimum_size</option>
396             </command>
397             <option>width (height)</option>
398         </term>
399         <listitem>Minimum size of window 
400         <para /></listitem>
401     </varlistentry>
402     <varlistentry>
403         <term>
404             <command>
405                 <option>mpd_host</option>
406             </command>
407         </term>
408         <listitem>Host of MPD server 
409         <para /></listitem>
410     </varlistentry>
411     <varlistentry>
412         <term>
413             <command>
414                 <option>mpd_password</option>
415             </command>
416         </term>
417         <listitem>MPD server password 
418         <para /></listitem>
419     </varlistentry>
420     <varlistentry>
421         <term>
422             <command>
423                 <option>mpd_port</option>
424             </command>
425         </term>
426         <listitem>Port of MPD server 
427         <para /></listitem>
428     </varlistentry>
429     <varlistentry>
430         <term>
431             <command>
432                 <option>music_player_interval</option>
433             </command>
434         </term>
435         <listitem>Music player thread update interval (defaults to
436         Conky's update interval) 
437         <para /></listitem>
438     </varlistentry>
439     <varlistentry>
440         <term>
441             <command>
442                 <option>net_avg_samples</option>
443             </command>
444         </term>
445         <listitem>The number of samples to average for net data 
446         <para /></listitem>
447     </varlistentry>
448     <varlistentry>
449         <term>
450             <command>
451                 <option>no_buffers</option>
452             </command>
453         </term>
454         <listitem>Substract (file system) buffers from used memory?
455         
456         <para /></listitem>
457     </varlistentry>
458     <varlistentry>
459         <term>
460             <command>
461                 <option>out_to_console</option>
462             </command>
463         </term>
464         <listitem>Print text to stdout. 
465         <para /></listitem>
466     </varlistentry>
467     <varlistentry>
468         <term>
469             <command>
470                 <option>out_to_stderr</option>
471             </command>
472         </term>
473         <listitem>Print text to stderr. 
474         <para /></listitem>
475     </varlistentry>
476     <varlistentry>
477         <term>
478             <command>
479                 <option>out_to_x</option>
480             </command>
481         </term>
482         <listitem>When set to no, there will be no output in X
483         (useful when you also use things like out_to_console). If
484         you set it to no, make sure that it's placed before all
485         other X-related setting (take the first line of your
486         configfile to be sure). Default value is yes 
487         <para /></listitem>
488     </varlistentry>
489     <varlistentry>
490         <term>
491             <command>
492                 <option>override_utf8_locale</option>
493             </command>
494         </term>
495         <listitem>Force UTF8? requires XFT 
496         <para /></listitem>
497     </varlistentry>
498     <varlistentry>
499         <term>
500             <command>
501                 <option>overwrite_file</option>
502             </command>
503         </term>
504         <listitem>Overwrite the file given as argument. 
505         <para /></listitem>
506     </varlistentry>
507     <varlistentry>
508         <term>
509             <command>
510                 <option>own_window</option>
511             </command>
512         </term>
513         <listitem>Boolean, create own window to draw? 
514         <para /></listitem>
515     </varlistentry>
516     <varlistentry>
517         <term>
518             <command>
519                 <option>own_window_class</option>
520             </command>
521         </term>
522         <listitem>Manually set the WM_CLASS name. Defaults to
523         "Conky". 
524         <para /></listitem>
525     </varlistentry>
526     <varlistentry>
527         <term>
528             <command>
529                 <option>own_window_colour</option>
530             </command>
531             <option>colour</option>
532         </term>
533         <listitem>If own_window_transparent no, set a specified
534         background colour (defaults to black). Takes either a hex
535         value (#ffffff) or a valid RGB name (see
536         /usr/lib/X11/rgb.txt) 
537         <para /></listitem>
538     </varlistentry>
539     <varlistentry>
540         <term>
541             <command>
542                 <option>own_window_hints</option>
543             </command>
544             <option>
545             undecorated,below,above,sticky,skip_taskbar,skip_pager</option>
546         </term>
547         <listitem>If own_window is yes, you may use these window
548         manager hints to affect the way Conky displays. Notes: Use
549         own_window_type desktop as another way to implement many of
550         these hints implicitly. If you use own_window_type
551         override, window manager hints have no meaning and are
552         ignored. 
553         <para /></listitem>
554     </varlistentry>
555     <varlistentry>
556         <term>
557             <command>
558                 <option>own_window_title</option>
559             </command>
560         </term>
561         <listitem>Manually set the window name. Defaults to
562         "&lt;hostname&gt; - conky". 
563         <para /></listitem>
564     </varlistentry>
565     <varlistentry>
566         <term>
567             <command>
568                 <option>own_window_transparent</option>
569             </command>
570         </term>
571         <listitem>Boolean, set pseudo-transparency? 
572         <para /></listitem>
573     </varlistentry>
574     <varlistentry>
575         <term>
576             <command>
577                 <option>own_window_type</option>
578             </command>
579         </term>
580         <listitem>if own_window is yes, you may specify type
581         normal, desktop, dock, panel or override (default: normal).
582         Desktop windows are special windows that have no window
583         decorations; are always visible on your desktop; do not
584         appear in your pager or taskbar; and are sticky across all
585         workspaces. Panel windows reserve space along a desktop
586         edge, just like panels and taskbars, preventing maximized
587         windows from overlapping them. The edge is chosen based on
588         the alignment option. Override windows are not under the
589         control of the window manager. Hints are ignored. This type
590         of window can be useful for certain situations. 
591         <para /></listitem>
592     </varlistentry>
593     <varlistentry>
594         <term>
595             <command>
596                 <option>pad_percents</option>
597             </command>
598         </term>
599         <listitem>Pad percentages to this many decimals (0 = no
600         padding) 
601         <para /></listitem>
602     </varlistentry>
603     <varlistentry>
604         <term>
605             <command>
606                 <option>pop3</option>
607             </command>
608         </term>
609         <listitem>Default global POP3 server. Arguments are: "host
610         user pass [-i interval (in seconds)] [-p port] [-e command]
611         [-r retries]". Default port is 110, default interval is 5
612         minutes, and default number of retries before giving up is
613         5. If the password is supplied as '*', you will be prompted
614         to enter the password when Conky starts. 
615         <para /></listitem>
616     </varlistentry>
617     <varlistentry>
618         <term>
619             <command>
620                 <option>short_units</option>
621             </command>
622         </term>
623         <listitem>Shortens units to a single character (kiB-&gt;k,
624         GiB-&gt;G, etc.). Default is off. 
625         <para /></listitem>
626     </varlistentry>
627     <varlistentry>
628         <term>
629             <command>
630                 <option>show_graph_range</option>
631             </command>
632         </term>
633         <listitem>Shows the time range covered by a graph. 
634         <para /></listitem>
635     </varlistentry>
636     <varlistentry>
637         <term>
638             <command>
639                 <option>show_graph_scale</option>
640             </command>
641         </term>
642         <listitem>Shows the maximum value in scaled graphs. 
643         <para /></listitem>
644     </varlistentry>
645     <varlistentry>
646         <term>
647             <command>
648                 <option>stippled_borders</option>
649             </command>
650         </term>
651         <listitem>Border stippling (dashing) in pixels 
652         <para /></listitem>
653     </varlistentry>
654     <varlistentry>
655         <term>
656             <command>
657                 <option>temperature_unit</option>
658             </command>
659         </term>
660         <listitem>Desired output unit of all objects displaying a
661         temperature. Parameters are either "fahrenheit" or
662         "celsius". The default unit is degree Celsius. 
663         <para /></listitem>
664     </varlistentry>
665     <varlistentry>
666         <term>
667             <command>
668                 <option>templateN</option>
669             </command>
670         </term>
671         <listitem>Define a template for later use inside TEXT
672         segments. Substitute N by a digit between 0 and 9,
673         inclusively. The value of the variable is being inserted
674         into the stuff below TEXT at the corresponding position,
675         but before some substitutions are applied: 
676         <simplelist>
677             <member>'\n' -&gt; newline</member>
678             <member>'\\' -&gt; backslash</member>
679             <member>'\ ' -&gt; space</member>
680             <member>'\N' -&gt; template argument N</member>
681         </simplelist>
682         <para /></listitem>
683     </varlistentry>
684     <varlistentry>
685         <term>
686             <command>
687                 <option>text_buffer_size</option>
688             </command>
689             <option>bytes</option>
690         </term>
691         <listitem>Size of the standard text buffer (default is 256
692         bytes). This buffer is used for intermediary text, such as
693         individual lines, output from $exec vars, and various other
694         variables. Increasing the size of this buffer can
695         drastically reduce Conky's performance, but will allow for
696         more text display per variable. The size of this buffer
697         cannot be smaller than the default value of 256 bytes. 
698         <para /></listitem>
699     </varlistentry>
700     <varlistentry>
701         <term>
702             <command>
703                 <option>top_cpu_separate</option>
704             </command>
705         </term>
706         <listitem>If true, cpu in top will show usage of one
707         processor's power. If false, cpu in top will show the usage
708         of all processors' power combined. 
709         <para /></listitem>
710     </varlistentry>
711     <varlistentry>
712         <term>
713             <command>
714                 <option>top_name_width</option>
715             </command>
716         </term>
717         <listitem>Width for $top name value (defaults to 15
718         characters). 
719         <para /></listitem>
720     </varlistentry>
721     <varlistentry>
722         <term>
723             <command>
724                 <option>total_run_times</option>
725             </command>
726         </term>
727         <listitem>Total number of times for Conky to update before
728         quitting. Zero makes Conky run forever 
729         <para /></listitem>
730     </varlistentry>
731     <varlistentry>
732         <term>
733             <command>
734                 <option>update_interval</option>
735             </command>
736         </term>
737         <listitem>Update interval in seconds 
738         <para /></listitem>
739     </varlistentry>
740     <varlistentry>
741         <term>
742             <command>
743                 <option>uppercase</option>
744             </command>
745         </term>
746         <listitem>Boolean value, if true, text is rendered in upper
747         case 
748         <para /></listitem>
749     </varlistentry>
750     <varlistentry>
751         <term>
752             <command>
753                 <option>use_spacer</option>
754             </command>
755         </term>
756         <listitem>Adds spaces around certain objects to stop them
757         from moving other things around. Arguments are left, right,
758         and none (default). The old true/false values are
759         deprecated and default to right/none respectively. Note
760         that this only helps if you are using a mono font, such as
761         Bitstream Vera Sans Mono. 
762         <para /></listitem>
763     </varlistentry>
764     <varlistentry>
765         <term>
766             <command>
767                 <option>use_xft</option>
768             </command>
769         </term>
770         <listitem>Use Xft (anti-aliased font and stuff) 
771         <para /></listitem>
772     </varlistentry>
773     <varlistentry>
774         <term>
775             <command>
776                 <option>xftalpha</option>
777             </command>
778         </term>
779         <listitem>Alpha of Xft font. Must be a value at or between
780         1 and 0. 
781         <para /></listitem>
782     </varlistentry>
783     <varlistentry>
784         <term>
785             <command>
786                 <option>xftfont</option>
787             </command>
788         </term>
789         <listitem>Xft font to use. 
790         <para /></listitem>
791     </varlistentry>
792 </variablelist>