doc cleanup
[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 torsmo.
24 Since it's conception, Conky has changed significantly 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 on a binary distro, make sure you have the X development
35 libraries installed. This should be a package along the lines of "libx11-dev" or 
36 "xorg-x11-dev" for X11 libs, and similar "-dev" format for the other libs required (depending
37 on your configure options).
38 .PP
39 Conky has (for some time) been available in the repositories of most popular distributions. 
40 Here are some installation instructions for a few:
41 .PP
42 Gentoo users -- Conky is in Gentoo's Portage... simply use "emerge app-admin/conky" for installation.
43 There is also usually an up-to-date ebuild within Conky's package or in SVN.
44 .PP
45 Debian, etc. users -- Conky should be in your repositories, and can be installed by doing
46 "aptitude install conky".
47 .PP
48 Example to compile and run Conky with all optional components (note that some configure options may differ for your system):
49 .TP 
50 \fB\*(T<\fBsh autogen.sh\fR\*(T>\fR \*(T<\fB# Only required if building from SVN\fR\*(T> 
51 .TP 
52 \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[=yes|no|legacy] \-\-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> 
53 .TP 
54 \fB\*(T<\fBmake\fR\*(T>\fR 
55 .TP 
56 \fB\*(T<\fBmake install\fR\*(T>\fR \*(T<\fB# Optional\fR\*(T> 
57 .TP 
58 \fB\*(T<\fBsrc/conky\fR\*(T>\fR 
59 .PP
60 Conky has been tested to be compatible with C99 C, however it has not been tested
61 with anything other than gcc, and is not guaranteed to work with other compilers.
62 .PP
63 .SH "YOU SHOULD KNOW"
64 Conky is generally very good on resources. That said, the more you try to make Conky
65 do, the more resources it is going to consume.
66 .PP
67 An easy way to force Conky to reload your ~/.conkyrc: "killall -SIGUSR1 conky".
68 Saves you the trouble of having to kill and then restart. You can now also do the same with SIGHUP.
69 .SH OPTIONS
70 Command line options override configurations defined in configuration file.
71 .TP 
72 \fB\*(T<\fB\-v | \-V | \-\-verbose\fR\*(T>\fR
73 Prints version and exits
74
75 .TP 
76 \fB\*(T<\fB\-a | \-\-alignment=\fR\*(T>\fR\*(T<\fBALIGNMENT\fR\*(T>
77 Text alignment on screen, {top,bottom}_{left,right} or none
78
79 .TP 
80 \fB\*(T<\fB\-b | \-\-double\-buffer\fR\*(T>\fR
81 Use double buffering (eliminates "flicker")
82
83 .TP 
84 \fB\*(T<\fB\-c | \-\-config=\fR\*(T>\fR\*(T<\fBFILE\fR\*(T>
85 Config file to load instead of $HOME/.conkyrc
86
87 .TP 
88 \fB\*(T<\fB\-d | \-\-daemonize\fR\*(T>\fR
89 Daemonize Conky, aka fork to background
90
91 .TP 
92 \fB\*(T<\fB\-f | \-\-font=\fR\*(T>\fR\*(T<\fBFONT\fR\*(T>
93 Font to use
94
95 .TP 
96 \fB\*(T<\fB\-h | \-\-help\fR\*(T>\fR
97 Prints command line help and exits
98
99 .TP 
100 \fB\*(T<\fB\-o | \-\-own\-window\fR\*(T>\fR
101 Create own window to draw
102
103 .TP 
104 \fB\*(T<\fB\-t | \-\-text=\fR\*(T>\fR\*(T<\fBTEXT\fR\*(T>
105 Text to render, remember single quotes, like -t ' $uptime '
106
107 .TP 
108 \fB\*(T<\fB\-u | \-\-interval=\fR\*(T>\fR\*(T<\fBSECONDS\fR\*(T>
109 Update interval
110
111 .TP 
112 \fB\*(T<\fB\-w | \-\-window\-id=\fR\*(T>\fR\*(T<\fBWIN_ID\fR\*(T>
113 Window id to draw
114
115 .TP 
116 \fB\*(T<\fB\-x \fR\*(T>\fR\*(T<\fBX_COORDINATE\fR\*(T>
117 X position
118
119 .TP 
120 \fB\*(T<\fB\-y \fR\*(T>\fR\*(T<\fBY_COORDINATE\fR\*(T>
121 Y position
122
123 .SH "CONFIGURATION SETTINGS"
124 Default configuration file location is $HOME/.conkyrc or 
125 ${sysconfdir}/conky/conky.conf. On most systems, sysconfdir is /etc,
126 and you can find the sample config file there (/etc/conky/conky.conf).
127 .PP
128 You might want to copy it to $HOME/.conkyrc and then start modifying it.
129 Other configs can be found at http://conky.sf.net/
130 .TP 
131 \fB\*(T<\fBalignment\fR\*(T>\fR
132 Aligned position on screen, may be top_left, top_right, top_middle, bottom_left, bottom_right, bottom_middle, middle_left, middle_right, or none (also can be abreviated as tl, tr, tm, bl, br, bm, ml, mr)
133
134 .TP 
135 \fB\*(T<\fBbackground\fR\*(T>\fR
136 Boolean value, if true, Conky will be forked to background when started
137
138 .TP 
139 \fB\*(T<\fBborder_margin\fR\*(T>\fR
140 Border margin in pixels
141
142 .TP 
143 \fB\*(T<\fBborder_width\fR\*(T>\fR
144 Border width in pixels
145
146 .TP 
147 \fB\*(T<\fBcolor0\fR\*(T>\fR
148 A color variable for use inside TEXT segments
149
150 .TP 
151 \fB\*(T<\fBcolor1\fR\*(T>\fR
152 A color variable for use inside TEXT segments
153
154 .TP 
155 \fB\*(T<\fBcolor2\fR\*(T>\fR
156 A color variable for use inside TEXT segments
157
158 .TP 
159 \fB\*(T<\fBcolor3\fR\*(T>\fR
160 A color variable for use inside TEXT segments
161
162 .TP 
163 \fB\*(T<\fBcolor4\fR\*(T>\fR
164 A color variable for use inside TEXT segments
165
166 .TP 
167 \fB\*(T<\fBcolor5\fR\*(T>\fR
168 A color variable for use inside TEXT segments
169
170 .TP 
171 \fB\*(T<\fBcolor6\fR\*(T>\fR
172 A color variable for use inside TEXT segments
173
174 .TP 
175 \fB\*(T<\fBcolor7\fR\*(T>\fR
176 A color variable for use inside TEXT segments
177
178 .TP 
179 \fB\*(T<\fBcolor8\fR\*(T>\fR
180 A color variable for use inside TEXT segments
181
182 .TP 
183 \fB\*(T<\fBcolor9\fR\*(T>\fR
184 A color variable for use inside TEXT segments
185
186 .TP 
187 \fB\*(T<\fBcpu_avg_samples\fR\*(T>\fR
188 The number of samples to average for CPU monitoring
189
190 .TP 
191 \fB\*(T<\fBtop_cpu_separate\fR\*(T>\fR
192 If true, cpu in top will show usage of one processor's power. If false, cpu in top will show the usage of all processors' power combined.
193
194 .TP 
195 \fB\*(T<\fBdefault_color\fR\*(T>\fR
196 Default color and border color
197
198 .TP 
199 \fB\*(T<\fBdefault_outline_color\fR\*(T>\fR
200 Default outline color
201
202 .TP 
203 \fB\*(T<\fBdefault_shade_color\fR\*(T>\fR
204 Default shading color and border's shading color
205
206 .TP 
207 \fB\*(T<\fBdouble_buffer\fR\*(T>\fR
208 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.
209
210 .TP 
211 \fB\*(T<\fBdraw_borders\fR\*(T>\fR
212 Draw borders around text?
213
214 .TP 
215 \fB\*(T<\fBdraw_graph_borders\fR\*(T>\fR
216 Draw borders around graphs?
217
218 .TP 
219 \fB\*(T<\fBdraw_outline\fR\*(T>\fR
220 Draw outlines?
221
222 .TP 
223 \fB\*(T<\fBdraw_shades\fR\*(T>\fR
224 Draw shades?
225
226 .TP 
227 \fB\*(T<\fBfont\fR\*(T>\fR
228 Font name in X, xfontsel can be used to get a nice font
229
230 .TP 
231 \fB\*(T<\fBgap_x\fR\*(T>\fR
232 Gap, in pixels, between right or left border of screen, same as passing -x at command line,
233 e.g. gap_x 10
234
235 .TP 
236 \fB\*(T<\fBgap_y\fR\*(T>\fR
237 Gap, in pixels, between top or bottom border of screen, same as passing -y at command line,
238 e.g. gap_y 10.
239
240 .TP 
241 \fB\*(T<\fBimap\fR\*(T>\fR
242 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.
243
244 .TP 
245 \fB\*(T<\fBmail_spool\fR\*(T>\fR
246 Mail spool for mail checking
247
248 .TP 
249 \fB\*(T<\fBmax_port_monitor_connections\fR\*(T>\fR
250 Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
251
252 .TP 
253 \fB\*(T<\fBmax_specials\fR\*(T>\fR
254 Maximum number of special things, e.g. fonts, offsets, aligns, etc. (default is 512)
255
256 .TP 
257 \fB\*(T<\fBmax_user_text\fR\*(T>\fR \*(T<\fBbytes\fR\*(T> 
258 Maximum size of user text buffer, i.e. layout below TEXT line in config file
259 (default is 16384 bytes)
260
261 .TP 
262 \fB\*(T<\fBtext_buffer_size\fR\*(T>\fR \*(T<\fBbytes\fR\*(T> 
263 Size of the standard text buffer (default is 128 bytes). This buffer is used for intermediary text, such as individual lines, output from $exec vars, and various other variables. Increasing the size of this buffer can drastically reduce Conky's performance, but will allow for more text display per variable. The size of this buffer cannot be smaller than the default value of 128 bytes.
264
265 .TP 
266 \fB\*(T<\fBmaximum_width\fR\*(T>\fR \*(T<\fBpixels\fR\*(T> 
267 Maximum width of window
268
269 .TP 
270 \fB\*(T<\fBminimum_size\fR\*(T>\fR \*(T<\fBwidth (height)\fR\*(T> 
271 Minimum size of window
272
273 .TP 
274 \fB\*(T<\fBmpd_host\fR\*(T>\fR
275 Host of MPD server
276
277 .TP 
278 \fB\*(T<\fBmpd_port\fR\*(T>\fR
279 Port of MPD server
280
281 .TP 
282 \fB\*(T<\fBmpd_password\fR\*(T>\fR
283 MPD server password
284
285 .TP 
286 \fB\*(T<\fBmusic_player_interval\fR\*(T>\fR
287 Music player thread update interval (defaults to Conky's update interval)
288
289 .TP 
290 \fB\*(T<\fBnet_avg_samples\fR\*(T>\fR
291 The number of samples to average for net data
292
293 .TP 
294 \fB\*(T<\fBno_buffers\fR\*(T>\fR
295 Substract (file system) buffers from used memory?
296
297 .TP 
298 \fB\*(T<\fBoverride_utf8_locale\fR\*(T>\fR
299 Force UTF8? requires XFT
300
301 .TP 
302 \fB\*(T<\fBown_window\fR\*(T>\fR
303 Boolean, create own window to draw?
304
305 .TP 
306 \fB\*(T<\fBown_window_class\fR\*(T>\fR
307 Manually set the WM_CLASS name. Defaults to "Conky".
308
309 .TP 
310 \fB\*(T<\fBown_window_colour\fR\*(T>\fR \*(T<\fBcolour\fR\*(T> 
311 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)
312
313 .TP 
314 \fB\*(T<\fBown_window_hints\fR\*(T>\fR \*(T<\fBundecorated,below,above,sticky,skip_taskbar,skip_pager\fR\*(T> 
315 If own_window is yes, you may use these window manager hints to affect the way Conky displays.
316 Notes: Use own_window_type desktop as another way to implement many of these hints implicitly.
317 If you use own_window_type override, window manager hints have no meaning and are ignored.
318
319 .TP 
320 \fB\*(T<\fBown_window_title\fR\*(T>\fR
321 Manually set the window name. Defaults to "<hostname> - conky".
322
323 .TP 
324 \fB\*(T<\fBown_window_transparent\fR\*(T>\fR
325 Boolean, set pseudo-transparency?
326
327 .TP 
328 \fB\*(T<\fBown_window_type\fR\*(T>\fR
329 if own_window is yes, you may specify type normal, desktop or override (default: normal).
330 Desktop windows are special windows that have no window decorations; are always visible
331 on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces.
332 Override windows are not under the control of the window manager. Hints are ignored. This type
333 of window can be useful for certain situations.
334
335 .TP 
336 \fB\*(T<\fBout_to_console\fR\*(T>\fR 
337 Print text to stdout.
338
339 .TP 
340 \fB\*(T<\fBpad_percents\fR\*(T>\fR
341 Pad percentages to this many decimals (0 = no padding)
342
343 .TP 
344 \fB\*(T<\fBpop3\fR\*(T>\fR
345 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.
346
347 .TP 
348 \fB\*(T<\fBshort_units\fR\*(T>\fR
349 Shortens units to a single character (kiB->k, GiB->G, etc.). Default is off.
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 around certain objects to stop them from moving other things around. Arguments are left, right, and none (default). The old true/false values are deprecated and default to right/none respectively. Note that this only helps if you are using a mono font, such as Bitstream Vera Sans Mono.
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/share/X11/rgb.txt. Also, \(lahttp://sedition.com/perl/rgb.html\(ra.
390 Color can be also in #rrggbb format (hex).
391 .TP 
392 \fB\*(T<\fBaddr\fR\*(T>\fR \*(T<\fBinterface\fR\*(T> 
393 IP address for an interface
394
395 .TP 
396 \fB\*(T<\fBaddrs\fR\*(T>\fR \*(T<\fBinterface\fR\*(T> 
397 IP addresses for an interface (if one - works like addr). Linux only.
398
399 .TP 
400 \fB\*(T<\fBacpiacadapter\fR\*(T>\fR 
401 ACPI ac adapter state.
402
403 .TP 
404 \fB\*(T<\fBacpifan\fR\*(T>\fR 
405 ACPI fan state
406
407 .TP 
408 \fB\*(T<\fBacpitemp\fR\*(T>\fR 
409 ACPI temperature in C.
410
411 .TP 
412 \fB\*(T<\fBacpitempf\fR\*(T>\fR 
413 ACPI temperature in F.
414
415 .TP 
416 \fB\*(T<\fBadt746xcpu\fR\*(T>\fR 
417 CPU temperature from therm_adt746x
418
419 .TP 
420 \fB\*(T<\fBadt746xfan\fR\*(T>\fR 
421 Fan speed from therm_adt746x
422
423 .TP 
424 \fB\*(T<\fBalignr\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
425 Right-justify text, with space of N
426
427 .TP 
428 \fB\*(T<\fBalignc\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
429 Align text to centre
430
431 .TP 
432 \fB\*(T<\fBapm_adapter\fR\*(T>\fR 
433 Display APM AC adapter status (FreeBSD only)
434
435 .TP 
436 \fB\*(T<\fBapm_battery_life\fR\*(T>\fR 
437 Display APM battery life in percent (FreeBSD only)
438
439 .TP 
440 \fB\*(T<\fBapm_battery_time\fR\*(T>\fR 
441 Display remaining APM battery life in hh:mm:ss or "unknown" if
442 AC adapterstatus is on-line or charging (FreeBSD only)
443
444 .TP 
445 \fB\*(T<\fBaudacious_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
446 Progress bar
447
448 .TP 
449 \fB\*(T<\fBaudacious_bitrate\fR\*(T>\fR 
450 Bitrate of current tune
451
452 .TP 
453 \fB\*(T<\fBaudacious_channels\fR\*(T>\fR 
454 Number of audio channels of current tune
455
456 .TP 
457 \fB\*(T<\fBaudacious_filename\fR\*(T>\fR 
458 Full path and filename of current tune
459
460 .TP 
461 \fB\*(T<\fBaudacious_frequency\fR\*(T>\fR 
462 Sampling frequency of current tune
463
464 .TP 
465 \fB\*(T<\fBaudacious_length\fR\*(T>\fR 
466 Total length of current tune as MM:SS
467
468 .TP 
469 \fB\*(T<\fBaudacious_length_seconds\fR\*(T>\fR 
470 Total length of current tune in seconds
471
472 .TP 
473 \fB\*(T<\fBaudacious_playlist_position\fR\*(T>\fR 
474 Playlist position of current tune
475
476 .TP 
477 \fB\*(T<\fBaudacious_playlist_length\fR\*(T>\fR 
478 Number of tunes in playlist
479
480 .TP 
481 \fB\*(T<\fBaudacious_position\fR\*(T>\fR 
482 Position of current tune (MM:SS)
483
484 .TP 
485 \fB\*(T<\fBaudacious_position_seconds\fR\*(T>\fR 
486 Position of current tune in seconds
487
488 .TP 
489 \fB\*(T<\fBaudacious_status\fR\*(T>\fR 
490 Player status (Playing/Paused/Stopped/Not running)
491
492 .TP 
493 \fB\*(T<\fBaudacious_title\fR\*(T>\fR \*(T<\fB(max length)\fR\*(T> 
494 Title of current tune with optional maximum length specifier
495
496 .TP 
497 \fB\*(T<\fBbattery\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
498 Battery status and remaining percentage capacity of ACPI or APM battery. ACPI battery number can be given as argument (default is BAT0).
499
500 .TP 
501 \fB\*(T<\fBbattery_bar\fR\*(T>\fR \*(T<\fB(height),(width) (num)\fR\*(T> 
502 Battery percentage remaining of ACPI battery in a bar. ACPI battery number can be given as argument (default is BAT0).
503
504 .TP 
505 \fB\*(T<\fBbattery_percent\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
506 Battery percentage remaining for ACPI battery. ACPI battery number can be given as argument (default is BAT0).
507
508 .TP 
509 \fB\*(T<\fBbattery_time\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
510 Battery charge/discharge time remaining of ACPI battery. ACPI battery number can be given as argument (default is BAT0).
511
512 .TP 
513 \fB\*(T<\fBbmpx_artist\fR\*(T>\fR 
514 Artist in current BMPx track
515
516 .TP 
517 \fB\*(T<\fBbmpx_album\fR\*(T>\fR 
518 Album in current BMPx track
519
520 .TP 
521 \fB\*(T<\fBbmpx_title\fR\*(T>\fR 
522 Title of the current BMPx track
523
524 .TP 
525 \fB\*(T<\fBbmpx_track\fR\*(T>\fR 
526 Track number of the current BMPx track
527
528 .TP 
529 \fB\*(T<\fBbmpx_bitrate\fR\*(T>\fR 
530 Bitrate of the current BMPx track
531
532 .TP 
533 \fB\*(T<\fBbmpx_uri\fR\*(T>\fR 
534 URI of the current BMPx track
535
536 .TP 
537 \fB\*(T<\fBbuffers\fR\*(T>\fR 
538 Amount of memory buffered
539
540 .TP 
541 \fB\*(T<\fBcached\fR\*(T>\fR 
542 Amount of memory cached
543
544 .TP 
545 \fB\*(T<\fBcolor\fR\*(T>\fR \*(T<\fB(color)\fR\*(T> 
546 Change drawing color to color
547
548 .TP 
549 \fB\*(T<\fBcolor0\fR\*(T>\fR 
550 Change drawing color to color0 configuration option
551
552 .TP 
553 \fB\*(T<\fBcolor1\fR\*(T>\fR 
554 Change drawing color to color1 configuration option
555
556 .TP 
557 \fB\*(T<\fBcolor2\fR\*(T>\fR 
558 Change drawing color to color2 configuration option
559
560 .TP 
561 \fB\*(T<\fBcolor3\fR\*(T>\fR 
562 Change drawing color to color3 configuration option
563
564 .TP 
565 \fB\*(T<\fBcolor4\fR\*(T>\fR 
566 Change drawing color to color4 configuration option
567
568 .TP 
569 \fB\*(T<\fBcolor5\fR\*(T>\fR 
570 Change drawing color to color5 configuration option
571
572 .TP 
573 \fB\*(T<\fBcolor6\fR\*(T>\fR 
574 Change drawing color to color6 configuration option
575
576 .TP 
577 \fB\*(T<\fBcolor7\fR\*(T>\fR 
578 Change drawing color to color7 configuration option
579
580 .TP 
581 \fB\*(T<\fBcolor8\fR\*(T>\fR 
582 Change drawing color to color8 configuration option
583
584 .TP 
585 \fB\*(T<\fBcolor9\fR\*(T>\fR 
586 Change drawing color to color9 configuration option
587
588 .TP 
589 \fB\*(T<\fBconky_version\fR\*(T>\fR 
590 Conky version
591
592 .TP 
593 \fB\*(T<\fBconky_build_date\fR\*(T>\fR 
594 Date Conky was built
595
596 .TP 
597 \fB\*(T<\fBconky_bulid_arch\fR\*(T>\fR 
598 CPU architecture Conky was built for
599
600 .TP 
601 \fB\*(T<\fBcpu\fR\*(T>\fR \*(T<\fB(cpuN)\fR\*(T> 
602 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.
603
604 .TP 
605 \fB\*(T<\fBcpubar\fR\*(T>\fR \*(T<\fB(cpu number) (height),(width)\fR\*(T> 
606 Bar that shows CPU usage, height is bar's height in pixels. See $cpu for more info on SMP.
607
608 .TP 
609 \fB\*(T<\fBcpugraph\fR\*(T>\fR \*(T<\fB(cpu number) (height),(width) (gradient colour 1) (gradient colour 2)\fR\*(T> 
610 CPU usage graph, with optional colours in hex, minus the #. See $cpu for more info on SMP.
611
612 .TP 
613 \fB\*(T<\fBdiskio\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
614 Displays current disk IO. Device is optional, and takes the form of sda for /dev/sda. Individual partitions are allowed.
615
616 .TP 
617 \fB\*(T<\fBdiskiograph\fR\*(T>\fR \*(T<\fB(device) (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
618 Disk IO graph, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
619
620 .TP 
621 \fB\*(T<\fBdiskio_read\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
622 Displays current disk IO for reads. Device as in diskio.
623
624 .TP 
625 \fB\*(T<\fBdiskiograph_read\fR\*(T>\fR \*(T<\fB(device) (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
626 Disk IO graph for reads, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph. Device as in diskio.
627
628 .TP 
629 \fB\*(T<\fBdiskio_write\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
630 Displays current disk IO for writes. Device as in diskio.
631
632 .TP 
633 \fB\*(T<\fBdiskiograph_write\fR\*(T>\fR \*(T<\fB(device) (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
634 Disk IO graph for writes, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph. Device as in diskio.
635
636 .TP 
637 \fB\*(T<\fBdisk_protect\fR\*(T>\fR \*(T<\fBdevice\fR\*(T> 
638 Disk protection status, if supported (needs kernel-patch). Prints either "frozen" or "free " (note the padding).
639
640 .TP 
641 \fB\*(T<\fBdownspeed\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
642 Download speed in kilobytes
643
644 .TP 
645 \fB\*(T<\fBdownspeedf\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
646 Download speed in kilobytes with one decimal
647
648 .TP 
649 \fB\*(T<\fBdownspeedgraph\fR\*(T>\fR \*(T<\fBnet (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
650 Download speed graph, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
651
652 .TP 
653 \fB\*(T<\fBelse\fR\*(T>\fR 
654 Text to show if any of the above are not true
655
656 .TP 
657 \fB\*(T<\fBentropy_avail\fR\*(T>\fR 
658 Current entropy available for crypto freaks
659
660 .TP 
661 \fB\*(T<\fBentropy_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
662 Normalized bar of available entropy for crypto freaks
663
664 .TP 
665 \fB\*(T<\fBentropy_poolsize\fR\*(T>\fR 
666 Total size of system entropy pool for crypto freaks
667
668 .TP 
669 \fB\*(T<\fBexec\fR\*(T>\fR \*(T<\fBcommand\fR\*(T> 
670 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.
671
672 .TP 
673 \fB\*(T<\fBexecbar\fR\*(T>\fR \*(T<\fBcommand\fR\*(T> 
674 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.
675
676 .TP 
677 \fB\*(T<\fBexecgraph\fR\*(T>\fR \*(T<\fBcommand\fR\*(T> 
678 Same as execbar, but graphs values.
679
680 .TP 
681 \fB\*(T<\fBexeci\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
682 Same as exec but with specific interval. Interval can't be less than update_interval in configuration. See also $texeci
683
684 .TP 
685 \fB\*(T<\fBexecibar\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
686 Same as execbar, except with an interval
687
688 .TP 
689 \fB\*(T<\fBexecigraph\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
690 Same as execgraph, but takes an interval arg graphs values
691
692 .TP 
693 \fB\*(T<\fBexecp\fR\*(T>\fR \*(T<\fBcommand\fR\*(T> 
694 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. This differs from $exec in that it parses the output of the command, so you can insert things like ${color red}hi!${color} in your script and have it correctly parsed by Conky.
695 Caveats: Conky parses and evaluates the output of $execp every time Conky loops, and then destroys all the objects. If you try to use anything like $execi within an $execp statement, it will functionally run at the same interval that the $execp statement runs, as it is created and destroyed at every interval.
696
697 .TP 
698 \fB\*(T<\fBexecpi\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
699 Same as execp but with specific interval. Interval can't be less than update_interval in configuration. Note that the output from the $execpi command is still parsed and evaluated at every interval.
700
701 .TP 
702 \fB\*(T<\fBfont\fR\*(T>\fR \*(T<\fB(font)\fR\*(T> 
703 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)
704
705 .TP 
706 \fB\*(T<\fBfreq\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
707 Returns CPU #n's frequency in MHz. CPUs are
708 counted from 1. If omitted, the parameter
709 defaults to 1.
710
711 .TP 
712 \fB\*(T<\fBfreq_g\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
713 Returns CPU #n's frequency in GHz. CPUs are
714 counted from 1. If omitted, the parameter
715 defaults to 1.
716
717 .TP 
718 \fB\*(T<\fBfreq_dyn\fR\*(T>\fR 
719 Returns CPU frequency in MHz, but is calculated by counting to clock cycles to complete an instruction. Only available for x86/amd64.
720
721 .TP 
722 \fB\*(T<\fBfreq_dyn_g\fR\*(T>\fR 
723 Returns CPU frequency in GHz, but is calculated by counting to clock cycles to complete an instruction. Only available for x86/amd64.
724
725 .TP 
726 \fB\*(T<\fBfs_bar\fR\*(T>\fR \*(T<\fB(height),(width) fs\fR\*(T> 
727 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.
728
729 .TP 
730 \fB\*(T<\fBfs_free\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
731 Free space on a file system available for users.
732
733 .TP 
734 \fB\*(T<\fBfs_free_perc\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
735 Free percentage of space on a file system available for users.
736
737 .TP 
738 \fB\*(T<\fBfs_size\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
739 File system size
740
741 .TP 
742 \fB\*(T<\fBfs_type\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
743 File system type
744
745 .TP 
746 \fB\*(T<\fBfs_used\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
747 File system used space
748
749 .TP 
750 \fB\*(T<\fBgoto\fR\*(T>\fR \*(T<\fBx\fR\*(T> 
751 The next element will be printed at position 'x'.
752
753 .TP 
754 \fB\*(T<\fBgw_iface\fR\*(T>\fR 
755 Displays the default route's interface or "multiple"/"none" accordingly.
756
757 .TP 
758 \fB\*(T<\fBgw_ip\fR\*(T>\fR 
759 Displays the default gateway's IP or "multiple"/"none" accordingly.
760
761 .TP 
762 \fB\*(T<\fBhddtemp\fR\*(T>\fR \*(T<\fBdev, (host,(port))\fR\*(T> 
763 Displays temperature of a selected hard disk drive as reported by the hddtemp daemon running on host:port.
764 Default host is 127.0.0.1, default port is 7634.
765
766 .TP 
767 \fB\*(T<\fBhead\fR\*(T>\fR \*(T<\fBlogfile lines (interval)\fR\*(T> 
768 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.
769
770 .TP 
771 \fB\*(T<\fBhr\fR\*(T>\fR \*(T<\fB(height)\fR\*(T> 
772 Horizontal line, height is the height in pixels
773
774 .TP 
775 \fB\*(T<\fBhwmon\fR\*(T>\fR \*(T<\fB(dev) type n\fR\*(T> 
776 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.
777
778 .TP 
779 \fB\*(T<\fBiconv_start\fR\*(T>\fR \*(T<\fBcodeset_from codeset_to\fR\*(T> 
780 Convert text from one codeset to another using GNU iconv. Needs to be stopped with iconv_stop.
781
782 .TP 
783 \fB\*(T<\fBiconv_stop\fR\*(T>\fR 
784 Stop iconv codeset conversion.
785
786 .TP 
787 \fB\*(T<\fBi2c\fR\*(T>\fR \*(T<\fB(dev) type n\fR\*(T> 
788 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.
789
790 .TP 
791 \fB\*(T<\fBi8k_ac_status\fR\*(T>\fR 
792 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.
793
794 .TP 
795 \fB\*(T<\fBi8k_bios\fR\*(T>\fR 
796 If running the i8k kernel driver for Inspiron laptops, displays the bios version as listed in /proc/i8k.
797
798 .TP 
799 \fB\*(T<\fBi8k_buttons_status\fR\*(T>\fR 
800 If running the i8k kernel driver for Inspiron laptops, displays the volume buttons status as listed in /proc/i8k.
801
802 .TP 
803 \fB\*(T<\fBi8k_cpu_temp\fR\*(T>\fR 
804 If running the i8k kernel driver for Inspiron laptops, displays the cpu temperature in Celsius, as reported by /proc/i8k.
805
806 .TP 
807 \fB\*(T<\fBi8k_cpu_tempf\fR\*(T>\fR 
808 If running the i8k kernel driver for Inspiron laptops, displays the cpu temperature in Fahrenheit, as reported by /proc/i8k.
809
810 .TP 
811 \fB\*(T<\fBi8k_left_fan_rpm\fR\*(T>\fR 
812 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.
813
814 .TP 
815 \fB\*(T<\fBi8k_left_fan_status\fR\*(T>\fR 
816 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.
817
818 .TP 
819 \fB\*(T<\fBi8k_right_fan_rpm\fR\*(T>\fR 
820 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.
821
822 .TP 
823 \fB\*(T<\fBi8k_right_fan_status\fR\*(T>\fR 
824 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.
825
826 .TP 
827 \fB\*(T<\fBi8k_serial\fR\*(T>\fR 
828 If running the i8k kernel driver for Inspiron laptops, displays your laptop serial number as listed in /proc/i8k.
829
830 .TP 
831 \fB\*(T<\fBi8k_version\fR\*(T>\fR 
832 If running the i8k kernel driver for Inspiron laptops, displays the version formatting of /proc/i8k.
833
834 .TP 
835 \fB\*(T<\fBibm_fan\fR\*(T>\fR 
836 If running the IBM ACPI, displays the fan speed.
837
838 .TP 
839 \fB\*(T<\fBibm_temps\fR\*(T>\fR \*(T<\fBN\fR\*(T> 
840 If running the IBM ACPI, displays the temperatures
841 from the IBM temperature sensors (N=0..7) Sensor 0 is
842 on the CPU, 3 is on the GPU.
843
844 .TP 
845 \fB\*(T<\fBibm_volume\fR\*(T>\fR 
846 If running the IBM ACPI, displays the "master" volume,
847 controlled by the volume keys (0-14).
848
849 .TP 
850 \fB\*(T<\fBibm_brightness\fR\*(T>\fR 
851 If running the IBM ACPI, displays the brigtness of the
852 laptops's LCD (0-7).
853
854 .TP 
855 \fB\*(T<\fBif_empty\fR\*(T>\fR \*(T<\fB(var)\fR\*(T> 
856 if conky variable VAR is empty, display everything between $if_empty and the matching $endif
857
858 .TP 
859 \fB\*(T<\fBif_gw\fR\*(T>\fR 
860 if there is at least one default gateway, display everything between $if_gw and the matching $endif
861
862 .TP 
863 \fB\*(T<\fBif_running\fR\*(T>\fR \*(T<\fB(process)\fR\*(T> 
864 if PROCESS is running, display everything $if_running and the matching $endif
865
866 .TP 
867 \fB\*(T<\fBif_existing\fR\*(T>\fR \*(T<\fBfile (string)\fR\*(T> 
868 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.
869
870 .TP 
871 \fB\*(T<\fBif_mounted\fR\*(T>\fR \*(T<\fB(mountpoint)\fR\*(T> 
872 if MOUNTPOINT is mounted, display everything between $if_mounted and the matching $endif
873
874 .TP 
875 \fB\*(T<\fBif_smapi_bat_installed\fR\*(T>\fR \*(T<\fB(INDEX)\fR\*(T> 
876 when using smapi, if the battery with index INDEX is installed, display everything between $if_smapi_bat_installed and the matching $endif
877
878 .TP 
879 \fB\*(T<\fBif_up\fR\*(T>\fR \*(T<\fB(interface)\fR\*(T> 
880 if INTERFACE exists and is up, display everything between $if_up and the matching $endif
881
882 .TP 
883 \fB\*(T<\fBimap_messages\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
884 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.
885
886 .TP 
887 \fB\*(T<\fBimap_unseen\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
888 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.
889
890 .TP 
891 \fB\*(T<\fBioscheduler\fR\*(T>\fR \*(T<\fBdisk\fR\*(T> 
892 Prints the current ioscheduler used for the given disk name (i.e. e.g. "hda" or "sdb")
893
894 .TP 
895 \fB\*(T<\fBkernel\fR\*(T>\fR 
896 Kernel version
897
898 .TP 
899 \fB\*(T<\fBlaptop_mode\fR\*(T>\fR 
900 The value of /proc/sys/vm/laptop_mode
901
902 .TP 
903 \fB\*(T<\fBloadavg\fR\*(T>\fR 
904 (1,2,3)> System load average, 1 is for past 1 minute, 2 for past 5 minutes and 3 for past 15 minutes.
905
906 .TP 
907 \fB\*(T<\fBmachine\fR\*(T>\fR 
908 Machine, i686 for example
909
910 .TP 
911 \fB\*(T<\fBmails\fR\*(T>\fR \*(T<\fB(mailbox)\fR\*(T> \*(T<\fB(interval)\fR\*(T> 
912 Mail count in the specified mailbox or your mail spool if not.
913 Both mbox and maildir type mailboxes are supported. You can
914 use a program like fetchmail to get mails from some server
915 using your favourite protocol. See also new_mails.
916
917 .TP 
918 \fB\*(T<\fBmboxscan\fR\*(T>\fR \*(T<\fB(\-n number of messages to print) (\-fw from width) (\-sw subject width) mbox\fR\*(T> 
919 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"}
920
921 .TP 
922 \fB\*(T<\fBmem\fR\*(T>\fR 
923 Amount of memory in use
924
925 .TP 
926 \fB\*(T<\fBmembar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
927 Bar that shows amount of memory in use
928
929 .TP 
930 \fB\*(T<\fBmemmax\fR\*(T>\fR 
931 Total amount of memory
932
933 .TP 
934 \fB\*(T<\fBmemperc\fR\*(T>\fR 
935 Percentage of memory in use
936
937 .TP 
938 \fB\*(T<\fBmpd_artist\fR\*(T>\fR 
939 Artist in current MPD song must be enabled at compile
940
941 .TP 
942 \fB\*(T<\fBmpd_album\fR\*(T>\fR 
943 Album in current MPD song
944
945 .TP 
946 \fB\*(T<\fBmpd_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
947 Bar of mpd's progress
948
949 .TP 
950 \fB\*(T<\fBmpd_bitrate\fR\*(T>\fR 
951 Bitrate of current song
952
953 .TP 
954 \fB\*(T<\fBmpd_status\fR\*(T>\fR 
955 Playing, stopped, et cetera.
956
957 .TP 
958 \fB\*(T<\fBmpd_title\fR\*(T>\fR \*(T<\fB(max length)\fR\*(T> 
959 Title of current MPD song
960
961 .TP 
962 \fB\*(T<\fBmpd_vol\fR\*(T>\fR 
963 MPD's volume
964
965 .TP 
966 \fB\*(T<\fBmpd_elapsed\fR\*(T>\fR 
967 Song's elapsed time
968
969 .TP 
970 \fB\*(T<\fBmpd_length\fR\*(T>\fR 
971 Song's length
972
973 .TP 
974 \fB\*(T<\fBmpd_percent\fR\*(T>\fR 
975 Percent of song's progress
976
977 .TP 
978 \fB\*(T<\fBmpd_random\fR\*(T>\fR 
979 Random status (On/Off)
980
981 .TP 
982 \fB\*(T<\fBmpd_repeat\fR\*(T>\fR 
983 Repeat status (On/Off)
984
985 .TP 
986 \fB\*(T<\fBmpd_track\fR\*(T>\fR 
987 Prints the MPD track field
988
989 .TP 
990 \fB\*(T<\fBmpd_name\fR\*(T>\fR 
991 Prints the MPD name field
992
993 .TP 
994 \fB\*(T<\fBmpd_file\fR\*(T>\fR 
995 Prints the file name of the current MPD song
996
997 .TP 
998 \fB\*(T<\fBmpd_smart\fR\*(T>\fR 
999 Prints the song name in either the form "artist - title" or file name, depending on whats available
1000
1001 .TP 
1002 \fB\*(T<\fBnameserver\fR\*(T>\fR \*(T<\fB(index)\fR\*(T> 
1003 Print a nameserver from /etc/resolv.conf. Index starts at and defaults to 0.
1004
1005 .TP 
1006 \fB\*(T<\fBnew_mails\fR\*(T>\fR \*(T<\fB(mailbox)\fR\*(T> \*(T<\fB(interval)\fR\*(T> 
1007 Unread mail count in the specified mailbox or mail spool if
1008 not. Both mbox and maildir type mailboxes are supported.
1009
1010 .TP 
1011 \fB\*(T<\fBnodename\fR\*(T>\fR 
1012 Hostname
1013
1014 .TP 
1015 \fB\*(T<\fBoutlinecolor\fR\*(T>\fR \*(T<\fB(color)\fR\*(T> 
1016 Change outline color
1017
1018 .TP 
1019 \fB\*(T<\fBpb_battery\fR\*(T>\fR \*(T<\fBitem\fR\*(T> 
1020 If running on Apple powerbook/ibook, display
1021 information on battery status. The item parameter
1022 specifies, what information to display. Exactly one item
1023 must be specified. Valid items are:
1024
1025 \fBstatus\fR:
1026 Display if battery is fully charged, charging,
1027 discharging or absent (running on AC)
1028 .br
1029 \fBpercent\fR:
1030 Display charge of battery in percent, if
1031 charging or discharging. Nothing will be
1032 displayed, if battery is fully charged
1033 or absent.
1034 .br
1035 \fBtime\fR:
1036 Display the time remaining until the battery
1037 will be fully charged or discharged at current
1038 rate. Nothing is displayed, if battery is
1039 absent or if it's present but fully charged
1040 and not discharging.
1041
1042 .TP 
1043 \fB\*(T<\fBplatform\fR\*(T>\fR \*(T<\fB(dev) type n\fR\*(T> 
1044 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.
1045
1046 .TP 
1047 \fB\*(T<\fBpop3_unseen\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
1048 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.
1049
1050 .TP 
1051 \fB\*(T<\fBpop3_used\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
1052 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.
1053
1054 .TP 
1055 \fB\*(T<\fBpre_exec\fR\*(T>\fR \*(T<\fBshell command\fR\*(T> 
1056 Executes a shell command one time before conky displays anything and puts output as text.
1057
1058 .TP 
1059 \fB\*(T<\fBprocesses\fR\*(T>\fR 
1060 Total processes (sleeping and running)
1061
1062 .TP 
1063 \fB\*(T<\fBrunning_processes\fR\*(T>\fR 
1064 Running processes (not sleeping), requires Linux 2.6
1065
1066 .TP 
1067 \fB\*(T<\fBshadecolor\fR\*(T>\fR \*(T<\fB(color)\fR\*(T> 
1068 Change shading color
1069
1070 .TP 
1071 \fB\*(T<\fBsmapi\fR\*(T>\fR \*(T<\fB(ARGS)\fR\*(T> 
1072 when using smapi, display contents of the /sys/devices/platform/smapi directory. ARGS are either '(FILENAME)' or 'bat (INDEX) (FILENAME)' to display the corresponding files' content. This is a very raw method of accessing the smapi values. When available, better use one of the smapi_* variables instead.
1073
1074 .TP 
1075 \fB\*(T<\fBsmapi_bat_perc\fR\*(T>\fR \*(T<\fB(INDEX)\fR\*(T> 
1076 when using smapi, display the remaining capacity in percent of the battery with index INDEX. This is a separate variable because it supports the 'use_spacer' configuration option.
1077
1078 .TP 
1079 \fB\*(T<\fBsmapi_bat_bar\fR\*(T>\fR \*(T<\fB(INDEX),(height),(width)\fR\*(T> 
1080 when using smapi, display the remaining capacity of the battery with index INDEX as a bar.
1081
1082 .TP 
1083 \fB\*(T<\fBstippled_hr\fR\*(T>\fR \*(T<\fB(space)\fR\*(T> 
1084 Stippled (dashed) horizontal line
1085
1086 .TP 
1087 \fB\*(T<\fBswapbar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
1088 Bar that shows amount of swap in use
1089
1090 .TP 
1091 \fB\*(T<\fBswap\fR\*(T>\fR 
1092 Amount of swap in use
1093
1094 .TP 
1095 \fB\*(T<\fBswapmax\fR\*(T>\fR 
1096 Total amount of swap
1097
1098 .TP 
1099 \fB\*(T<\fBswapperc\fR\*(T>\fR 
1100 Percentage of swap in use
1101
1102 .TP 
1103 \fB\*(T<\fBsysname\fR\*(T>\fR 
1104 System name, Linux for example
1105
1106 .TP 
1107 \fB\*(T<\fBtcp_portmon\fR\*(T>\fR \*(T<\fBport_begin port_end item (index)\fR\*(T> \fI(ip4 only at present)\fR 
1108 TCP port monitor for specified local ports. Port numbers must be in the range 1 to 65535. Valid items are:
1109
1110 \fBcount\fR - total number of connections in the range
1111 .br
1112 \fBrip\fR - remote ip address
1113 .br
1114 \fBrhost\fR - remote host name
1115 .br
1116 \fBrport\fR - remote port number
1117 .br
1118 \fBrservice\fR - remote service name from /etc/services
1119 .br
1120 \fBlip\fR - local ip address
1121 .br
1122 \fBlhost\fR - local host name
1123 .br
1124 \fBlport\fR - local port number
1125 .br
1126 \fBlservice\fR - local service name from /etc/services
1127
1128 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.
1129
1130 Examples:
1131 .br
1132 \fB${tcp_portmon 6881 6999 count}\fR -
1133 displays the number of connections in the bittorrent port range
1134 .br
1135 \fB${tcp_portmon 22 22 rip 0}\fR -
1136 displays the remote host ip of the first sshd connection
1137 .br
1138 \fB${tcp_portmon 22 22 rip 9}\fR -
1139 displays the remote host ip of the tenth sshd connection
1140 .br
1141 \fB${tcp_portmon 1 1024 rhost 0}\fR -
1142 displays the remote host name of the first connection on a privileged port
1143 .br
1144 \fB${tcp_portmon 1 1024 rport 4}\fR -
1145 displays the remote host port of the fifth connection on a privileged port
1146 .br
1147 \fB${tcp_portmon 1 65535 lservice 14}\fR -
1148 displays the local service name of the fifteenth connection in the range of all ports
1149
1150 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.
1151 .TP 
1152 \fB\*(T<\fBtexeci\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
1153 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.
1154
1155 .TP 
1156 \fB\*(T<\fBoffset\fR\*(T>\fR \*(T<\fB(pixels)\fR\*(T> 
1157 Move text over by N pixels. See also $voffset.
1158
1159 .TP 
1160 \fB\*(T<\fBrss\fR\*(T>\fR \*(T<\fBurl delay_in_minutes action item_num\fR\*(T> 
1161 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.
1162
1163 .TP 
1164 \fB\*(T<\fBtab\fR\*(T>\fR \*(T<\fB(width, (start))\fR\*(T> 
1165 Puts a tab of the specified width, starting from column 'start'.
1166
1167 .TP 
1168 \fB\*(T<\fBtail\fR\*(T>\fR \*(T<\fBlogfile lines (interval)\fR\*(T> 
1169 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.
1170
1171 .TP 
1172 \fB\*(T<\fBtime\fR\*(T>\fR \*(T<\fB(format)\fR\*(T> 
1173 Local time, see man strftime to get more information about format
1174
1175 .TP 
1176 \fB\*(T<\fButime\fR\*(T>\fR \*(T<\fB(format)\fR\*(T> 
1177 Display time in UTC (universal coordinate time).
1178
1179 .TP 
1180 \fB\*(T<\fBtztime\fR\*(T>\fR \*(T<\fB(timezone) (format)\fR\*(T> 
1181 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.
1182
1183 .TP 
1184 \fB\*(T<\fBtotaldown\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1185 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.
1186
1187 .TP 
1188 \fB\*(T<\fBtop\fR\*(T>\fR \*(T<\fBtype, num\fR\*(T> 
1189 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", "mem", "mem_res", "mem_vsize", and "time". There can be a max of 10 processes listed.
1190
1191 .TP 
1192 \fB\*(T<\fBtop_mem\fR\*(T>\fR \*(T<\fBtype, num\fR\*(T> 
1193 Same as top, except sorted by mem usage instead of cpu
1194
1195 .TP 
1196 \fB\*(T<\fBtotalup\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1197 Total upload, this one too, may overflow
1198
1199 .TP 
1200 \fB\*(T<\fBupdates\fR\*(T>\fR \*(T<\fBNumber of updates\fR\*(T> 
1201 for debugging
1202
1203 .TP 
1204 \fB\*(T<\fBupspeed\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1205 Upload speed in kilobytes
1206
1207 .TP 
1208 \fB\*(T<\fBupspeedf\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1209 Upload speed in kilobytes with one decimal
1210
1211 .TP 
1212 \fB\*(T<\fBupspeedgraph\fR\*(T>\fR \*(T<\fBnet (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
1213 Upload speed graph, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph.
1214
1215 .TP 
1216 \fB\*(T<\fBuptime\fR\*(T>\fR 
1217 Uptime
1218
1219 .TP 
1220 \fB\*(T<\fBuptime_short\fR\*(T>\fR 
1221 Uptime in a shorter format
1222
1223 .TP 
1224 \fB\*(T<\fBuser_number\fR\*(T>\fR 
1225 Number of users logged in
1226
1227 .TP 
1228 \fB\*(T<\fBuser_names\fR\*(T>\fR 
1229 Lists the names of the users logged in
1230
1231 .TP 
1232 \fB\*(T<\fBuser_terms\fR\*(T>\fR 
1233 Lists the consoles in use
1234
1235 .TP 
1236 \fB\*(T<\fBuser_times\fR\*(T>\fR 
1237 Lists how long users have been logged in for
1238
1239 .TP 
1240 \fB\*(T<\fBvoffset\fR\*(T>\fR \*(T<\fB(pixels)\fR\*(T> 
1241 Change vertical offset by N pixels. Negative values will cause text to overlap. See also $offset.
1242
1243 .TP 
1244 \fB\*(T<\fBvoltage_mv\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
1245 Returns CPU #n's voltage in mV. CPUs are
1246 counted from 1. If omitted, the parameter
1247 defaults to 1.
1248
1249 .TP 
1250 \fB\*(T<\fBvoltage_v\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
1251 Returns CPU #n's voltage in V. CPUs are
1252 counted from 1. If omitted, the parameter
1253 defaults to 1.
1254
1255 .TP 
1256 \fB\*(T<\fBwireless_essid\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1257 Wireless access point ESSID (Linux only)
1258
1259 .TP 
1260 \fB\*(T<\fBwireless_mode\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1261 Wireless mode (Managed/Ad-Hoc/Master) (Linux only)
1262
1263 .TP 
1264 \fB\*(T<\fBwireless_bitrate\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1265 Wireless bitrate (ie 11 Mb/s) (Linux only)
1266
1267 .TP 
1268 \fB\*(T<\fBwireless_ap\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1269 Wireless access point MAC address (Linux only)
1270
1271 .TP 
1272 \fB\*(T<\fBwireless_link_qual\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1273 Wireless link quality (Linux only)
1274
1275 .TP 
1276 \fB\*(T<\fBwireless_link_qual_max\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1277 Wireless link quality maximum value (Linux only)
1278
1279 .TP 
1280 \fB\*(T<\fBwireless_link_qual_perc\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1281 Wireless link quality in percents (Linux only)
1282
1283 .TP 
1284 \fB\*(T<\fBwireless_link_bar\fR\*(T>\fR \*(T<\fB(height), (width) net\fR\*(T> 
1285 Wireless link quality bar (Linux only)
1286
1287 .TP 
1288 \fB\*(T<\fBxmms2_artist\fR\*(T>\fR 
1289 Artist in current XMMS2 song
1290
1291 .TP 
1292 \fB\*(T<\fBxmms2_album\fR\*(T>\fR 
1293 Album in current XMMS2 song
1294
1295 .TP 
1296 \fB\*(T<\fBxmms2_title\fR\*(T>\fR 
1297 Title in current XMMS2 song
1298
1299 .TP 
1300 \fB\*(T<\fBxmms2_genre\fR\*(T>\fR 
1301 Genre in current XMMS2 song
1302
1303 .TP 
1304 \fB\*(T<\fBxmms2_comment\fR\*(T>\fR 
1305 Comment in current XMMS2 song
1306
1307 .TP 
1308 \fB\*(T<\fBxmms2_decoder\fR\*(T>\fR 
1309 Decoder plugin used
1310
1311 .TP 
1312 \fB\*(T<\fBxmms2_transport\fR\*(T>\fR 
1313 Transport plugin used
1314
1315 .TP 
1316 \fB\*(T<\fBxmms2_url\fR\*(T>\fR 
1317 Full path to current song
1318
1319 .TP 
1320 \fB\*(T<\fBxmms2_tracknr\fR\*(T>\fR 
1321 Track number in current XMMS2 song
1322
1323 .TP 
1324 \fB\*(T<\fBxmms2_bitrate\fR\*(T>\fR 
1325 Bitrate of current song
1326
1327 .TP 
1328 \fB\*(T<\fBxmms2_id\fR\*(T>\fR 
1329 XMMS2 id of current song
1330
1331 .TP 
1332 \fB\*(T<\fBxmms2_duration\fR\*(T>\fR 
1333 Duration of current song
1334
1335 .TP 
1336 \fB\*(T<\fBxmms2_elapsed\fR\*(T>\fR 
1337 Song's elapsed time
1338
1339 .TP 
1340 \fB\*(T<\fBxmms2_size\fR\*(T>\fR 
1341 Size of current song
1342
1343 .TP 
1344 \fB\*(T<\fBxmms2_percent\fR\*(T>\fR 
1345 Percent of song's progress
1346
1347 .TP 
1348 \fB\*(T<\fBxmms2_status\fR\*(T>\fR 
1349 XMMS2 status (Playing, Paused, Stopped, or Disconnected)
1350
1351 .TP 
1352 \fB\*(T<\fBxmms2_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
1353 Bar of XMMS2's progress
1354
1355 .TP 
1356 \fB\*(T<\fBxmms2_smart\fR\*(T>\fR 
1357 Prints the song name in either the form "artist - title" or file name, depending on whats available
1358
1359 .SH EXAMPLES
1360 .TP 
1361 \*(T<conky \*(T>\*(T<\fB\-t '${time %D %H:%M}' \-o \-u 30\fR\*(T>
1362 Start Conky in its own window with date and clock as text and 30 sec update interval.
1363 .TP 
1364 \*(T<conky \*(T>\*(T<\fB\-a top_left \-x 5 \-y 500 \-d\fR\*(T>
1365 Start Conky to background at coordinates (5, 500).
1366 .SH FILES
1367 \*(T<\fI~/.conkyrc\fR\*(T> default configuration file
1368 .SH BUGS
1369 Drawing to root or some other desktop window directly doesn't work with
1370 all window managers. Especially doesn't work well with Gnome and it has
1371 been reported that it doesn't work with KDE either. Nautilus can be
1372 disabled from drawing to desktop with program gconf-editor. Uncheck
1373 show_desktop in /apps/nautilus/preferences/. There is -w switch in Conky
1374 to set some specific window id. You might find xwininfo -tree useful to
1375 find the window to draw to. You can also use -o argument which makes
1376 Conky to create its own window. If you do try running Conky in its own
1377 window, be sure to read up on the own_window_type settings and experiment.
1378 .SH "SEE ALSO"
1379 \(lahttp://conky.sourceforge.net/\(ra
1380 .PP
1381 \(lahttp://www.sourceforge.net/projects/conky\(ra
1382 .PP
1383 #conky on irc.freenode.net
1384 .SH COPYING
1385 Copyright (c) 2005-2008 Brenden Matthews, Philip Kovacs, et. al.
1386 Any original torsmo code is licensed under the BSD license (see LICENSE.BSD for a copy).
1387 All code written since the fork of torsmo is licensed under the GPL (see LICENSE.GPL for a copy), except where noted differently (such as in portmon code, timed thread code, and audacious code which are LGPL, and prss which is an MIT-style license).
1388 .SH AUTHORS
1389 The Conky dev team (see AUTHORS for a full list of contributors).