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