fix man page error sf #1813483
[monky] / doc / conky.1
1 .\" -*- coding: us-ascii -*-
2 .if \n(.g .ds T< \\FC
3 .if \n(.g .ds T> \\F[\n[.fam]]
4 .de URL
5 \\$2 \(la\\$1\(ra\\$3
6 ..
7 .if \n(.g .mso www.tmac
8 .TH conky 1 2007-08-08 "" ""
9 .SH NAME
10 conky \- A system monitor for X originally based on the torsmo code, but more kickass. It just keeps on given'er. Yeah.
11 .SH SYNOPSIS
12 'nh
13 .fi
14 .ad l
15 \fBconky\fR \kx
16 .if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
17 'in \n(.iu+\nxu
18 [\fIoptions\fR]
19 'in \n(.iu-\nxu
20 .ad b
21 'hy
22 .SH DESCRIPTION
23 Conky is a system monitor for X originally based on the torsmo code. 
24 Since it's original conception, Conky has changed a fair bit from it's predecessor. 
25 Conky can display just about anything, either on your root desktop or in it's own window. 
26 Conky has many built-in objects, as well as the ability to execute programs and scripts, 
27 then display the output from stdout.
28 .PP
29 We are always looking for help, and anyone interested in becoming a developer is welcome. 
30 Please use the facilities at SourceForge to make bug reports, feature requests, and submit patches.
31 .PP
32 Thanks for your interest in Conky.
33 .SH COMPILING
34 For users compiling from source, make sure you have the X development libraries installed. 
35 This should be a package along the lines of "libx11-dev or xorg-x11-dev". 
36 .PP
37 Gentoo users -- Conky is in Gentoo's Portage... simply use "emerge app-admin/conky" for installation.
38 There is also usually an up-to-date ebuild within Conky's package or in Svn.
39 .PP
40 Debian,etc. users -- Conky will be in Debian's repositories soon (by mid-September, hopefully), and then 
41 Ubuntu shortly thereafter. Until then, "dpkg -i" the .deb package to install. 
42 .PP
43 Example to compile and run Conky with all optional components (note that some configure options may differ for your system):
44 .TP 
45 \fB\*(T<\fBsh autogen.sh\fR\*(T>\fR \*(T<\fB# Only required if building from Svn\fR\*(T> 
46 .TP 
47 \fB\*(T<\fB\&./configure \fR\*(T>\fR\*(T<\fB\-\-prefix=/usr \-\-mandir=/usr/share/man \-\-infodir=/usr/share/info \-\-datadir=/usr/share \-\-sysconfdir=/etc \-\-localstatedir=/var/lib \-\-disable\-own\-window \-\-enable\-audacious \-\-enable\-bmpx \-\-disable\-hddtemp \-\-disable\-mpd \-\-enable\-xmms2 \-\-disable\-portmon \-\-disable\-network \-\-enable\-debug \-\-disable\-x11 \-\-disable\-double\-buffer \-\-disable\-xdamage \-\-disable\-xft\fR\*(T> 
48 .TP 
49 \fB\*(T<\fBmake\fR\*(T>\fR 
50 .TP 
51 \fB\*(T<\fBmake install\fR\*(T>\fR \*(T<\fB# Optional\fR\*(T> 
52 .TP 
53 \fB\*(T<\fBsrc/conky\fR\*(T>\fR 
54 .PP
55 Conky probably doesn't compile with compilers other than gcc and icc. 
56 It doesn't compile with C89 compiler and not even with pure C99.
57 It uses a few things that might not exist: strdup(), strcasecmp(), strncasecmp(), 
58 optarg variable with getopt() and long long (not in C89). Crashes in file system
59 statistics stuff when compiled with icc, I don't know exactly why.
60 .PP
61 You can disable 'drawing to own window' feature in case you don't need it by passing 
62 --disable-own-window to configure -script.
63 .PP
64 .SH "YOU SHOULD KNOW"
65 Conky is generally very good on resources. However, certain objects in
66 Conky are harder on resources then others. In particular, the $tail,
67 $top, $font, and $graph objects are quite costly in comparison to the rest of Conky.
68 .PP
69 If you do use them, please do not complain about memory or CPU usage, 
70 unless you think something's seriously wrong (mem leak, etc.).
71 .PP
72 An easy way to force Conky to reload your ~/.conkyrc: "killall -SIGUSR1 conky".
73 Saves you the trouble of having to kill and then restart.
74 .PP
75 IMPORTANT: For previous Conky users, Conky 1.3 no longer supports the metar stuff. 
76 mdsplib was causing way too many problems. Hopefully there'll be a better solution in Conky 2.x...
77 .SH OPTIONS
78 Command line options override configurations defined in configuration file.
79 .TP 
80 \fB\*(T<\fB\-v | \-V\fR\*(T>\fR
81 Prints version and exits
82
83 .TP 
84 \fB\*(T<\fB\-a \fR\*(T>\fR\*(T<\fBALIGNMENT\fR\*(T>
85 Text alignment on screen, {top,bottom}_{left,right} or none
86
87 .TP 
88 \fB\*(T<\fB\-b\fR\*(T>\fR
89 Use double buffering (eliminates "flicker")
90
91 .TP 
92 \fB\*(T<\fB\-c \fR\*(T>\fR\*(T<\fBFILE\fR\*(T>
93 Config file to load instead of $HOME/.conkyrc
94
95 .TP 
96 \fB\*(T<\fB\-d\fR\*(T>\fR
97 Daemonize Conky, aka fork to background
98
99 .TP 
100 \fB\*(T<\fB\-f \fR\*(T>\fR\*(T<\fBFONT\fR\*(T>
101 Font to use
102
103 .TP 
104 \fB\*(T<\fB\-h\fR\*(T>\fR
105 Prints command line help and exits
106
107 .TP 
108 \fB\*(T<\fB\-o\fR\*(T>\fR
109 Create own window to draw
110
111 .TP 
112 \fB\*(T<\fB\-t \fR\*(T>\fR\*(T<\fBTEXT\fR\*(T>
113 Text to render, remember single quotes, like -t ' $uptime '
114
115 .TP 
116 \fB\*(T<\fB\-u \fR\*(T>\fR\*(T<\fBSECONDS\fR\*(T>
117 Update interval
118
119 .TP 
120 \fB\*(T<\fB\-w \fR\*(T>\fR\*(T<\fBWIN_ID\fR\*(T>
121 Window id to draw
122
123 .TP 
124 \fB\*(T<\fB\-x \fR\*(T>\fR\*(T<\fBX_COORDINATE\fR\*(T>
125 X position
126
127 .TP 
128 \fB\*(T<\fB\-y \fR\*(T>\fR\*(T<\fBY_COORDINATE\fR\*(T>
129 Y position
130
131 .SH "CONFIGURATION SETTINGS"
132 Default configuration file is $HOME/.conkyrc (can be changed from
133 conky.c among other things). See conkyrc.sample. If installing from Debian package, 
134 this should be in /usr/share/doc/conky/examples ("gunzip conkyrc.sample.gz" to get conkyrc.sample).
135 .PP
136 You might want to copy it to $HOME/.conkyrc and then start modifying it.
137 Other configs can be found at http://conky.sf.net
138 .TP 
139 \fB\*(T<\fBalignment\fR\*(T>\fR
140 Aligned position on screen, may be top_left, top_right, bottom_left, bottom_right, or none
141
142 .TP 
143 \fB\*(T<\fBbackground\fR\*(T>\fR
144 Boolean value, if true, Conky will be forked to background when started
145
146 .TP 
147 \fB\*(T<\fBborder_margin\fR\*(T>\fR
148 Border margin in pixels
149
150 .TP 
151 \fB\*(T<\fBborder_width\fR\*(T>\fR
152 Border width in pixels
153
154 .TP 
155 \fB\*(T<\fBcolor0\fR\*(T>\fR
156 A color variable for use inside TEXT segments
157
158 .TP 
159 \fB\*(T<\fBcolor1\fR\*(T>\fR
160 A color variable for use inside TEXT segments
161
162 .TP 
163 \fB\*(T<\fBcolor2\fR\*(T>\fR
164 A color variable for use inside TEXT segments
165
166 .TP 
167 \fB\*(T<\fBcolor3\fR\*(T>\fR
168 A color variable for use inside TEXT segments
169
170 .TP 
171 \fB\*(T<\fBcolor4\fR\*(T>\fR
172 A color variable for use inside TEXT segments
173
174 .TP 
175 \fB\*(T<\fBcolor5\fR\*(T>\fR
176 A color variable for use inside TEXT segments
177
178 .TP 
179 \fB\*(T<\fBcolor6\fR\*(T>\fR
180 A color variable for use inside TEXT segments
181
182 .TP 
183 \fB\*(T<\fBcolor7\fR\*(T>\fR
184 A color variable for use inside TEXT segments
185
186 .TP 
187 \fB\*(T<\fBcolor8\fR\*(T>\fR
188 A color variable for use inside TEXT segments
189
190 .TP 
191 \fB\*(T<\fBcolor9\fR\*(T>\fR
192 A color variable for use inside TEXT segments
193
194 .TP 
195 \fB\*(T<\fBcpu_avg_samples\fR\*(T>\fR
196 The number of samples to average for CPU monitoring
197
198 .TP 
199 \fB\*(T<\fBdefault_color\fR\*(T>\fR
200 Default color and border color
201
202 .TP 
203 \fB\*(T<\fBdefault_outline_color\fR\*(T>\fR
204 Default outline color
205
206 .TP 
207 \fB\*(T<\fBdefault_shade_color\fR\*(T>\fR
208 Default shading color and border's shading color
209
210 .TP 
211 \fB\*(T<\fBdouble_buffer\fR\*(T>\fR
212 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.
213
214 .TP 
215 \fB\*(T<\fBdraw_borders\fR\*(T>\fR
216 Draw borders around text?
217
218 .TP 
219 \fB\*(T<\fBdraw_graph_borders\fR\*(T>\fR
220 Draw borders around graphs?
221
222 .TP 
223 \fB\*(T<\fBdraw_outline\fR\*(T>\fR
224 Draw outlines?
225
226 .TP 
227 \fB\*(T<\fBdraw_shades\fR\*(T>\fR
228 Draw shades?
229
230 .TP 
231 \fB\*(T<\fBfont\fR\*(T>\fR
232 Font name in X, xfontsel can be used to get a nice font
233
234 .TP 
235 \fB\*(T<\fBgap_x\fR\*(T>\fR
236 Gap, in pixels, between right or left border of screen, same as passing -x at command line,
237 e.g. gap_x 10
238
239 .TP 
240 \fB\*(T<\fBgap_y\fR\*(T>\fR
241 Gap, in pixels, between top or bottom border of screen, same as passing -y at command line,
242 e.g. gap_y 10.
243
244 .TP 
245 \fB\*(T<\fBimap\fR\*(T>\fR
246 Default global IMAP server. Arguments are: "host user pass [-i interval] [-f folder] [-p port] [-e command]". Default port is 143, default folder is 'INBOX', default interval is 5 minutes. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
247
248 .TP 
249 \fB\*(T<\fBmail_spool\fR\*(T>\fR
250 Mail spool for mail checking
251
252 .TP 
253 \fB\*(T<\fBmax_port_monitor_connections\fR\*(T>\fR
254 Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
255
256 .TP 
257 \fB\*(T<\fBmax_specials\fR\*(T>\fR
258 Maximum number of special things, e.g. fonts, offsets, aligns, etc. (default is 512)
259
260 .TP 
261 \fB\*(T<\fBmax_user_text\fR\*(T>\fR \*(T<\fBbytes\fR\*(T> 
262 Maximum size of user text buffer, i.e. layout below TEXT line in config file
263 (default is 16384 bytes)
264
265 .TP 
266 \fB\*(T<\fBtext_buffer_size\fR\*(T>\fR \*(T<\fBbytes\fR\*(T> 
267 Size of the standard text buffer (default is 1280 bytes).
268
269 .TP 
270 \fB\*(T<\fBmaximum_width\fR\*(T>\fR \*(T<\fBpixels\fR\*(T> 
271 Maximum width of window
272
273 .TP 
274 \fB\*(T<\fBminimum_size\fR\*(T>\fR \*(T<\fBwidth (height)\fR\*(T> 
275 Minimum size of window
276
277 .TP 
278 \fB\*(T<\fBmpd_host\fR\*(T>\fR
279 Host of MPD server
280
281 .TP 
282 \fB\*(T<\fBmpd_port\fR\*(T>\fR
283 Port of MPD server
284
285 .TP 
286 \fB\*(T<\fBmpd_password\fR\*(T>\fR
287 MPD server password
288
289 .TP 
290 \fB\*(T<\fBmusic_player_interval\fR\*(T>\fR
291 Music player thread update interval (defaults to Conky's update interval)
292
293 .TP 
294 \fB\*(T<\fBnet_avg_samples\fR\*(T>\fR
295 The number of samples to average for net data
296
297 .TP 
298 \fB\*(T<\fBno_buffers\fR\*(T>\fR
299 Substract (file system) buffers from used memory?
300
301 .TP 
302 \fB\*(T<\fBoverride_utf8_locale\fR\*(T>\fR
303 Force UTF8? requires XFT
304
305 .TP 
306 \fB\*(T<\fBown_window\fR\*(T>\fR
307 Boolean, create own window to draw?
308
309 .TP 
310 \fB\*(T<\fBown_window_class\fR\*(T>\fR
311 Manually set the WM_CLASS name. Defaults to "Conky".
312
313 .TP 
314 \fB\*(T<\fBown_window_colour\fR\*(T>\fR \*(T<\fBcolour\fR\*(T> 
315 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)
316
317 .TP 
318 \fB\*(T<\fBown_window_hints\fR\*(T>\fR \*(T<\fBundecorated,below,above,sticky,skip_taskbar,skip_pager\fR\*(T> 
319 If own_window is yes, you may use these window manager hints to affect the way Conky displays. 
320 Notes: Use own_window_type desktop as another way to implement many of these hints implicitly.
321 If you use own_window_type override, window manager hints have no meaning and are ignored.
322
323 .TP 
324 \fB\*(T<\fBown_window_title\fR\*(T>\fR
325 Manually set the window name. Defaults to "<hostname> - conky".
326
327 .TP 
328 \fB\*(T<\fBown_window_transparent\fR\*(T>\fR
329 Boolean, set pseudo-transparency?
330
331 .TP 
332 \fB\*(T<\fBown_window_type\fR\*(T>\fR
333 if own_window is yes, you may specify type normal, desktop or override (default: normal).
334 Desktop windows are special windows that have no window decorations; are always visible 
335 on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces.
336 Override windows are not under the control of the window manager. Hints are ignored. This type
337 of window can be useful for certain situations.
338
339 .TP 
340 \fB\*(T<\fBout_to_console\fR\*(T>\fR 
341 Print text to stdout.
342
343 .TP 
344 \fB\*(T<\fBpad_percents\fR\*(T>\fR
345 Pad percentages to this many decimals (0 = no padding)
346
347 .TP 
348 \fB\*(T<\fBpop3\fR\*(T>\fR
349 Default global POP3 server. Arguments are: "host user pass [-i interval] [-p port] [-e command]". Default port is 110, default interval is 5 minutes. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
350
351 .TP 
352 \fB\*(T<\fBstippled_borders\fR\*(T>\fR
353 Border stippling (dashing) in pixels
354
355 .TP 
356 \fB\*(T<\fBtotal_run_times\fR\*(T>\fR
357 Total number of times for Conky to update before quitting. Zero makes Conky run forever
358
359 .TP 
360 \fB\*(T<\fBupdate_interval\fR\*(T>\fR
361 Update interval in seconds
362
363 .TP 
364 \fB\*(T<\fBuppercase\fR\*(T>\fR
365 Boolean value, if true, text is rendered in upper case
366
367 .TP 
368 \fB\*(T<\fBuse_spacer\fR\*(T>\fR
369 Adds spaces after certain objects to stop them from moving other things around. Note that this only helps if you are using a mono font, such as Bitstream Vera Sans Mono.
370
371 .TP 
372 \fB\*(T<\fBuse_xft\fR\*(T>\fR
373 Use Xft (anti-aliased font and stuff)
374
375 .TP 
376 \fB\*(T<\fBxftalpha\fR\*(T>\fR
377 Alpha of Xft font. Must be a value at or between 1 and 0.
378
379 .TP 
380 \fB\*(T<\fBxftfont\fR\*(T>\fR
381 Xft font to use.
382
383 .TP 
384 \fB\*(T<\fBTEXT\fR\*(T>\fR
385 After this begins text to be formatted on screen
386
387 .SH VARIABLES
388 Colors are parsed using XParsecolor(), there might be a list of them:
389 /usr/X11R6/lib/X11/rgb.txt. Also, \(lahttp://sedition.com/perl/rgb.html\(ra.
390 Color can be also in #rrggbb format (hex).
391 Note that when displaying bytes, power is 1024 and not 1000 so 1M really
392 means 1024*1024 bytes and not 1000*1000.
393 .TP 
394 \fB\*(T<\fBaddr\fR\*(T>\fR \*(T<\fBinterface\fR\*(T> 
395 IP address for an interface
396
397 .TP 
398 \fB\*(T<\fBacpiacadapter\fR\*(T>\fR 
399 ACPI ac adapter state.
400
401 .TP 
402 \fB\*(T<\fBacpifan\fR\*(T>\fR 
403 ACPI fan state
404
405 .TP 
406 \fB\*(T<\fBacpitemp\fR\*(T>\fR 
407 ACPI temperature in C.
408
409 .TP 
410 \fB\*(T<\fBacpitempf\fR\*(T>\fR 
411 ACPI temperature in F.
412
413 .TP 
414 \fB\*(T<\fBadt746xcpu\fR\*(T>\fR 
415 CPU temperature from therm_adt746x
416
417 .TP 
418 \fB\*(T<\fBadt746xfan\fR\*(T>\fR 
419 Fan speed from therm_adt746x
420
421 .TP 
422 \fB\*(T<\fBalignr\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
423 Right-justify text, with space of N
424
425 .TP 
426 \fB\*(T<\fBalignc\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
427 Align text to centre
428
429 .TP 
430 \fB\*(T<\fBapm_adapter\fR\*(T>\fR 
431 Display APM AC adapter status (FreeBSD only)
432
433 .TP 
434 \fB\*(T<\fBapm_battery_life\fR\*(T>\fR 
435 Display APM battery life in percent (FreeBSD only)
436
437 .TP 
438 \fB\*(T<\fBapm_battery_time\fR\*(T>\fR 
439 Display remaining APM battery life in hh:mm:ss or "unknown" if
440 AC adapterstatus is on-line or charging (FreeBSD only)
441
442 .TP 
443 \fB\*(T<\fBaudacious_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
444 Progress bar
445
446 .TP 
447 \fB\*(T<\fBaudacious_bitrate\fR\*(T>\fR 
448 Bitrate of current tune
449
450 .TP 
451 \fB\*(T<\fBaudacious_channels\fR\*(T>\fR 
452 Number of audio channels of current tune
453
454 .TP 
455 \fB\*(T<\fBaudacious_filename\fR\*(T>\fR 
456 Full path and filename of current tune
457
458 .TP 
459 \fB\*(T<\fBaudacious_frequency\fR\*(T>\fR 
460 Sampling frequency of current tune
461
462 .TP 
463 \fB\*(T<\fBaudacious_length\fR\*(T>\fR 
464 Total length of current tune as MM:SS
465
466 .TP 
467 \fB\*(T<\fBaudacious_length_seconds\fR\*(T>\fR 
468 Total length of current tune in seconds
469
470 .TP 
471 \fB\*(T<\fBaudacious_playlist_position\fR\*(T>\fR 
472 Playlist position of current tune
473
474 .TP 
475 \fB\*(T<\fBaudacious_playlist_length\fR\*(T>\fR 
476 Number of tunes in playlist
477
478 .TP 
479 \fB\*(T<\fBaudacious_position\fR\*(T>\fR 
480 Position of current tune (MM:SS)
481
482 .TP 
483 \fB\*(T<\fBaudacious_position_seconds\fR\*(T>\fR 
484 Position of current tune in seconds
485
486 .TP 
487 \fB\*(T<\fBaudacious_status\fR\*(T>\fR 
488 Player status (Playing/Paused/Stopped/Not running)
489
490 .TP 
491 \fB\*(T<\fBaudacious_title\fR\*(T>\fR \*(T<\fB(max length)\fR\*(T> 
492 Title of current tune with optional maximum length specifier
493
494 .TP 
495 \fB\*(T<\fBbattery\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
496 Battery status and remaining percentage capacity of ACPI or APM battery. ACPI battery number can be given as argument (default is BAT0).
497
498 .TP 
499 \fB\*(T<\fBbattery_bar\fR\*(T>\fR \*(T<\fB(height),(width) (num)\fR\*(T> 
500 Battery percentage remaining of ACPI battery in a bar. ACPI battery number can be given as argument (default is BAT0).
501
502 .TP 
503 \fB\*(T<\fBbattery_percent\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
504 Battery percentage remaining for ACPI battery. ACPI battery number can be given as argument (default is BAT0).
505
506 .TP 
507 \fB\*(T<\fBbattery_time\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
508 Battery charge/discharge time remaining of ACPI battery. ACPI battery number can be given as argument (default is BAT0).
509
510 .TP 
511 \fB\*(T<\fBbmpx_artist\fR\*(T>\fR 
512 Artist in current BMPx track
513
514 .TP 
515 \fB\*(T<\fBbmpx_album\fR\*(T>\fR 
516 Album in current BMPx track
517
518 .TP 
519 \fB\*(T<\fBbmpx_title\fR\*(T>\fR 
520 Title of the current BMPx track
521
522 .TP 
523 \fB\*(T<\fBbmpx_track\fR\*(T>\fR 
524 Track number of the current BMPx track
525
526 .TP 
527 \fB\*(T<\fBbmpx_bitrate\fR\*(T>\fR 
528 Bitrate of the current BMPx track
529
530 .TP 
531 \fB\*(T<\fBbmpx_uri\fR\*(T>\fR 
532 URI of the current BMPx track
533
534 .TP 
535 \fB\*(T<\fBbuffers\fR\*(T>\fR 
536 Amount of memory buffered
537
538 .TP 
539 \fB\*(T<\fBcached\fR\*(T>\fR 
540 Amount of memory cached
541
542 .TP 
543 \fB\*(T<\fBcolor\fR\*(T>\fR \*(T<\fB(color)\fR\*(T> 
544 Change drawing color to color
545
546 .TP 
547 \fB\*(T<\fBcolor0\fR\*(T>\fR 
548 Change drawing color to color0 configuration option
549
550 .TP 
551 \fB\*(T<\fBcolor1\fR\*(T>\fR 
552 Change drawing color to color1 configuration option
553
554 .TP 
555 \fB\*(T<\fBcolor2\fR\*(T>\fR 
556 Change drawing color to color2 configuration option
557
558 .TP 
559 \fB\*(T<\fBcolor3\fR\*(T>\fR 
560 Change drawing color to color3 configuration option
561
562 .TP 
563 \fB\*(T<\fBcolor4\fR\*(T>\fR 
564 Change drawing color to color4 configuration option
565
566 .TP 
567 \fB\*(T<\fBcolor5\fR\*(T>\fR 
568 Change drawing color to color5 configuration option
569
570 .TP 
571 \fB\*(T<\fBcolor6\fR\*(T>\fR 
572 Change drawing color to color6 configuration option
573
574 .TP 
575 \fB\*(T<\fBcolor7\fR\*(T>\fR 
576 Change drawing color to color7 configuration option
577
578 .TP 
579 \fB\*(T<\fBcolor8\fR\*(T>\fR 
580 Change drawing color to color8 configuration option
581
582 .TP 
583 \fB\*(T<\fBcolor9\fR\*(T>\fR 
584 Change drawing color to color9 configuration option
585
586 .TP 
587 \fB\*(T<\fBcpu\fR\*(T>\fR \*(T<\fB(cpuN)\fR\*(T> 
588 CPU usage in percents. For SMP machines, the CPU number can be provided as an argument. ${cpu cpu0} is the total usage, and ${cpu cpuX} (X >= 1) are individual CPUs.
589
590 .TP 
591 \fB\*(T<\fBcpubar\fR\*(T>\fR \*(T<\fB(cpu number) (height),(width)\fR\*(T> 
592 Bar that shows CPU usage, height is bar's height in pixels. See $cpu for more info on SMP.
593
594 .TP 
595 \fB\*(T<\fBcpugraph\fR\*(T>\fR \*(T<\fB(cpu number) (height),(width) (gradient colour 1) (gradient colour 2)\fR\*(T> 
596 CPU usage graph, with optional colours in hex, minus the #. See $cpu for more info on SMP.
597
598 .TP 
599 \fB\*(T<\fBdiskio\fR\*(T>\fR 
600 Displays current disk IO.
601
602 .TP 
603 \fB\*(T<\fBdiskiograph\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
604 Disk IO graph, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
605
606 .TP 
607 \fB\*(T<\fBdiskio_read\fR\*(T>\fR 
608 Displays current disk IO for reads.
609
610 .TP 
611 \fB\*(T<\fBdiskiograph_read\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
612 Disk IO graph for reads, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
613
614 .TP 
615 \fB\*(T<\fBdiskio_write\fR\*(T>\fR 
616 Displays current disk IO for writes.
617
618 .TP 
619 \fB\*(T<\fBdiskiograph_write\fR\*(T>\fR \*(T<\fB(height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
620 Disk IO graph for writes, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
621
622 .TP 
623 \fB\*(T<\fBdownspeed\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
624 Download speed in kilobytes
625
626 .TP 
627 \fB\*(T<\fBdownspeedf\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
628 Download speed in kilobytes with one decimal
629
630 .TP 
631 \fB\*(T<\fBdownspeedgraph\fR\*(T>\fR \*(T<\fBnet (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
632 Download speed graph, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
633
634 .TP 
635 \fB\*(T<\fBelse\fR\*(T>\fR 
636 Text to show if any of the above are not true
637
638 .TP 
639 \fB\*(T<\fBentropy_avail\fR\*(T>\fR 
640 Current entropy available for crypto freaks
641
642 .TP 
643 \fB\*(T<\fBentropy_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
644 Normalized bar of available entropy for crypto freaks
645
646 .TP 
647 \fB\*(T<\fBentropy_poolsize\fR\*(T>\fR 
648 Total size of system entropy pool for crypto freaks
649
650 .TP 
651 \fB\*(T<\fBexec\fR\*(T>\fR \*(T<\fBcommand\fR\*(T> 
652 Executes a shell command and displays the output in conky. warning: this takes a lot more resources than other variables. I'd recommend coding wanted behaviour in C and posting a patch.
653
654 .TP 
655 \fB\*(T<\fBexecbar\fR\*(T>\fR \*(T<\fBcommand\fR\*(T> 
656 Same as exec, except if the first value return is a value between 0-100, it will use that number for a bar. The size for the bar is currently fixed, but that may change in the future.
657
658 .TP 
659 \fB\*(T<\fBexecgraph\fR\*(T>\fR \*(T<\fBcommand\fR\*(T> 
660 Same as execbar, but graphs values.
661
662 .TP 
663 \fB\*(T<\fBexeci\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
664 Same as exec but with specific interval. Interval can't be less than update_interval in configuration. See also $texeci
665
666 .TP 
667 \fB\*(T<\fBexecibar\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
668 Same as execbar, except with an interval
669
670 .TP 
671 \fB\*(T<\fBexecigraph\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
672 Same as execigraph, but takes an interval arg graphs values
673
674 .TP 
675 \fB\*(T<\fBfont\fR\*(T>\fR \*(T<\fB(font)\fR\*(T> 
676 Specify a different font. This new font will apply to the current line and everything following. You can use a $font with no arguments to change back to the default font (much like with $color)
677
678 .TP 
679 \fB\*(T<\fBfreq\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
680 Returns CPU #n's frequency in MHz. CPUs are
681 counted from 1. If omitted, the parameter
682 defaults to 1.
683
684 .TP 
685 \fB\*(T<\fBfreq_g\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
686 Returns CPU #n's frequency in GHz. CPUs are
687 counted from 1. If omitted, the parameter
688 defaults to 1.
689
690 .TP 
691 \fB\*(T<\fBfreq_dyn\fR\*(T>\fR 
692 Returns CPU frequency in MHz, but is calculated by counting to clock cycles to complete an instruction. Only available for x86/amd64.
693
694 .TP 
695 \fB\*(T<\fBfreq_dyn_g\fR\*(T>\fR 
696 Returns CPU frequency in GHz, but is calculated by counting to clock cycles to complete an instruction. Only available for x86/amd64.
697
698 .TP 
699 \fB\*(T<\fBfs_bar\fR\*(T>\fR \*(T<\fB(height),(width) fs\fR\*(T> 
700 Bar that shows how much space is used on a file system. height is the height in pixels. fs is any file on that file system.
701
702 .TP 
703 \fB\*(T<\fBfs_free\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
704 Free space on a file system available for users.
705
706 .TP 
707 \fB\*(T<\fBfs_free_perc\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
708 Free percentage of space on a file system available for users.
709
710 .TP 
711 \fB\*(T<\fBfs_size\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
712 File system size
713
714 .TP 
715 \fB\*(T<\fBfs_used\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
716 File system used space
717
718 .TP 
719 \fB\*(T<\fBgoto\fR\*(T>\fR \*(T<\fBx\fR\*(T> 
720 The next element will be printed at position 'x'.
721
722 .TP 
723 \fB\*(T<\fBhddtemp\fR\*(T>\fR \*(T<\fBdev, (host,(port))\fR\*(T> 
724 Displays temperature of a selected hard disk drive as reported by the hddtemp daemon running on host:port.
725 Default host is 127.0.0.1, default port is 7634.
726
727 .TP 
728 \fB\*(T<\fBhead\fR\*(T>\fR \*(T<\fBlogfile lines (interval)\fR\*(T> 
729 Displays first N lines of supplied text text file. If interval is not supplied, Conky assumes 2x Conky's interval. Max of 30 lines can be displayed, or until the text buffer is filled.
730
731 .TP 
732 \fB\*(T<\fBhr\fR\*(T>\fR \*(T<\fB(height)\fR\*(T> 
733 Horizontal line, height is the height in pixels
734
735 .TP 
736 \fB\*(T<\fBhwmon\fR\*(T>\fR \*(T<\fB(dev) type n\fR\*(T> 
737 Hwmon sensor from sysfs (Linux 2.6). Parameter dev may be omitted if you have only one hwmon device. Parameter type is either 'in' or 'vol' meaning voltage; 'fan' meaning fan; 'temp' (Celsius) or 'tempf' (Fahrenheit) meaning temperature. Parameter n is number of the sensor. See /sys/class/hwmon/ on your local computer.
738
739 .TP 
740 \fB\*(T<\fBiconv_start\fR\*(T>\fR \*(T<\fBcodeset_from codeset_to\fR\*(T> 
741 Convert text from one codeset to another using GNU iconv. Needs to be stopped with iconv_stop.
742
743 .TP 
744 \fB\*(T<\fBiconv_stop\fR\*(T>\fR 
745 Stop iconv codeset conversion.
746
747 .TP 
748 \fB\*(T<\fBi2c\fR\*(T>\fR \*(T<\fB(dev) type n\fR\*(T> 
749 I2C sensor from sysfs (Linux 2.6). Parameter dev may be omitted if you have only one I2C device. Parameter type is either 'in' or 'vol' meaning voltage; 'fan' meaning fan; 'temp' (Celsius) or 'tempf' (Fahrenheit) meaning temperature. Parameter n is number of the sensor. See /sys/bus/i2c/devices/ on your local computer.
750
751 .TP 
752 \fB\*(T<\fBi8k_ac_status\fR\*(T>\fR 
753 If running the i8k kernel driver for Inspiron laptops, displays whether ac power is on, as listed in /proc/i8k (translated to human-readable). Beware that this is by default not enabled by i8k itself.
754
755 .TP 
756 \fB\*(T<\fBi8k_bios\fR\*(T>\fR 
757 If running the i8k kernel driver for Inspiron laptops, displays the bios version as listed in /proc/i8k.
758
759 .TP 
760 \fB\*(T<\fBi8k_buttons_status\fR\*(T>\fR 
761 If running the i8k kernel driver for Inspiron laptops, displays the volume buttons status as listed in /proc/i8k.
762
763 .TP 
764 \fB\*(T<\fBi8k_cpu_temp\fR\*(T>\fR 
765 If running the i8k kernel driver for Inspiron laptops, displays the cpu temperature in Celsius, as reported by /proc/i8k.
766
767 .TP 
768 \fB\*(T<\fBi8k_cpu_tempf\fR\*(T>\fR 
769 If running the i8k kernel driver for Inspiron laptops, displays the cpu temperature in Fahrenheit, as reported by /proc/i8k.
770
771 .TP 
772 \fB\*(T<\fBi8k_left_fan_rpm\fR\*(T>\fR 
773 If running the i8k kernel driver for Inspiron laptops, displays the left fan's rate of rotation, in revolutions per minute as listed in /proc/i8k. Beware, some laptops i8k reports these fans in reverse order.
774
775 .TP 
776 \fB\*(T<\fBi8k_left_fan_status\fR\*(T>\fR 
777 If running the i8k kernel driver for Inspiron laptops, displays the left fan status as listed in /proc/i8k (translated to human-readable). Beware, some laptops i8k reports these fans in reverse order.
778
779 .TP 
780 \fB\*(T<\fBi8k_right_fan_rpm\fR\*(T>\fR 
781 If running the i8k kernel driver for Inspiron laptops, displays the right fan's rate of rotation, in revolutions per minute as listed in /proc/i8k. Beware, some laptops i8k reports these fans in reverse order.
782
783 .TP 
784 \fB\*(T<\fBi8k_right_fan_status\fR\*(T>\fR 
785 If running the i8k kernel driver for Inspiron laptops, displays the right fan status as listed in /proc/i8k (translated to human-readable). Beware, some laptops i8k reports these fans in reverse order.
786
787 .TP 
788 \fB\*(T<\fBi8k_serial\fR\*(T>\fR 
789 If running the i8k kernel driver for Inspiron laptops, displays your laptop serial number as listed in /proc/i8k.
790
791 .TP 
792 \fB\*(T<\fBi8k_version\fR\*(T>\fR 
793 If running the i8k kernel driver for Inspiron laptops, displays the version formatting of /proc/i8k.
794
795 .TP 
796 \fB\*(T<\fBibm_fan\fR\*(T>\fR 
797 If running the IBM ACPI, displays the fan speed.
798
799 .TP 
800 \fB\*(T<\fBibm_temps\fR\*(T>\fR \*(T<\fBN\fR\*(T> 
801 If running the IBM ACPI, displays the temperatures
802 from the IBM temperature sensors (N=0..7) Sensor 0 is
803 on the CPU, 3 is on the GPU.
804
805 .TP 
806 \fB\*(T<\fBibm_volume\fR\*(T>\fR 
807 If running the IBM ACPI, displays the "master" volume,
808 controlled by the volume keys (0-14).
809
810 .TP 
811 \fB\*(T<\fBibm_brightness\fR\*(T>\fR 
812 If running the IBM ACPI, displays the brigtness of the
813 laptops's LCD (0-7).
814
815 .TP 
816 \fB\*(T<\fBif_empty\fR\*(T>\fR \*(T<\fB(var)\fR\*(T> 
817 if conky variable VAR is empty, display everything between $if_empty and the matching $endif
818
819 .TP 
820 \fB\*(T<\fBif_running\fR\*(T>\fR \*(T<\fB(process)\fR\*(T> 
821 if PROCESS is running, display everything $if_running and the matching $endif
822
823 .TP 
824 \fB\*(T<\fBif_existing\fR\*(T>\fR \*(T<\fBfile (string)\fR\*(T> 
825 if FILE exists, display everything between if_existing and the matching $endif. The optional second paramater checks for FILE containing the specified string and prints everything between $if_existing and the matching $endif.
826
827 .TP 
828 \fB\*(T<\fBif_mounted\fR\*(T>\fR \*(T<\fB(mountpoint)\fR\*(T> 
829 if MOUNTPOINT is mounted, display everything between $if_mounted and the matching $endif
830
831 .TP 
832 \fB\*(T<\fBimap_messages\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
833 Displays the number of messages in your global IMAP inbox by default. You can define individual IMAP inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-p port] [-e command]". Default port is 143, default interval is 5 minutes. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
834
835 .TP 
836 \fB\*(T<\fBimap_unseen\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
837 Displays the number of unseen messages in your global IMAP inbox by default. You can define individual IMAP inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-p port] [-e command]". Default port is 143, default interval is 5 minutes. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
838
839 .TP 
840 \fB\*(T<\fBkernel\fR\*(T>\fR 
841 Kernel version
842
843 .TP 
844 \fB\*(T<\fBloadavg\fR\*(T>\fR 
845 (1,2,3)> System load average, 1 is for past 1 minute, 2 for past 5 minutes and 3 for past 15 minutes.
846
847 .TP 
848 \fB\*(T<\fBmachine\fR\*(T>\fR 
849 Machine, i686 for example
850
851 .TP 
852 \fB\*(T<\fBmails\fR\*(T>\fR \*(T<\fB(mailbox)\fR\*(T> \*(T<\fB(interval)\fR\*(T> 
853 Mail count in the specified mailbox or your mail spool if not.
854 Both mbox and maildir type mailboxes are supported. You can
855 use a program like fetchmail to get mails from some server
856 using your favourite protocol. See also new_mails.
857
858 .TP 
859 \fB\*(T<\fBmboxscan\fR\*(T>\fR \*(T<\fB(\-n number of messages to print) (\-fw from width) (\-sw subject width) mbox\fR\*(T> 
860 Print a summary of recent messages in an mbox format mailbox. mbox parameter is the filename of the mailbox (can be encapsulated using '"', ie. ${mboxscan -n 10 "/home/brenden/some box"}
861
862 .TP 
863 \fB\*(T<\fBmem\fR\*(T>\fR 
864 Amount of memory in use
865
866 .TP 
867 \fB\*(T<\fBmembar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
868 Bar that shows amount of memory in use
869
870 .TP 
871 \fB\*(T<\fBmemmax\fR\*(T>\fR 
872 Total amount of memory
873
874 .TP 
875 \fB\*(T<\fBmemperc\fR\*(T>\fR 
876 Percentage of memory in use
877
878 .TP 
879 \fB\*(T<\fBmpd_artist\fR\*(T>\fR 
880 Artist in current MPD song must be enabled at compile
881
882 .TP 
883 \fB\*(T<\fBmpd_album\fR\*(T>\fR 
884 Album in current MPD song
885
886 .TP 
887 \fB\*(T<\fBmpd_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
888 Bar of mpd's progress
889
890 .TP 
891 \fB\*(T<\fBmpd_bitrate\fR\*(T>\fR 
892 Bitrate of current song
893
894 .TP 
895 \fB\*(T<\fBmpd_status\fR\*(T>\fR 
896 Playing, stopped, et cetera.
897
898 .TP 
899 \fB\*(T<\fBmpd_title\fR\*(T>\fR \*(T<\fB(max length)\fR\*(T> 
900 Title of current MPD song
901
902 .TP 
903 \fB\*(T<\fBmpd_vol\fR\*(T>\fR 
904 MPD's volume
905
906 .TP 
907 \fB\*(T<\fBmpd_elapsed\fR\*(T>\fR 
908 Song's elapsed time
909
910 .TP 
911 \fB\*(T<\fBmpd_length\fR\*(T>\fR 
912 Song's length
913
914 .TP 
915 \fB\*(T<\fBmpd_percent\fR\*(T>\fR 
916 Percent of song's progress
917
918 .TP 
919 \fB\*(T<\fBmpd_random\fR\*(T>\fR 
920 Random status (On/Off)
921
922 .TP 
923 \fB\*(T<\fBmpd_repeat\fR\*(T>\fR 
924 Repeat status (On/Off)
925
926 .TP 
927 \fB\*(T<\fBmpd_track\fR\*(T>\fR 
928 Prints the MPD track field
929
930 .TP 
931 \fB\*(T<\fBmpd_name\fR\*(T>\fR 
932 Prints the MPD name field
933
934 .TP 
935 \fB\*(T<\fBmpd_file\fR\*(T>\fR 
936 Prints the file name of the current MPD song
937
938 .TP 
939 \fB\*(T<\fBmpd_smart\fR\*(T>\fR 
940 Prints the song name in either the form "artist - title" or file name, depending on whats available
941
942 .TP 
943 \fB\*(T<\fBnew_mails\fR\*(T>\fR \*(T<\fB(mailbox)\fR\*(T> \*(T<\fB(interval)\fR\*(T> 
944 Unread mail count in the specified mailbox or mail spool if
945 not. Both mbox and maildir type mailboxes are supported.
946
947 .TP 
948 \fB\*(T<\fBnodename\fR\*(T>\fR 
949 Hostname
950
951 .TP 
952 \fB\*(T<\fBoutlinecolor\fR\*(T>\fR \*(T<\fB(color)\fR\*(T> 
953 Change outline color
954
955 .TP 
956 \fB\*(T<\fBpb_battery\fR\*(T>\fR \*(T<\fBitem\fR\*(T> 
957 If running on Apple powerbook/ibook, display
958 information on battery status. The item parameter
959 specifies, what information to display. Exactly one item
960 must be specified. Valid items are:
961
962 \fBstatus\fR:
963 Display if battery is fully charged, charging,
964 discharging or absent (running on AC)
965 .br
966 \fBpercent\fR:
967 Display charge of battery in percent, if
968 charging or discharging. Nothing will be
969 displayed, if battery is fully charged
970 or absent.
971 .br
972 \fBtime\fR:
973 Display the time remaining until the battery
974 will be fully charged or discharged at current
975 rate. Nothing is displayed, if battery is
976 absent or if it's present but fully charged
977 and not discharging.
978
979 .TP 
980 \fB\*(T<\fBplatform\fR\*(T>\fR \*(T<\fB(dev) type n\fR\*(T> 
981 Platform sensor from sysfs (Linux 2.6). Parameter dev may be omitted if you have only one platform device. Platform type is either 'in' or 'vol' meaning voltage; 'fan' meaning fan; 'temp' (Celsius) or 'tempf' (Fahrenheit) meaning temperature. Parameter n is number of the sensor. See /sys/bus/platform/devices/ on your local computer.
982
983 .TP 
984 \fB\*(T<\fBpop3_unseen\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
985 Displays the number of unseen messages in your global POP3 inbox by default. You can define individual POP3 inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-p port] [-e command]". Default port is 110, default interval is 5 minutes. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
986
987 .TP 
988 \fB\*(T<\fBpop3_used\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
989 Displays the amount of space (in MiB, 2^20) used in your global POP3 inbox by default. You can define individual POP3 inboxes seperately by passing arguments to this object. Arguments are: "host user pass [-i interval] [-p port] [-e command]". Default port is 110, default interval is 5 minutes. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
990
991 .TP 
992 \fB\*(T<\fBpre_exec\fR\*(T>\fR \*(T<\fBshell command\fR\*(T> 
993 Executes a shell command one time before conky displays anything and puts output as text.
994
995 .TP 
996 \fB\*(T<\fBprocesses\fR\*(T>\fR 
997 Total processes (sleeping and running)
998
999 .TP 
1000 \fB\*(T<\fBrunning_processes\fR\*(T>\fR 
1001 Running processes (not sleeping), requires Linux 2.6
1002
1003 .TP 
1004 \fB\*(T<\fBshadecolor\fR\*(T>\fR \*(T<\fB(color)\fR\*(T> 
1005 Change shading color
1006
1007 .TP 
1008 \fB\*(T<\fBstippled_hr\fR\*(T>\fR \*(T<\fB(space)\fR\*(T> 
1009 Stippled (dashed) horizontal line
1010
1011 .TP 
1012 \fB\*(T<\fBswapbar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
1013 Bar that shows amount of swap in use
1014
1015 .TP 
1016 \fB\*(T<\fBswap\fR\*(T>\fR 
1017 Amount of swap in use
1018
1019 .TP 
1020 \fB\*(T<\fBswapmax\fR\*(T>\fR 
1021 Total amount of swap
1022
1023 .TP 
1024 \fB\*(T<\fBswapperc\fR\*(T>\fR 
1025 Percentage of swap in use
1026
1027 .TP 
1028 \fB\*(T<\fBsysname\fR\*(T>\fR 
1029 System name, Linux for example
1030
1031 .TP 
1032 \fB\*(T<\fBtcp_portmon\fR\*(T>\fR \*(T<\fBport_begin port_end item (index)\fR\*(T> \fI(ip4 only at present)\fR 
1033 TCP port monitor for specified local ports. Port numbers must be in the range 1 to 65535. Valid items are:
1034
1035 \fBcount\fR - total number of connections in the range
1036 .br
1037 \fBrip\fR - remote ip address
1038 .br
1039 \fBrhost\fR - remote host name 
1040 .br
1041 \fBrport\fR - remote port number
1042 .br
1043 \fBrservice\fR - remote service name from /etc/services
1044 .br
1045 \fBlip\fR - local ip address
1046 .br
1047 \fBlhost\fR - local host name
1048 .br
1049 \fBlport\fR - local port number
1050 .br
1051 \fBlservice\fR - local service name from /etc/services
1052
1053 The connection index provides you with access to each connection in the port monitor. The monitor will return information for index values from 0 to n-1 connections. Values higher than n-1 are simply ignored. For the "count" item, the connection index must be omitted. It is required for all other items.
1054
1055 Examples:
1056 .br
1057 \fB${tcp_portmon 6881 6999 count}\fR -
1058 displays the number of connections in the bittorrent port range
1059 .br
1060 \fB${tcp_portmon 22 22 rip 0}\fR -
1061 displays the remote host ip of the first sshd connection
1062 .br
1063 \fB${tcp_portmon 22 22 rip 9}\fR -
1064 displays the remote host ip of the tenth sshd connection
1065 .br
1066 \fB${tcp_portmon 1 1024 rhost 0}\fR -
1067 displays the remote host name of the first connection on a privileged port
1068 .br
1069 \fB${tcp_portmon 1 1024 rport 4}\fR -
1070 displays the remote host port of the fifth connection on a privileged port
1071 .br
1072 \fB${tcp_portmon 1 65535 lservice 14}\fR -
1073 displays the local service name of the fifteenth connection in the range of all ports
1074
1075 Note that port monitor variables which share the same port range actually refer to the same monitor, so many references to a single port range for different items and different indexes all use the same monitor internally. In other words, the program avoids creating redundant monitors. 
1076 .TP 
1077 \fB\*(T<\fBtexeci\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
1078 Runs a command at an interval inside a thread and displays the output. Same as $execi, except the command is run inside a thread. Use this if you have a slow script to keep Conky updating. You should make the interval slightly longer then the time it takes your script to execute. For example, if you have a script that take 5 seconds to execute, you should make the interval at least 6 seconds. See also $execi.
1079
1080 .TP 
1081 \fB\*(T<\fBoffset\fR\*(T>\fR \*(T<\fB(pixels)\fR\*(T> 
1082 Move text over by N pixels. See also $voffset.
1083
1084 .TP 
1085 \fB\*(T<\fBrss\fR\*(T>\fR \*(T<\fBurl delay_in_minutes action item_num\fR\*(T> 
1086 Download and parse RSS feeds. Action may be one of the following: feed_title, item_title (with num par), item_desc (with num par) and item_titles.
1087
1088 .TP 
1089 \fB\*(T<\fBtab\fR\*(T>\fR \*(T<\fB(width, (start))\fR\*(T> 
1090 Puts a tab of the specified width, starting from column 'start'.
1091
1092 .TP 
1093 \fB\*(T<\fBtail\fR\*(T>\fR \*(T<\fBlogfile lines (interval)\fR\*(T> 
1094 Displays last N lines of supplied text text file. If interval is not supplied, Conky assumes 2x Conky's interval. Max of 30 lines can be displayed, or until the text buffer is filled.
1095
1096 .TP 
1097 \fB\*(T<\fBtime\fR\*(T>\fR \*(T<\fB(format)\fR\*(T> 
1098 Local time, see man strftime to get more information about format
1099
1100 .TP 
1101 \fB\*(T<\fButime\fR\*(T>\fR \*(T<\fB(format)\fR\*(T> 
1102 Display time in UTC (universal coordinate time).
1103
1104 .TP 
1105 \fB\*(T<\fBtztime\fR\*(T>\fR \*(T<\fB(timezone) (format)\fR\*(T> 
1106 Local time for specified timezone, see man strftime to get more information about format. The timezone argument is specified in similar fashion as TZ environment variable. For hints, look in /usr/share/zoneinfo. e.g. US/Pacific, Europe/Zurich, etc.
1107
1108 .TP 
1109 \fB\*(T<\fBtotaldown\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1110 Total download, overflows at 4 GB on Linux with 32-bit arch and there doesn't seem to be a way to know how many times it has already done that before conky has started.
1111
1112 .TP 
1113 \fB\*(T<\fBtop\fR\*(T>\fR \*(T<\fBtype, num\fR\*(T> 
1114 This takes arguments in the form:top (name) (number) Basically, processes are ranked from highest to lowest in terms of cpu usage, which is what (num) represents. The types are: "name", "pid", "cpu", and "mem". There can be a max of 10 processes listed.
1115
1116 .TP 
1117 \fB\*(T<\fBtop_mem\fR\*(T>\fR \*(T<\fBtype, num\fR\*(T> 
1118 Same as top, except sorted by mem usage instead of cpu
1119
1120 .TP 
1121 \fB\*(T<\fBtotalup\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1122 Total upload, this one too, may overflow
1123
1124 .TP 
1125 \fB\*(T<\fBupdates\fR\*(T>\fR \*(T<\fBNumber of updates\fR\*(T> 
1126 for debugging
1127
1128 .TP 
1129 \fB\*(T<\fBupspeed\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1130 Upload speed in kilobytes
1131
1132 .TP 
1133 \fB\*(T<\fBupspeedf\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1134 Upload speed in kilobytes with one decimal
1135
1136 .TP 
1137 \fB\*(T<\fBupspeedgraph\fR\*(T>\fR \*(T<\fBnet (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
1138 Upload speed graph, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
1139
1140 .TP 
1141 \fB\*(T<\fBuptime\fR\*(T>\fR 
1142 Uptime
1143
1144 .TP 
1145 \fB\*(T<\fBuptime_short\fR\*(T>\fR 
1146 Uptime in a shorter format
1147
1148 .TP 
1149 \fB\*(T<\fBvoffset\fR\*(T>\fR \*(T<\fB(pixels)\fR\*(T> 
1150 Change vertical offset by N pixels. Negative values will cause text to overlap. See also $offset.
1151
1152 .TP 
1153 \fB\*(T<\fBvoltage_mv\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
1154 Returns CPU #n's voltage in mV. CPUs are
1155 counted from 1. If omitted, the parameter
1156 defaults to 1. 
1157
1158 .TP 
1159 \fB\*(T<\fBvoltage_v\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
1160 Returns CPU #n's voltage in V. CPUs are
1161 counted from 1. If omitted, the parameter
1162 defaults to 1.
1163
1164 .TP 
1165 \fB\*(T<\fBwireless_essid\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1166 Wireless access point ESSID (Linux only)
1167
1168 .TP 
1169 \fB\*(T<\fBwireless_mode\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1170 Wireless mode (Managed/Ad-Hoc/Master) (Linux only)
1171
1172 .TP 
1173 \fB\*(T<\fBwireless_bitrate\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1174 Wireless bitrate (ie 11 Mb/s) (Linux only)
1175
1176 .TP 
1177 \fB\*(T<\fBwireless_ap\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1178 Wireless access point MAC address (Linux only)
1179
1180 .TP 
1181 \fB\*(T<\fBwireless_link_qual\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1182 Wireless link quality (Linux only)
1183
1184 .TP 
1185 \fB\*(T<\fBwireless_link_qual_max\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1186 Wireless link quality maximum value (Linux only)
1187
1188 .TP 
1189 \fB\*(T<\fBwireless_link_qual_perc\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1190 Wireless link quality in percents (Linux only)
1191
1192 .TP 
1193 \fB\*(T<\fBwireless_link_bar\fR\*(T>\fR \*(T<\fB(height), (width) net\fR\*(T> 
1194 Wireless link quality bar (Linux only)
1195
1196 .TP 
1197 \fB\*(T<\fBxmms2_artist\fR\*(T>\fR 
1198 Artist in current XMMS2 song
1199
1200 .TP 
1201 \fB\*(T<\fBxmms2_album\fR\*(T>\fR 
1202 Album in current XMMS2 song
1203
1204 .TP 
1205 \fB\*(T<\fBxmms2_title\fR\*(T>\fR 
1206 Title in current XMMS2 song
1207
1208 .TP 
1209 \fB\*(T<\fBxmms2_genre\fR\*(T>\fR 
1210 Genre in current XMMS2 song
1211
1212 .TP 
1213 \fB\*(T<\fBxmms2_comment\fR\*(T>\fR 
1214 Comment in current XMMS2 song
1215
1216 .TP 
1217 \fB\*(T<\fBxmms2_decoder\fR\*(T>\fR 
1218 Decoder plugin used
1219
1220 .TP 
1221 \fB\*(T<\fBxmms2_transport\fR\*(T>\fR 
1222 Transport plugin used
1223
1224 .TP 
1225 \fB\*(T<\fBxmms2_url\fR\*(T>\fR 
1226 Full path to current song
1227
1228 .TP 
1229 \fB\*(T<\fBxmms2_tracknr\fR\*(T>\fR 
1230 Track number in current XMMS2 song
1231
1232 .TP 
1233 \fB\*(T<\fBxmms2_bitrate\fR\*(T>\fR 
1234 Bitrate of current song
1235
1236 .TP 
1237 \fB\*(T<\fBxmms2_id\fR\*(T>\fR 
1238 XMMS2 id of current song
1239
1240 .TP 
1241 \fB\*(T<\fBxmms2_duration\fR\*(T>\fR 
1242 Duration of current song
1243
1244 .TP 
1245 \fB\*(T<\fBxmms2_elapsed\fR\*(T>\fR 
1246 Song's elapsed time
1247
1248 .TP 
1249 \fB\*(T<\fBxmms2_size\fR\*(T>\fR 
1250 Size of current song
1251
1252 .TP 
1253 \fB\*(T<\fBxmms2_percent\fR\*(T>\fR 
1254 Percent of song's progress
1255
1256 .TP 
1257 \fB\*(T<\fBxmms2_status\fR\*(T>\fR 
1258 XMMS2 status (Playing, Paused, Stopped, or Disconnected)
1259
1260 .TP 
1261 \fB\*(T<\fBxmms2_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
1262 Bar of XMMS2's progress
1263
1264 .TP 
1265 \fB\*(T<\fBxmms2_smart\fR\*(T>\fR 
1266 Prints the song name in either the form "artist - title" or file name, depending on whats available
1267
1268 .SH EXAMPLES
1269 .TP 
1270 \*(T<conky \*(T>\*(T<\fB\-t '${time %D %H:%M}' \-o \-u 30\fR\*(T>
1271 Start Conky in its own window with date and clock as text and 30 sec update interval.
1272 .TP 
1273 \*(T<conky \*(T>\*(T<\fB\-a top_left \-x 5 \-y 500 \-d\fR\*(T>
1274 Start Conky to background at coordinates (5, 500).
1275 .SH FILES
1276 \*(T<\fI~/.conkyrc\fR\*(T> default configuration file
1277 .SH BUGS
1278 Drawing to root or some other desktop window directly doesn't work with 
1279 all window managers. Especially doesn't work well with Gnome and it has 
1280 been reported that it doesn't work with KDE either. Nautilus can be 
1281 disabled from drawing to desktop with program gconf-editor. Uncheck 
1282 show_desktop in /apps/nautilus/preferences/. There is -w switch in Conky 
1283 to set some specific window id. You might find xwininfo -tree useful to 
1284 find the window to draw to. You can also use -o argument which makes
1285 Conky to create its own window.
1286 .SH "SEE ALSO"
1287 \(lahttp://conky.sourceforge.net\(ra
1288 .PP
1289 \(lahttp://www.sourceforge.net/projects/conky\(ra
1290 .PP
1291 #conky on irc.freenode.net
1292 .SH AUTHORS
1293 The Conky dev team. What's up now!