Build fix for IBM support.
[monky] / doc / command_options.xml
1 <variablelist>
2     <varlistentry>
3         <term>
4             <command>
5                 <option>-v | -V | --version</option>
6             </command>
7         </term>
8         <listitem>Prints version and exits 
9         <para></para></listitem>
10     </varlistentry>
11     <varlistentry>
12         <term>
13             <command>
14                 <option>-q | --quiet</option>
15             </command>
16         </term>
17         <listitem>Run Conky in 'quiet mode' (ie. no output) 
18         <para></para></listitem>
19     </varlistentry>
20     <varlistentry>
21         <term>
22             <command>
23                 <option>-D | --debug</option>
24             </command>
25         </term>
26         <listitem>Increase debugging output, ie. -DD for more
27         debugging 
28         <para></para></listitem>
29     </varlistentry>
30     <varlistentry>
31         <term>
32             <command>
33                 <option>-a | --alignment=</option>
34             </command>
35             <option>ALIGNMENT</option>
36         </term>
37         <listitem>Text alignment on screen,
38         {top,bottom,middle}_{left,right,middle} or none. Can also
39         be abbreviated with first chars of position, ie. tr for
40         top_right. 
41         <para></para></listitem>
42     </varlistentry>
43     <varlistentry>
44         <term>
45             <command>
46                 <option>-b | --double-buffer</option>
47             </command>
48         </term>
49         <listitem>Use double buffering (eliminates "flicker") 
50         <para></para></listitem>
51     </varlistentry>
52     <varlistentry>
53         <term>
54             <command>
55                 <option>-c | --config=</option>
56             </command>
57             <option>FILE</option>
58         </term>
59         <listitem>Config file to load instead of $HOME/.conkyrc 
60         <para></para></listitem>
61     </varlistentry>
62     <varlistentry>
63         <term>
64             <command>
65                 <option>-C | --print-config</option>
66             </command>
67         </term>
68         <listitem>Print builtin default config to stdout. See also
69         the section EXAMPLES for more information. 
70         <para></para></listitem>
71     </varlistentry>
72     <varlistentry>
73         <term>
74             <command>
75                 <option>-d | --daemonize</option>
76             </command>
77         </term>
78         <listitem>Daemonize Conky, aka fork to background 
79         <para></para></listitem>
80     </varlistentry>
81     <varlistentry>
82         <term>
83             <command>
84                 <option>-f | --font=</option>
85             </command>
86             <option>FONT</option>
87         </term>
88         <listitem>Font to use 
89         <para></para></listitem>
90     </varlistentry>
91     <varlistentry>
92         <term>
93             <command>
94                 <option>-h | --help</option>
95             </command>
96         </term>
97         <listitem>Prints command line help and exits 
98         <para></para></listitem>
99     </varlistentry>
100     <varlistentry>
101         <term>
102             <command>
103                 <option>-o | --own-window</option>
104             </command>
105         </term>
106         <listitem>Create own window to draw 
107         <para></para></listitem>
108     </varlistentry>
109     <varlistentry>
110         <term>
111             <command>
112                 <option>-t | --text=</option>
113             </command>
114             <option>TEXT</option>
115         </term>
116         <listitem>Text to render, remember single quotes, like -t '
117         $uptime ' 
118         <para></para></listitem>
119     </varlistentry>
120     <varlistentry>
121         <term>
122             <command>
123                 <option>-p | --pause=</option>
124             </command>
125             <option>SECONDS</option>
126         </term>
127         <listitem>Time to pause before actually starting Conky
128         <para></para></listitem>
129     </varlistentry>
130     <varlistentry>
131         <term>
132             <command>
133                 <option>-u | --interval=</option>
134             </command>
135             <option>SECONDS</option>
136         </term>
137         <listitem>Update interval 
138         <para></para></listitem>
139     </varlistentry>
140     <varlistentry>
141         <term>
142             <command>
143                 <option>-w | --window-id=</option>
144             </command>
145             <option>WIN_ID</option>
146         </term>
147         <listitem>Window id to draw 
148         <para></para></listitem>
149     </varlistentry>
150     <varlistentry>
151         <term>
152             <command>
153                 <option>-X | --display=</option>
154             </command>
155             <option>DISPLAY</option>
156         </term>
157         <listitem>X11 display to use 
158         <para></para></listitem>
159     </varlistentry>
160     <varlistentry>
161         <term>
162             <command>
163                 <option>-x</option>
164             </command>
165             <option>X_COORDINATE</option>
166         </term>
167         <listitem>X position 
168         <para></para></listitem>
169     </varlistentry>
170     <varlistentry>
171         <term>
172             <command>
173                 <option>-y</option>
174             </command>
175             <option>Y_COORDINATE</option>
176         </term>
177         <listitem>Y position 
178         <para></para></listitem>
179     </varlistentry>
180     <varlistentry>
181         <term>
182             <command>
183                 <option>-i</option>
184             </command>
185             <option>COUNT</option>
186         </term>
187         <listitem>Number of times to update Conky (and quit) 
188         <para></para></listitem>
189     </varlistentry>
190 </variablelist>