Misc compilation fixes.
[monky] / doc / conky.1
1 '\" t -*- 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 2008-12-07 "" ""
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 its inception, Conky has changed significantly from its predecessor, while maintaining
25 simplicity and configurability. Conky can display just about anything, either
26 on your root desktop or in its own window. Not only does Conky have many
27 built-in objects, it can also display just about any piece of information by
28 using scripts and other external programs.
29 .PP
30 Conky has more than 250 built in objects, including support for
31 a plethora of OS stats (uname, uptime, CPU usage, mem usage, disk
32 usage, "top" like process stats, and network monitoring, just to name a few),
33 built in IMAP and POP3 support, built in support for many popular
34 music players (MPD, XMMS2, BMPx, Audacious), and much much more.
35 Conky can display this info either as text, or using simple progress
36 bars and graph widgets, with different fonts and colours.
37 .PP
38 We are always looking for help, whether its reporting bugs, writing patches, or writing docs.
39 Please use the facilities at SourceForge to make bug reports, feature requests, and submit patches,
40 or stop by #conky on irc.freenode.net if you have questions or want to contribute.
41 .PP
42 Thanks for your interest in Conky.
43 .SH COMPILING
44 For users compiling from source on a binary distro, make sure you have the X development
45 libraries installed. This should be a package along the lines of "libx11-dev" or
46 "xorg-x11-dev" for X11 libs, and similar "-dev" format for the other libs required (depending
47 on your configure options).
48 .PP
49 Conky has (for some time) been available in the repositories of most popular distributions.
50 Here are some installation instructions for a few:
51 .PP
52 Gentoo users -- Conky is in Gentoo's Portage... simply use "emerge app-admin/conky" for installation.
53 There is also usually an up-to-date ebuild within Conky's package or in the git repo.
54 .PP
55 Debian, etc. users -- Conky should be in your repositories, and can be installed by doing
56 "aptitude install conky".
57 .PP
58 Example to compile and run Conky with all optional components (note that some configure options may differ for your system):
59 .TP 
60 \fB\*(T<\fBsh autogen.sh\fR\*(T>\fR \*(T<\fB# Only required if building from the git repo\fR\*(T> 
61 .TP 
62 \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> 
63 .TP 
64 \fB\*(T<\fBmake\fR\*(T>\fR 
65 .TP 
66 \fB\*(T<\fBmake install\fR\*(T>\fR \*(T<\fB# Optional\fR\*(T> 
67 .TP 
68 \fB\*(T<\fBsrc/conky\fR\*(T>\fR 
69 .PP
70 Conky has been tested to be compatible with C99 C, however it has not been tested
71 with anything other than gcc, and is not guaranteed to work with other compilers.
72 .PP
73 .SH "YOU SHOULD KNOW"
74 Conky is generally very good on resources. That said, the more you try to make Conky
75 do, the more resources it is going to consume.
76 .PP
77 An easy way to force Conky to reload your ~/.conkyrc: "killall -SIGUSR1 conky".
78 Saves you the trouble of having to kill and then restart. You can now also do the same with SIGHUP.
79 .SH OPTIONS
80 Command line options override configurations defined in configuration file.
81 .TP 
82 \fB\*(T<\fB\-v | \-V | \-\-version\fR\*(T>\fR
83 Prints version and exits
84
85 .TP 
86 \fB\*(T<\fB\-q | \-\-quiet\fR\*(T>\fR
87 Run Conky in 'quiet mode' (ie. no output)
88
89 .TP 
90 \fB\*(T<\fB\-a | \-\-alignment=\fR\*(T>\fR\*(T<\fBALIGNMENT\fR\*(T>
91 Text alignment on screen, {top,bottom,middle}_{left,right,middle} or none
92
93 .TP 
94 \fB\*(T<\fB\-b | \-\-double\-buffer\fR\*(T>\fR
95 Use double buffering (eliminates "flicker")
96
97 .TP 
98 \fB\*(T<\fB\-c | \-\-config=\fR\*(T>\fR\*(T<\fBFILE\fR\*(T>
99 Config file to load instead of $HOME/.conkyrc
100
101 .TP 
102 \fB\*(T<\fB\-d | \-\-daemonize\fR\*(T>\fR
103 Daemonize Conky, aka fork to background
104
105 .TP 
106 \fB\*(T<\fB\-f | \-\-font=\fR\*(T>\fR\*(T<\fBFONT\fR\*(T>
107 Font to use
108
109 .TP 
110 \fB\*(T<\fB\-h | \-\-help\fR\*(T>\fR
111 Prints command line help and exits
112
113 .TP 
114 \fB\*(T<\fB\-o | \-\-own\-window\fR\*(T>\fR
115 Create own window to draw
116
117 .TP 
118 \fB\*(T<\fB\-t | \-\-text=\fR\*(T>\fR\*(T<\fBTEXT\fR\*(T>
119 Text to render, remember single quotes, like -t ' $uptime '
120
121 .TP 
122 \fB\*(T<\fB\-u | \-\-interval=\fR\*(T>\fR\*(T<\fBSECONDS\fR\*(T>
123 Update interval
124
125 .TP 
126 \fB\*(T<\fB\-w | \-\-window\-id=\fR\*(T>\fR\*(T<\fBWIN_ID\fR\*(T>
127 Window id to draw
128
129 .TP 
130 \fB\*(T<\fB\-x \fR\*(T>\fR\*(T<\fBX_COORDINATE\fR\*(T>
131 X position
132
133 .TP 
134 \fB\*(T<\fB\-y \fR\*(T>\fR\*(T<\fBY_COORDINATE\fR\*(T>
135 Y position
136
137 .TP 
138 \fB\*(T<\fB\-i \fR\*(T>\fR\*(T<\fBCOUNT\fR\*(T>
139 Number of times to update Conky (and quit)
140
141 .SH "CONFIGURATION SETTINGS"
142 Default configuration file location is $HOME/.conkyrc or
143 ${sysconfdir}/conky/conky.conf. On most systems, sysconfdir is /etc,
144 and you can find the sample config file there (/etc/conky/conky.conf).
145 .PP
146 You might want to copy it to $HOME/.conkyrc and then start modifying it.
147 Other configs can be found at http://conky.sf.net/
148 .TP 
149 \fB\*(T<\fBalignment\fR\*(T>\fR
150 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)
151
152 .TP 
153 \fB\*(T<\fBbackground\fR\*(T>\fR
154 Boolean value, if true, Conky will be forked to background when started
155
156 .TP 
157 \fB\*(T<\fBborder_margin\fR\*(T>\fR
158 Border margin in pixels
159
160 .TP 
161 \fB\*(T<\fBborder_width\fR\*(T>\fR
162 Border width in pixels
163
164 .TP 
165 \fB\*(T<\fBcolorN\fR\*(T>\fR
166 Predefine a color for use inside TEXT segments. Substitute N by a digit between 0 and 9, inclusively. When specifying the color value in hex, omit the leading hash (#).
167
168 .TP 
169 \fB\*(T<\fBcpu_avg_samples\fR\*(T>\fR
170 The number of samples to average for CPU monitoring
171
172 .TP 
173 \fB\*(T<\fBtop_cpu_separate\fR\*(T>\fR
174 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.
175
176 .TP 
177 \fB\*(T<\fBdefault_color\fR\*(T>\fR
178 Default color and border color
179
180 .TP 
181 \fB\*(T<\fBdefault_outline_color\fR\*(T>\fR
182 Default outline color
183
184 .TP 
185 \fB\*(T<\fBdefault_shade_color\fR\*(T>\fR
186 Default shading color and border's shading color
187
188 .TP 
189 \fB\*(T<\fBdouble_buffer\fR\*(T>\fR
190 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.
191
192 .TP 
193 \fB\*(T<\fBdraw_borders\fR\*(T>\fR
194 Draw borders around text?
195
196 .TP 
197 \fB\*(T<\fBdraw_graph_borders\fR\*(T>\fR
198 Draw borders around graphs?
199
200 .TP 
201 \fB\*(T<\fBdraw_outline\fR\*(T>\fR
202 Draw outlines?
203
204 .TP 
205 \fB\*(T<\fBdraw_shades\fR\*(T>\fR
206 Draw shades?
207
208 .TP 
209 \fB\*(T<\fBfont\fR\*(T>\fR
210 Font name in X, xfontsel can be used to get a nice font
211
212 .TP 
213 \fB\*(T<\fBgap_x\fR\*(T>\fR
214 Gap, in pixels, between right or left border of screen, same as passing -x at command line,
215 e.g. gap_x 10
216
217 .TP 
218 \fB\*(T<\fBgap_y\fR\*(T>\fR
219 Gap, in pixels, between top or bottom border of screen, same as passing -y at command line,
220 e.g. gap_y 10.
221
222 .TP 
223 \fB\*(T<\fBif_up_strictness\fR\*(T>\fR
224 How strict should if_up be when testing an interface for being up? The value is one of up, link or address, to check for the interface being solely up, being up and having link or being up, having link and an assigned IP address.
225
226 .TP 
227 \fB\*(T<\fBimap\fR\*(T>\fR
228 Default global IMAP server. Arguments are: "host user pass [-i interval] [-f folder] [-p port] [-e command] [-r retries]". Default port is 143, default folder is 'INBOX', default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
229
230 .TP 
231 \fB\*(T<\fBmail_spool\fR\*(T>\fR
232 Mail spool for mail checking
233
234 .TP 
235 \fB\*(T<\fBmax_port_monitor_connections\fR\*(T>\fR
236 Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
237
238 .TP 
239 \fB\*(T<\fBmax_specials\fR\*(T>\fR
240 Maximum number of special things, e.g. fonts, offsets, aligns, etc. (default is 512)
241
242 .TP 
243 \fB\*(T<\fBmax_user_text\fR\*(T>\fR \*(T<\fBbytes\fR\*(T> 
244 Maximum size of user text buffer, i.e. layout below TEXT line in config file
245 (default is 16384 bytes)
246
247 .TP 
248 \fB\*(T<\fBtext_buffer_size\fR\*(T>\fR \*(T<\fBbytes\fR\*(T> 
249 Size of the standard text buffer (default is 256 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 256 bytes.
250
251 .TP 
252 \fB\*(T<\fBmaximum_width\fR\*(T>\fR \*(T<\fBpixels\fR\*(T> 
253 Maximum width of window
254
255 .TP 
256 \fB\*(T<\fBminimum_size\fR\*(T>\fR \*(T<\fBwidth (height)\fR\*(T> 
257 Minimum size of window
258
259 .TP 
260 \fB\*(T<\fBmpd_host\fR\*(T>\fR
261 Host of MPD server
262
263 .TP 
264 \fB\*(T<\fBmpd_port\fR\*(T>\fR
265 Port of MPD server
266
267 .TP 
268 \fB\*(T<\fBmpd_password\fR\*(T>\fR
269 MPD server password
270
271 .TP 
272 \fB\*(T<\fBmusic_player_interval\fR\*(T>\fR
273 Music player thread update interval (defaults to Conky's update interval)
274
275 .TP 
276 \fB\*(T<\fBnet_avg_samples\fR\*(T>\fR
277 The number of samples to average for net data
278
279 .TP 
280 \fB\*(T<\fBno_buffers\fR\*(T>\fR
281 Substract (file system) buffers from used memory?
282
283 .TP 
284 \fB\*(T<\fBoverride_utf8_locale\fR\*(T>\fR
285 Force UTF8? requires XFT
286
287 .TP 
288 \fB\*(T<\fBown_window\fR\*(T>\fR
289 Boolean, create own window to draw?
290
291 .TP 
292 \fB\*(T<\fBown_window_class\fR\*(T>\fR
293 Manually set the WM_CLASS name. Defaults to "Conky".
294
295 .TP 
296 \fB\*(T<\fBown_window_colour\fR\*(T>\fR \*(T<\fBcolour\fR\*(T> 
297 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)
298
299 .TP 
300 \fB\*(T<\fBown_window_hints\fR\*(T>\fR \*(T<\fBundecorated,below,above,sticky,skip_taskbar,skip_pager\fR\*(T> 
301 If own_window is yes, you may use these window manager hints to affect the way Conky displays.
302 Notes: Use own_window_type desktop as another way to implement many of these hints implicitly.
303 If you use own_window_type override, window manager hints have no meaning and are ignored.
304
305 .TP 
306 \fB\*(T<\fBown_window_title\fR\*(T>\fR
307 Manually set the window name. Defaults to "<hostname> - conky".
308
309 .TP 
310 \fB\*(T<\fBown_window_transparent\fR\*(T>\fR
311 Boolean, set pseudo-transparency?
312
313 .TP 
314 \fB\*(T<\fBown_window_type\fR\*(T>\fR
315 if own_window is yes, you may specify type normal, desktop, dock or override (default: normal).
316 Desktop windows are special windows that have no window decorations; are always visible
317 on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces.
318 Override windows are not under the control of the window manager. Hints are ignored. This type
319 of window can be useful for certain situations.
320
321 .TP 
322 \fB\*(T<\fBout_to_console\fR\*(T>\fR 
323 Print text to stdout.
324
325 .TP 
326 \fB\*(T<\fBout_to_stderr\fR\*(T>\fR 
327 Print text to stderr.
328
329 .TP 
330 \fB\*(T<\fBout_to_x\fR\*(T>\fR 
331 When set to no, there will be no output in X (useful when you also use things like out_to_console).
332 If you set it to no, make sure that it's placed before all other X-related setting (take the first
333 line of your configfile to be sure). Default value is yes
334
335 .TP 
336 \fB\*(T<\fBoverwrite_file\fR\*(T>\fR 
337 Overwrite the file given as argument.
338
339 .TP 
340 \fB\*(T<\fBappend_file\fR\*(T>\fR 
341 Append the file given as argument.
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] [-r retries]". Default port is 110, default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
350
351 .TP 
352 \fB\*(T<\fBshort_units\fR\*(T>\fR
353 Shortens units to a single character (kiB->k, GiB->G, etc.). Default is off.
354
355 .TP 
356 \fB\*(T<\fBshow_graph_scale\fR\*(T>\fR
357 Shows the maximum value in scaled graphs.
358
359 .TP 
360 \fB\*(T<\fBshow_graph_range\fR\*(T>\fR
361 Shows the time range covered by a graph.
362
363 .TP 
364 \fB\*(T<\fBstippled_borders\fR\*(T>\fR
365 Border stippling (dashing) in pixels
366
367 .TP 
368 \fB\*(T<\fBtemperature_unit\fR\*(T>\fR
369 Desired output unit of all objects displaying a temperature.
370 Parameters are either "fahrenheit" or "celsius". The default
371 unit is degree Celsius.
372
373 .TP 
374 \fB\*(T<\fBtemplateN\fR\*(T>\fR
375 Define a template for later use inside TEXT segments. Substitute N by a digit between 0 and 9, inclusively.
376 The value of the variable is being inserted into the stuff below TEXT at the corresponding position,
377 but before some substitutions are applied:
378
379 \&'\en' -> newline
380 .br
381 \&'\e\e' -> backslash
382 .br
383 \&'\e ' -> space
384 .br
385 \&'\eN' -> template argument N
386
387 .TP 
388 \fB\*(T<\fBtotal_run_times\fR\*(T>\fR
389 Total number of times for Conky to update before quitting. Zero makes Conky run forever
390
391 .TP 
392 \fB\*(T<\fBupdate_interval\fR\*(T>\fR
393 Update interval in seconds
394
395 .TP 
396 \fB\*(T<\fBuppercase\fR\*(T>\fR
397 Boolean value, if true, text is rendered in upper case
398
399 .TP 
400 \fB\*(T<\fBuse_spacer\fR\*(T>\fR
401 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.
402
403 .TP 
404 \fB\*(T<\fBuse_xft\fR\*(T>\fR
405 Use Xft (anti-aliased font and stuff)
406
407 .TP 
408 \fB\*(T<\fBxftalpha\fR\*(T>\fR
409 Alpha of Xft font. Must be a value at or between 1 and 0.
410
411 .TP 
412 \fB\*(T<\fBxftfont\fR\*(T>\fR
413 Xft font to use.
414
415 .TP 
416 \fB\*(T<\fBTEXT\fR\*(T>\fR
417 After this begins text to be formatted on screen. Backslash (\e) escapes newlines in the text section. This can be useful for cleaning up config files where conky is used to pipe input to dzen2.
418
419 .SH VARIABLES
420 Colors are parsed using XParsecolor(), there might be a list of them:
421 /usr/share/X11/rgb.txt. Also, \(lahttp://sedition.com/perl/rgb.html\(ra.
422 Color can be also in #rrggbb format (hex).
423 .TP 
424 \fB\*(T<\fBaddr\fR\*(T>\fR \*(T<\fBinterface\fR\*(T> 
425 IP address for an interface, or "No Address" if no address is assigned.
426
427 .TP 
428 \fB\*(T<\fBaddrs\fR\*(T>\fR \*(T<\fBinterface\fR\*(T> 
429 IP addresses for an interface (if one - works like addr). Linux only.
430
431 .TP 
432 \fB\*(T<\fBacpiacadapter\fR\*(T>\fR 
433 ACPI ac adapter state.
434
435 .TP 
436 \fB\*(T<\fBacpifan\fR\*(T>\fR 
437 ACPI fan state
438
439 .TP 
440 \fB\*(T<\fBacpitemp\fR\*(T>\fR 
441 ACPI temperature in C.
442
443 .TP 
444 \fB\*(T<\fBadt746xcpu\fR\*(T>\fR 
445 CPU temperature from therm_adt746x
446
447 .TP 
448 \fB\*(T<\fBadt746xfan\fR\*(T>\fR 
449 Fan speed from therm_adt746x
450
451 .TP 
452 \fB\*(T<\fBalignr\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
453 Right-justify text, with space of N
454
455 .TP 
456 \fB\*(T<\fBalignc\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
457 Align text to centre
458
459 .TP 
460 \fB\*(T<\fBapm_adapter\fR\*(T>\fR 
461 Display APM AC adapter status (FreeBSD only)
462
463 .TP 
464 \fB\*(T<\fBapm_battery_life\fR\*(T>\fR 
465 Display APM battery life in percent (FreeBSD only)
466
467 .TP 
468 \fB\*(T<\fBapm_battery_time\fR\*(T>\fR 
469 Display remaining APM battery life in hh:mm:ss or "unknown" if
470 AC adapterstatus is on-line or charging (FreeBSD only)
471
472 .TP 
473 \fB\*(T<\fBaudacious_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
474 Progress bar
475
476 .TP 
477 \fB\*(T<\fBaudacious_bitrate\fR\*(T>\fR 
478 Bitrate of current tune
479
480 .TP 
481 \fB\*(T<\fBaudacious_channels\fR\*(T>\fR 
482 Number of audio channels of current tune
483
484 .TP 
485 \fB\*(T<\fBaudacious_filename\fR\*(T>\fR 
486 Full path and filename of current tune
487
488 .TP 
489 \fB\*(T<\fBaudacious_frequency\fR\*(T>\fR 
490 Sampling frequency of current tune
491
492 .TP 
493 \fB\*(T<\fBaudacious_length\fR\*(T>\fR 
494 Total length of current tune as MM:SS
495
496 .TP 
497 \fB\*(T<\fBaudacious_length_seconds\fR\*(T>\fR 
498 Total length of current tune in seconds
499
500 .TP 
501 \fB\*(T<\fBaudacious_playlist_position\fR\*(T>\fR 
502 Playlist position of current tune
503
504 .TP 
505 \fB\*(T<\fBaudacious_playlist_length\fR\*(T>\fR 
506 Number of tunes in playlist
507
508 .TP 
509 \fB\*(T<\fBaudacious_position\fR\*(T>\fR 
510 Position of current tune (MM:SS)
511
512 .TP 
513 \fB\*(T<\fBaudacious_position_seconds\fR\*(T>\fR 
514 Position of current tune in seconds
515
516 .TP 
517 \fB\*(T<\fBaudacious_status\fR\*(T>\fR 
518 Player status (Playing/Paused/Stopped/Not running)
519
520 .TP 
521 \fB\*(T<\fBaudacious_title\fR\*(T>\fR \*(T<\fB(max length)\fR\*(T> 
522 Title of current tune with optional maximum length specifier
523
524 .TP 
525 \fB\*(T<\fBaudacious_main_volume\fR\*(T>\fR 
526 The current volume fetched from Audacious
527
528 .TP 
529 \fB\*(T<\fBbattery\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
530 Battery status and remaining percentage capacity of ACPI or APM battery. ACPI battery number can be given as argument (default is BAT0).
531
532 .TP 
533 \fB\*(T<\fBbattery_bar\fR\*(T>\fR \*(T<\fB(height),(width) (num)\fR\*(T> 
534 Battery percentage remaining of ACPI battery in a bar. ACPI battery number can be given as argument (default is BAT0).
535
536 .TP 
537 \fB\*(T<\fBbattery_percent\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
538 Battery percentage remaining for ACPI battery. ACPI battery number can be given as argument (default is BAT0).
539
540 .TP 
541 \fB\*(T<\fBbattery_time\fR\*(T>\fR \*(T<\fB(num)\fR\*(T> 
542 Battery charge/discharge time remaining of ACPI battery. ACPI battery number can be given as argument (default is BAT0).
543
544 .TP 
545 \fB\*(T<\fBbmpx_artist\fR\*(T>\fR 
546 Artist in current BMPx track
547
548 .TP 
549 \fB\*(T<\fBbmpx_album\fR\*(T>\fR 
550 Album in current BMPx track
551
552 .TP 
553 \fB\*(T<\fBbmpx_title\fR\*(T>\fR 
554 Title of the current BMPx track
555
556 .TP 
557 \fB\*(T<\fBbmpx_track\fR\*(T>\fR 
558 Track number of the current BMPx track
559
560 .TP 
561 \fB\*(T<\fBbmpx_bitrate\fR\*(T>\fR 
562 Bitrate of the current BMPx track
563
564 .TP 
565 \fB\*(T<\fBbmpx_uri\fR\*(T>\fR 
566 URI of the current BMPx track
567
568 .TP 
569 \fB\*(T<\fBbuffers\fR\*(T>\fR 
570 Amount of memory buffered
571
572 .TP 
573 \fB\*(T<\fBcached\fR\*(T>\fR 
574 Amount of memory cached
575
576 .TP 
577 \fB\*(T<\fBcolor\fR\*(T>\fR \*(T<\fB(color)\fR\*(T> 
578 Change drawing color to color
579
580 .TP 
581 \fB\*(T<\fBcolorN\fR\*(T>\fR
582 Change drawing color to colorN configuration option, where N is a digit between 0 and 9, inclusively.
583
584 .TP 
585 \fB\*(T<\fBconky_version\fR\*(T>\fR 
586 Conky version
587
588 .TP 
589 \fB\*(T<\fBconky_build_date\fR\*(T>\fR 
590 Date Conky was built
591
592 .TP 
593 \fB\*(T<\fBconky_build_arch\fR\*(T>\fR 
594 CPU architecture Conky was built for
595
596 .TP 
597 \fB\*(T<\fBcpu\fR\*(T>\fR \*(T<\fB(cpuN)\fR\*(T> 
598 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.
599
600 .TP 
601 \fB\*(T<\fBcpubar\fR\*(T>\fR \*(T<\fB(cpu number) (height),(width)\fR\*(T> 
602 Bar that shows CPU usage, height is bar's height in pixels. See $cpu for more info on SMP.
603
604 .TP 
605 \fB\*(T<\fBcpugraph\fR\*(T>\fR \*(T<\fB("normal"|"log") (height),(width) (gradient colour 1) (gradient colour 2) (scale) (cpu number)\fR\*(T> 
606 CPU usage graph, with optional colours in hex, minus the #. See $cpu for more info on SMP. Uses a logarithmic scale (to see small numbers) when you use "log" instead of "normal".
607
608 .TP 
609 \fB\*(T<\fBdiskio\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
610 Displays current disk IO. Device is optional, and takes the form of sda for /dev/sda. Individual partitions are allowed.
611
612 .TP 
613 \fB\*(T<\fBdiskiograph\fR\*(T>\fR \*(T<\fB("normal"|"log") (height),(width) (gradient colour 1) (gradient colour 2) (scale) (device)\fR\*(T> 
614 Disk IO graph, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph. Uses a logarithmic scale (to see small numbers) when you use "log" instead of "normal".
615
616 .TP 
617 \fB\*(T<\fBdiskio_read\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
618 Displays current disk IO for reads. Device as in diskio.
619
620 .TP 
621 \fB\*(T<\fBdiskiograph_read\fR\*(T>\fR \*(T<\fB("normal"|"log") (height),(width) (gradient colour 1) (gradient colour 2) (scale) (device)\fR\*(T> 
622 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. Uses a logarithmic scale (to see small numbers) when you use "log" instead of "normal".
623
624 .TP 
625 \fB\*(T<\fBdiskio_write\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
626 Displays current disk IO for writes. Device as in diskio.
627
628 .TP 
629 \fB\*(T<\fBdiskiograph_write\fR\*(T>\fR \*(T<\fB("normal"|"log") (height),(width) (gradient colour 1) (gradient colour 2) (scale) (device)\fR\*(T> 
630 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. Uses a logarithmic scale (to see small numbers) when you use "log" instead of "normal".
631
632 .TP 
633 \fB\*(T<\fBdisk_protect\fR\*(T>\fR \*(T<\fBdevice\fR\*(T> 
634 Disk protection status, if supported (needs kernel-patch). Prints either "frozen" or "free " (note the padding).
635
636 .TP 
637 \fB\*(T<\fBdownspeed\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
638 Download speed in KiB
639
640 .TP 
641 \fB\*(T<\fBdownspeedf\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
642 Download speed in KiB with one decimal
643
644 .TP 
645 \fB\*(T<\fBdownspeedgraph\fR\*(T>\fR \*(T<\fB("normal"|"log") (height),(width) (gradient colour 1) (gradient colour 2) (scale) (net)\fR\*(T> 
646 Download speed graph, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph. Uses a logarithmic scale (to see small numbers) when you use "log" instead of "normal".
647
648 .TP 
649 \fB\*(T<\fBelse\fR\*(T>\fR 
650 Text to show if any of the above are not true
651
652 .TP 
653 \fB\*(T<\fBentropy_avail\fR\*(T>\fR 
654 Current entropy available for crypto freaks
655
656 .TP 
657 \fB\*(T<\fBentropy_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
658 Normalized bar of available entropy for crypto freaks
659
660 .TP 
661 \fB\*(T<\fBentropy_poolsize\fR\*(T>\fR 
662 Total size of system entropy pool for crypto freaks
663
664 .TP 
665 \fB\*(T<\fBexec\fR\*(T>\fR \*(T<\fBcommand\fR\*(T> 
666 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.
667
668 .TP 
669 \fB\*(T<\fBexecbar\fR\*(T>\fR \*(T<\fBcommand\fR\*(T> 
670 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.
671
672 .TP 
673 \fB\*(T<\fBexecgraph\fR\*(T>\fR \*(T<\fB("normal"|"log") (height),(width) (gradient colour 1) (gradient colour 2) (scale) command\fR\*(T> 
674 Same as execbar, but graphs values. Uses a logaritmic scale when the log option is given (to see small numbers). Values still have to be between 0 and 100.
675
676 .TP 
677 \fB\*(T<\fBexeci\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
678 Same as exec but with specific interval. Interval can't be less than update_interval in configuration. See also $texeci
679
680 .TP 
681 \fB\*(T<\fBexecibar\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
682 Same as execbar, except with an interval
683
684 .TP 
685 \fB\*(T<\fBexecigraph\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
686 Same as execgraph, but takes an interval arg graphs values
687
688 .TP 
689 \fB\*(T<\fBexecp\fR\*(T>\fR \*(T<\fBcommand\fR\*(T> 
690 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.
691 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.
692
693 .TP 
694 \fB\*(T<\fBexecpi\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
695 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.
696
697 .TP 
698 \fB\*(T<\fBfont\fR\*(T>\fR \*(T<\fB(font)\fR\*(T> 
699 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)
700
701 .TP 
702 \fB\*(T<\fBfreq\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
703 Returns CPU #n's frequency in MHz. CPUs are counted from 1. If omitted, the parameter defaults to 1.
704
705 .TP 
706 \fB\*(T<\fBfreq_g\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
707 Returns CPU #n's frequency in GHz. CPUs are counted from 1. If omitted, the parameter defaults to 1.
708
709 .TP 
710 \fB\*(T<\fBfreq_dyn\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
711 Returns CPU #n's frequency in MHz (defaults to 1), but is calculated by counting to clock cycles to complete an instruction. Only available for x86/amd64.
712
713 .TP 
714 \fB\*(T<\fBfreq_dyn_g\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
715 Returns CPU #n's frequency in GHz (defaults to 1), but is calculated by counting to clock cycles to complete an instruction. Only available for x86/amd64.
716
717 .TP 
718 \fB\*(T<\fBfs_bar\fR\*(T>\fR \*(T<\fB(height),(width) fs\fR\*(T> 
719 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.
720
721 .TP 
722 \fB\*(T<\fBfs_free\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
723 Free space on a file system available for users.
724
725 .TP 
726 \fB\*(T<\fBfs_free_perc\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
727 Free percentage of space on a file system available for users.
728
729 .TP 
730 \fB\*(T<\fBfs_size\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
731 File system size
732
733 .TP 
734 \fB\*(T<\fBfs_type\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
735 File system type
736
737 .TP 
738 \fB\*(T<\fBfs_used\fR\*(T>\fR \*(T<\fB(fs)\fR\*(T> 
739 File system used space
740
741 .TP 
742 \fB\*(T<\fBgoto\fR\*(T>\fR \*(T<\fBx\fR\*(T> 
743 The next element will be printed at position 'x'.
744
745 .TP 
746 \fB\*(T<\fBgw_iface\fR\*(T>\fR 
747 Displays the default route's interface or "multiple"/"none" accordingly.
748
749 .TP 
750 \fB\*(T<\fBgw_ip\fR\*(T>\fR 
751 Displays the default gateway's IP or "multiple"/"none" accordingly.
752
753 .TP 
754 \fB\*(T<\fBhddtemp\fR\*(T>\fR \*(T<\fBdev, (host,(port))\fR\*(T> 
755 Displays temperature of a selected hard disk drive as reported by the hddtemp daemon running on host:port.
756 Default host is 127.0.0.1, default port is 7634.
757
758 .TP 
759 \fB\*(T<\fBhead\fR\*(T>\fR \*(T<\fBlogfile lines (interval)\fR\*(T> 
760 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.
761
762 .TP 
763 \fB\*(T<\fBhr\fR\*(T>\fR \*(T<\fB(height)\fR\*(T> 
764 Horizontal line, height is the height in pixels
765
766 .TP 
767 \fB\*(T<\fBhwmon\fR\*(T>\fR \*(T<\fB(dev) type n\fR\*(T> 
768 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' meaning temperature. Parameter n is number of the sensor. See /sys/class/hwmon/ on your local computer.
769
770 .TP 
771 \fB\*(T<\fBiconv_start\fR\*(T>\fR \*(T<\fBcodeset_from codeset_to\fR\*(T> 
772 Convert text from one codeset to another using GNU iconv. Needs to be stopped with iconv_stop.
773
774 .TP 
775 \fB\*(T<\fBiconv_stop\fR\*(T>\fR 
776 Stop iconv codeset conversion.
777
778 .TP 
779 \fB\*(T<\fBi2c\fR\*(T>\fR \*(T<\fB(dev) type n\fR\*(T> 
780 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' meaning temperature. Parameter n is number of the sensor. See /sys/bus/i2c/devices/ on your local computer.
781
782 .TP 
783 \fB\*(T<\fBi8k_ac_status\fR\*(T>\fR 
784 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.
785
786 .TP 
787 \fB\*(T<\fBi8k_bios\fR\*(T>\fR 
788 If running the i8k kernel driver for Inspiron laptops, displays the bios version as listed in /proc/i8k.
789
790 .TP 
791 \fB\*(T<\fBi8k_buttons_status\fR\*(T>\fR 
792 If running the i8k kernel driver for Inspiron laptops, displays the volume buttons status as listed in /proc/i8k.
793
794 .TP 
795 \fB\*(T<\fBi8k_cpu_temp\fR\*(T>\fR 
796 If running the i8k kernel driver for Inspiron laptops, displays the cpu temperature in Celsius, as reported by /proc/i8k.
797
798 .TP 
799 \fB\*(T<\fBi8k_left_fan_rpm\fR\*(T>\fR 
800 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.
801
802 .TP 
803 \fB\*(T<\fBi8k_left_fan_status\fR\*(T>\fR 
804 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.
805
806 .TP 
807 \fB\*(T<\fBi8k_right_fan_rpm\fR\*(T>\fR 
808 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.
809
810 .TP 
811 \fB\*(T<\fBi8k_right_fan_status\fR\*(T>\fR 
812 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.
813
814 .TP 
815 \fB\*(T<\fBi8k_serial\fR\*(T>\fR 
816 If running the i8k kernel driver for Inspiron laptops, displays your laptop serial number as listed in /proc/i8k.
817
818 .TP 
819 \fB\*(T<\fBi8k_version\fR\*(T>\fR 
820 If running the i8k kernel driver for Inspiron laptops, displays the version formatting of /proc/i8k.
821
822 .TP 
823 \fB\*(T<\fBibm_fan\fR\*(T>\fR 
824 If running the IBM ACPI, displays the fan speed.
825
826 .TP 
827 \fB\*(T<\fBibm_temps\fR\*(T>\fR \*(T<\fBN\fR\*(T> 
828 If running the IBM ACPI, displays the temperatures
829 from the IBM temperature sensors (N=0..7) Sensor 0 is
830 on the CPU, 3 is on the GPU.
831
832 .TP 
833 \fB\*(T<\fBibm_volume\fR\*(T>\fR 
834 If running the IBM ACPI, displays the "master" volume,
835 controlled by the volume keys (0-14).
836
837 .TP 
838 \fB\*(T<\fBibm_brightness\fR\*(T>\fR 
839 If running the IBM ACPI, displays the brigtness of the
840 laptops's LCD (0-7).
841
842 .TP 
843 \fB\*(T<\fBif_empty\fR\*(T>\fR \*(T<\fB(var)\fR\*(T> 
844 if conky variable VAR is empty, display everything
845 between $if_empty and the matching $endif
846
847 .TP 
848 \fB\*(T<\fBif_existing\fR\*(T>\fR \*(T<\fBfile (string)\fR\*(T> 
849 if FILE exists, display everything between if_existing
850 and the matching $endif. The optional second paramater
851 checks for FILE containing the specified string and
852 prints everything between $if_existing and the matching
853 $endif.
854
855 .TP 
856 \fB\*(T<\fBif_gw\fR\*(T>\fR 
857 if there is at least one default gateway, display
858 everything between $if_gw and the matching $endif
859
860 .TP 
861 \fB\*(T<\fBif_match\fR\*(T>\fR \*(T<\fBexpression\fR\*(T> 
862 Evaluates the given boolean expression, printing
863 everything between $if_match and the matching $endif
864 depending on whether the evaluation returns true or not.
865 Valid expressions consist of a left side, an operator
866 and a right side. Left and right sides are being parsed
867 for contained text objects before evaluation. Recognised
868 left and right side types are:
869
870 \fBdouble\fR:
871 argument consists of only digits and a
872 single dot.
873 .br
874 \fBlong\fR:
875 argument consists of only digits.
876 .br
877 \fBstring\fR:
878 argument is enclosed in quotation mark
879 or the checks for double and long failed
880 before.
881
882 Valid operands are:
883 \&'>', '<', '>=', '<=', '==', '!='.
884
885 .TP 
886 \fB\*(T<\fBif_running\fR\*(T>\fR \*(T<\fB(process)\fR\*(T> 
887 if PROCESS is running, display everything $if_running
888 and the matching $endif
889
890 .TP 
891 \fB\*(T<\fBif_mounted\fR\*(T>\fR \*(T<\fB(mountpoint)\fR\*(T> 
892 if MOUNTPOINT is mounted, display everything between
893 $if_mounted and the matching $endif
894
895 .TP 
896 \fB\*(T<\fBif_smapi_bat_installed\fR\*(T>\fR \*(T<\fB(INDEX)\fR\*(T> 
897 when using smapi, if the battery with index INDEX is
898 installed, display everything between
899 $if_smapi_bat_installed and the matching $endif
900
901 .TP 
902 \fB\*(T<\fBif_up\fR\*(T>\fR \*(T<\fB(interface)\fR\*(T> 
903 if INTERFACE exists and is up, display everything between $if_up and the matching $endif
904
905 .TP 
906 \fB\*(T<\fBimap_messages\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
907 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] [-r retries]". Default port is 143, default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
908
909 .TP 
910 \fB\*(T<\fBimap_unseen\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
911 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] [-r retries]". Default port is 143, default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
912
913 .TP 
914 \fB\*(T<\fBioscheduler\fR\*(T>\fR \*(T<\fBdisk\fR\*(T> 
915 Prints the current ioscheduler used for the given disk name (i.e. e.g. "hda" or "sdb")
916
917 .TP 
918 \fB\*(T<\fBkernel\fR\*(T>\fR 
919 Kernel version
920
921 .TP 
922 \fB\*(T<\fBlaptop_mode\fR\*(T>\fR 
923 The value of /proc/sys/vm/laptop_mode
924
925 .TP 
926 \fB\*(T<\fBloadavg\fR\*(T>\fR 
927 (1,2,3)> System load average, 1 is for past 1 minute, 2 for past 5 minutes and 3 for past 15 minutes.
928
929 .TP 
930 \fB\*(T<\fBloadgraph\fR\*(T>\fR \*(T<\fB("normal"|"log") (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
931 Load1 average graph, similar to xload, with optional colours in hex, minus the #. Uses a logarithmic scale (to see small numbers) when you use "log" instead of "normal".
932
933 .TP 
934 \fB\*(T<\fBlines\fR\*(T>\fR \*(T<\fBtextfile\fR\*(T> 
935 Displays the number of lines in the given file
936
937 .TP 
938 \fB\*(T<\fBmachine\fR\*(T>\fR 
939 Machine, i686 for example
940
941 .TP 
942 \fB\*(T<\fBmails\fR\*(T>\fR \*(T<\fB(mailbox)\fR\*(T> \*(T<\fB(interval)\fR\*(T> 
943 Mail count in the specified mailbox or your mail spool if not.
944 Both mbox and maildir type mailboxes are supported. You can
945 use a program like fetchmail to get mails from some server
946 using your favourite protocol. See also new_mails.
947
948 .TP 
949 \fB\*(T<\fBmboxscan\fR\*(T>\fR \*(T<\fB(\-n number of messages to print) (\-fw from width) (\-sw subject width) mbox\fR\*(T> 
950 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"}
951
952 .TP 
953 \fB\*(T<\fBmem\fR\*(T>\fR 
954 Amount of memory in use
955
956 .TP 
957 \fB\*(T<\fBmembar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
958 Bar that shows amount of memory in use
959
960 .TP 
961 \fB\*(T<\fBmemgraph\fR\*(T>\fR \*(T<\fB("normal"|"log") (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR\*(T> 
962 Memory usage graph. Uses a logarithmic scale (to see small numbers) when you use "log" instead of "normal".
963
964 .TP 
965 \fB\*(T<\fBmemeasyfree\fR\*(T>\fR 
966 Amount of free memory including the memory that is very easily freed (buffers/cache)
967
968 .TP 
969 \fB\*(T<\fBmemfree\fR\*(T>\fR 
970 Amount of free memory
971
972 .TP 
973 \fB\*(T<\fBmemmax\fR\*(T>\fR 
974 Total amount of memory
975
976 .TP 
977 \fB\*(T<\fBmemperc\fR\*(T>\fR 
978 Percentage of memory in use
979
980 .TP 
981 \fB\*(T<\fBmixer\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
982 Prints the mixer value as reported by the OS. Default mixer is "vol", but you can specify one of the following optional arguments: "vol", "bass", "treble", "synth", "pcm", "speaker", "line", "mic", "cd", "mix", "pcm2", "rec", "igain", "ogain", "line1", "line2", "line3", "dig1", "dig2", "dig3", "phin", "phout", "video", "radio", "monitor". Refer to the definition of SOUND_DEVICE_NAMES in <linux/soundcard.h> (on Linux), <soundcard.h> (on OpenBSD), or <sys/soundcard.h> to find the exact options available on your system.
983
984 .TP 
985 \fB\*(T<\fBmixerbar\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
986 Displays mixer value in a bar as reported by the OS. See docs for $mixer for details on arguments.
987
988 .TP 
989 \fB\*(T<\fBmixerr\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
990 Prints the right channel mixer value as reported by the OS. See docs for $mixer for details on arguments.
991
992 .TP 
993 \fB\*(T<\fBmixerrbar\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
994 Displays the right channel mixer value in a bar as reported by the OS. See docs for $mixer for details on arguments.
995
996 .TP 
997 \fB\*(T<\fBmixerl\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
998 Prints the left channel mixer value as reported by the OS. See docs for $mixer for details on arguments.
999
1000 .TP 
1001 \fB\*(T<\fBmixerlbar\fR\*(T>\fR \*(T<\fB(device)\fR\*(T> 
1002 Displays the left channel mixer value in a bar as reported by the OS. See docs for $mixer for details on arguments.
1003
1004 .TP 
1005 \fB\*(T<\fBmoc_state\fR\*(T>\fR 
1006 Current state of MOC; playing, stopped etc.
1007
1008 .TP 
1009 \fB\*(T<\fBmoc_file\fR\*(T>\fR 
1010 File name of the current MOC song
1011
1012 .TP 
1013 \fB\*(T<\fBmoc_title\fR\*(T>\fR 
1014 Title of the current MOC song
1015
1016 .TP 
1017 \fB\*(T<\fBmoc_artist\fR\*(T>\fR 
1018 Artist of the current MOC song
1019
1020 .TP 
1021 \fB\*(T<\fBmoc_song\fR\*(T>\fR 
1022 The current song name being played in MOC.
1023
1024 .TP 
1025 \fB\*(T<\fBmoc_album\fR\*(T>\fR 
1026 Album of the current MOC song
1027
1028 .TP 
1029 \fB\*(T<\fBmoc_totaltime\fR\*(T>\fR 
1030 Total length of the current MOC song
1031
1032 .TP 
1033 \fB\*(T<\fBmoc_timeleft\fR\*(T>\fR 
1034 Time left in the current MOC song
1035
1036 .TP 
1037 \fB\*(T<\fBmoc_curtime\fR\*(T>\fR 
1038 Current time of the current MOC song
1039
1040 .TP 
1041 \fB\*(T<\fBmoc_bitrate\fR\*(T>\fR 
1042 Bitrate in the current MOC song
1043
1044 .TP 
1045 \fB\*(T<\fBmoc_rate\fR\*(T>\fR 
1046 Rate of the current MOC song
1047
1048 .TP 
1049 \fB\*(T<\fBmonitor\fR\*(T>\fR 
1050 Number of the monitor on which conky is running
1051
1052 .TP 
1053 \fB\*(T<\fBmonitor_number\fR\*(T>\fR 
1054 Number of monitors
1055
1056 .TP 
1057 \fB\*(T<\fBmpd_artist\fR\*(T>\fR 
1058 Artist in current MPD song must be enabled at compile
1059
1060 .TP 
1061 \fB\*(T<\fBmpd_album\fR\*(T>\fR 
1062 Album in current MPD song
1063
1064 .TP 
1065 \fB\*(T<\fBmpd_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
1066 Bar of mpd's progress
1067
1068 .TP 
1069 \fB\*(T<\fBmpd_bitrate\fR\*(T>\fR 
1070 Bitrate of current song
1071
1072 .TP 
1073 \fB\*(T<\fBmpd_status\fR\*(T>\fR 
1074 Playing, stopped, et cetera.
1075
1076 .TP 
1077 \fB\*(T<\fBmpd_title\fR\*(T>\fR \*(T<\fB(max length)\fR\*(T> 
1078 Title of current MPD song
1079
1080 .TP 
1081 \fB\*(T<\fBmpd_vol\fR\*(T>\fR 
1082 MPD's volume
1083
1084 .TP 
1085 \fB\*(T<\fBmpd_elapsed\fR\*(T>\fR 
1086 Song's elapsed time
1087
1088 .TP 
1089 \fB\*(T<\fBmpd_length\fR\*(T>\fR 
1090 Song's length
1091
1092 .TP 
1093 \fB\*(T<\fBmpd_percent\fR\*(T>\fR 
1094 Percent of song's progress
1095
1096 .TP 
1097 \fB\*(T<\fBmpd_random\fR\*(T>\fR 
1098 Random status (On/Off)
1099
1100 .TP 
1101 \fB\*(T<\fBmpd_repeat\fR\*(T>\fR 
1102 Repeat status (On/Off)
1103
1104 .TP 
1105 \fB\*(T<\fBmpd_track\fR\*(T>\fR 
1106 Prints the MPD track field
1107
1108 .TP 
1109 \fB\*(T<\fBmpd_name\fR\*(T>\fR 
1110 Prints the MPD name field
1111
1112 .TP 
1113 \fB\*(T<\fBmpd_file\fR\*(T>\fR 
1114 Prints the file name of the current MPD song
1115
1116 .TP 
1117 \fB\*(T<\fBmpd_smart\fR\*(T>\fR \*(T<\fB(max length)\fR\*(T> 
1118 Prints the song name in either the form "artist - title" or file name, depending on whats available
1119
1120 .TP 
1121 \fB\*(T<\fBif_mpd_playing\fR\*(T>\fR 
1122 if mpd is playing or paused, display everything between $if_mpd_playing and the matching $endif
1123
1124 .TP 
1125 \fB\*(T<\fBnameserver\fR\*(T>\fR \*(T<\fB(index)\fR\*(T> 
1126 Print a nameserver from /etc/resolv.conf. Index starts at and defaults to 0.
1127
1128 .TP 
1129 \fB\*(T<\fBnew_mails\fR\*(T>\fR \*(T<\fB(mailbox)\fR\*(T> \*(T<\fB(interval)\fR\*(T> 
1130 Unread mail count in the specified mailbox or mail spool if
1131 not. Both mbox and maildir type mailboxes are supported.
1132
1133 .TP 
1134 \fB\*(T<\fBnodename\fR\*(T>\fR 
1135 Hostname
1136
1137 .TP 
1138 \fB\*(T<\fBnvidia\fR\*(T>\fR \*(T<\fBthreshold\fR\*(T> \*(T<\fBtemp\fR\*(T> \*(T<\fBgpufreq\fR\*(T> \*(T<\fBmemfreq\fR\*(T> \*(T<\fBimagequality\fR\*(T> 
1139 Nvidia graficcard support for the XNVCtrl library.
1140 Each option can be shortened to the least significant part.
1141 Temperatures are printed as float, all other values as integer.
1142
1143 \fBthreshold\fR:
1144 the thresholdtemperature at which the gpu slows down
1145 .br
1146 \fBtemp\fR:
1147 gives the gpu current temperature
1148 .br
1149 \fBgpufreq\fR:
1150 gives the current gpu frequency
1151 .br
1152 \fBmemfreq\fR:
1153 gives the current mem frequency
1154 .br
1155 \fBimagequality\fR:
1156 which imagequality should be choosen by OpenGL applications
1157
1158 .TP 
1159 \fB\*(T<\fBoutlinecolor\fR\*(T>\fR \*(T<\fB(color)\fR\*(T> 
1160 Change outline color
1161
1162 .TP 
1163 \fB\*(T<\fBpb_battery\fR\*(T>\fR \*(T<\fBitem\fR\*(T> 
1164 If running on Apple powerbook/ibook, display
1165 information on battery status. The item parameter
1166 specifies, what information to display. Exactly one item
1167 must be specified. Valid items are:
1168
1169 \fBstatus\fR:
1170 Display if battery is fully charged, charging,
1171 discharging or absent (running on AC)
1172 .br
1173 \fBpercent\fR:
1174 Display charge of battery in percent, if
1175 charging or discharging. Nothing will be
1176 displayed, if battery is fully charged
1177 or absent.
1178 .br
1179 \fBtime\fR:
1180 Display the time remaining until the battery
1181 will be fully charged or discharged at current
1182 rate. Nothing is displayed, if battery is
1183 absent or if it's present but fully charged
1184 and not discharging.
1185
1186 .TP 
1187 \fB\*(T<\fBplatform\fR\*(T>\fR \*(T<\fB(dev) type n\fR\*(T> 
1188 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' meaning temperature. Parameter n is number of the sensor. See /sys/bus/platform/devices/ on your local computer.
1189
1190 .TP 
1191 \fB\*(T<\fBpop3_unseen\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
1192 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] [-r retries]". Default port is 110, default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
1193
1194 .TP 
1195 \fB\*(T<\fBpop3_used\fR\*(T>\fR \*(T<\fB(args)\fR\*(T> 
1196 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] [-r retries]". Default port is 110, default interval is 5 minutes, and default number of retries before giving up is 5. If the password is supplied as '*', you will be prompted to enter the password when Conky starts.
1197
1198 .TP 
1199 \fB\*(T<\fBpre_exec\fR\*(T>\fR \*(T<\fBshell command\fR\*(T> 
1200 Executes a shell command one time before conky displays anything and puts output as text.
1201
1202 .TP 
1203 \fB\*(T<\fBprocesses\fR\*(T>\fR 
1204 Total processes (sleeping and running)
1205
1206 .TP 
1207 \fB\*(T<\fBrunning_processes\fR\*(T>\fR 
1208 Running processes (not sleeping), requires Linux 2.6
1209
1210 .TP 
1211 \fB\*(T<\fBscroll\fR\*(T>\fR \*(T<\fBlength (step) text\fR\*(T> 
1212 Scroll 'text' by 'step' characters showing 'length' number of characters at the same time. The text may also contain variables. 'step' is optional and defaults to 1 if not set. If a var creates output on multiple lines then the lines are placed behind each other separated with a '|'-sign. Do NOT use vars that change colors or otherwise affect the design inside a scrolling text. If you want spaces between the start and the end of 'text', place them at the end of 'text' not at the front ("foobar" and " foobar" can both generate "barfoo" but "foobar " will keep the spaces like this "bar foo").
1213
1214 .TP 
1215 \fB\*(T<\fBshadecolor\fR\*(T>\fR \*(T<\fB(color)\fR\*(T> 
1216 Change shading color
1217
1218 .TP 
1219 \fB\*(T<\fBsmapi\fR\*(T>\fR \*(T<\fB(ARGS)\fR\*(T> 
1220 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.
1221
1222 .TP 
1223 \fB\*(T<\fBsmapi_bat_bar\fR\*(T>\fR \*(T<\fB(INDEX),(height),(width)\fR\*(T> 
1224 when using smapi, display the remaining capacity of the battery with index INDEX as a bar.
1225
1226 .TP 
1227 \fB\*(T<\fBsmapi_bat_perc\fR\*(T>\fR \*(T<\fB(INDEX)\fR\*(T> 
1228 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.
1229
1230 .TP 
1231 \fB\*(T<\fBsmapi_bat_power\fR\*(T>\fR \*(T<\fBINDEX\fR\*(T> 
1232 when using smapi, display the current power of the battery with index INDEX in watt. This is a separate variable because the original read out value is being converted from mW. The sign of the output reflects charging (positive) or discharging (negative) state.
1233
1234 .TP 
1235 \fB\*(T<\fBsmapi_bat_temp\fR\*(T>\fR \*(T<\fBINDEX\fR\*(T> 
1236 when using smapi, display the current temperature of the battery with index INDEX in degree Celsius. This is a separate variable because the original read out value is being converted from milli degree Celsius.
1237
1238 .TP 
1239 \fB\*(T<\fBstippled_hr\fR\*(T>\fR \*(T<\fB(space)\fR\*(T> 
1240 Stippled (dashed) horizontal line
1241
1242 .TP 
1243 \fB\*(T<\fBswapbar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
1244 Bar that shows amount of swap in use
1245
1246 .TP 
1247 \fB\*(T<\fBswap\fR\*(T>\fR 
1248 Amount of swap in use
1249
1250 .TP 
1251 \fB\*(T<\fBswapmax\fR\*(T>\fR 
1252 Total amount of swap
1253
1254 .TP 
1255 \fB\*(T<\fBswapperc\fR\*(T>\fR 
1256 Percentage of swap in use
1257
1258 .TP 
1259 \fB\*(T<\fBsysname\fR\*(T>\fR 
1260 System name, Linux for example
1261
1262 .TP 
1263 \fB\*(T<\fBtcp_portmon\fR\*(T>\fR \*(T<\fBport_begin port_end item (index)\fR\*(T> \fI(ip4 only at present)\fR 
1264 TCP port monitor for specified local ports. Port numbers must be in the range 1 to 65535. Valid items are:
1265
1266 \fBcount\fR - total number of connections in the range
1267 .br
1268 \fBrip\fR - remote ip address
1269 .br
1270 \fBrhost\fR - remote host name
1271 .br
1272 \fBrport\fR - remote port number
1273 .br
1274 \fBrservice\fR - remote service name from /etc/services
1275 .br
1276 \fBlip\fR - local ip address
1277 .br
1278 \fBlhost\fR - local host name
1279 .br
1280 \fBlport\fR - local port number
1281 .br
1282 \fBlservice\fR - local service name from /etc/services
1283
1284 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.
1285
1286 Examples:
1287 .br
1288 \fB${tcp_portmon 6881 6999 count}\fR -
1289 displays the number of connections in the bittorrent port range
1290 .br
1291 \fB${tcp_portmon 22 22 rip 0}\fR -
1292 displays the remote host ip of the first sshd connection
1293 .br
1294 \fB${tcp_portmon 22 22 rip 9}\fR -
1295 displays the remote host ip of the tenth sshd connection
1296 .br
1297 \fB${tcp_portmon 1 1024 rhost 0}\fR -
1298 displays the remote host name of the first connection on a privileged port
1299 .br
1300 \fB${tcp_portmon 1 1024 rport 4}\fR -
1301 displays the remote host port of the fifth connection on a privileged port
1302 .br
1303 \fB${tcp_portmon 1 65535 lservice 14}\fR -
1304 displays the local service name of the fifteenth connection in the range of all ports
1305
1306 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.
1307 .TP 
1308 \fB\*(T<\fBtexeci\fR\*(T>\fR \*(T<\fBinterval command\fR\*(T> 
1309 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.
1310
1311 .TP 
1312 \fB\*(T<\fBoffset\fR\*(T>\fR \*(T<\fB(pixels)\fR\*(T> 
1313 Move text over by N pixels. See also $voffset.
1314
1315 .TP 
1316 \fB\*(T<\fBrss\fR\*(T>\fR \*(T<\fBurl delay_in_minutes action item_num\fR\*(T> 
1317 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.
1318
1319 .TP 
1320 \fB\*(T<\fBtab\fR\*(T>\fR \*(T<\fB(width, (start))\fR\*(T> 
1321 Puts a tab of the specified width, starting from column 'start'.
1322
1323 .TP 
1324 \fB\*(T<\fBtail\fR\*(T>\fR \*(T<\fBlogfile lines (interval)\fR\*(T> 
1325 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.
1326
1327 .TP 
1328 \fB\*(T<\fBtemplateN\fR\*(T>\fR \*(T<\fB(arg1)\fR\*(T> \*(T<\fB(arg2)\fR\*(T> \*(T<\fB(arg3 ...)\fR\*(T> 
1329 Evaluate the content of the templateN configuration variable (where N is a value between 0 and 9, inclusively),
1330 applying substitutions as described in the documentation of the corresponding configuration variable.
1331 The number of arguments is optional, but must match the highest referred index in the template. You can use the
1332 same special sequences in each argument as the ones valid for a template definition, e.g. to allow an argument
1333 to contain a whitespace. Also simple nesting of templates is possible this way.
1334
1335 Here are some examples of template definitions:
1336
1337 template0 $\e1\e2
1338 .br
1339 template1 \e1: ${fs_used \e2} / ${fs_size \e2}
1340 .br
1341 template2 \e1 \e2
1342
1343 The following list shows sample usage of the templates defined above,
1344 with the equivalent syntax when not using any template at all:
1345 .TS
1346 l l.
1347 T{
1348 using template
1349 T}      T{
1350 same without template
1351 T}
1352 .T&
1353 _ _
1354 l l
1355 l l
1356 l l.
1357 T{
1358 ${template0 node name}
1359 T}      T{
1360 $nodename
1361 T}
1362 T{
1363 ${template1 root /}
1364 T}      T{
1365 root: ${fs_free /} / ${fs_size /}
1366 T}
1367 T{
1368 .nf
1369 \*(T<${template1 ${template2\e disk\e root} /}\*(T>
1370 .fi
1371 T}      T{
1372 .nf
1373 \*(T<disk root: ${fs_free /} / ${fs_size /}\*(T>
1374 .fi
1375 T}
1376 .TE
1377
1378 .TP 
1379 \fB\*(T<\fBtime\fR\*(T>\fR \*(T<\fB(format)\fR\*(T> 
1380 Local time, see man strftime to get more information about format
1381
1382 .TP 
1383 \fB\*(T<\fButime\fR\*(T>\fR \*(T<\fB(format)\fR\*(T> 
1384 Display time in UTC (universal coordinate time).
1385
1386 .TP 
1387 \fB\*(T<\fBtztime\fR\*(T>\fR \*(T<\fB(timezone) (format)\fR\*(T> 
1388 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.
1389
1390 .TP 
1391 \fB\*(T<\fBtotaldown\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1392 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.
1393
1394 .TP 
1395 \fB\*(T<\fBtop\fR\*(T>\fR \*(T<\fBtype, num\fR\*(T> 
1396 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.
1397
1398 .TP 
1399 \fB\*(T<\fBtop_mem\fR\*(T>\fR \*(T<\fBtype, num\fR\*(T> 
1400 Same as top, except sorted by mem usage instead of cpu
1401
1402 .TP 
1403 \fB\*(T<\fBtop_time\fR\*(T>\fR \*(T<\fBtype, num\fR\*(T> 
1404 Same as top, except sorted by total CPU time instead of current CPU usage
1405
1406 .TP 
1407 \fB\*(T<\fBtotalup\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1408 Total upload, this one too, may overflow
1409
1410 .TP 
1411 \fB\*(T<\fBupdates\fR\*(T>\fR \*(T<\fBNumber of updates\fR\*(T> 
1412 for debugging
1413
1414 .TP 
1415 \fB\*(T<\fBupspeed\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1416 Upload speed in KiB
1417
1418 .TP 
1419 \fB\*(T<\fBupspeedf\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1420 Upload speed in KiB with one decimal
1421
1422 .TP 
1423 \fB\*(T<\fBupspeedgraph\fR\*(T>\fR \*(T<\fB("normal"|"log") (height),(width) (gradient colour 1) (gradient colour 2) (scale) (net)\fR\*(T> 
1424 Upload speed graph, colours defined in hex, minus the #. If scale is non-zero, it becomes the scale for the graph. Uses a logarithmic scale (to see small numbers) when you use "log" instead of "normal".
1425
1426 .TP 
1427 \fB\*(T<\fBuptime\fR\*(T>\fR 
1428 Uptime
1429
1430 .TP 
1431 \fB\*(T<\fBuptime_short\fR\*(T>\fR 
1432 Uptime in a shorter format
1433
1434 .TP 
1435 \fB\*(T<\fBuser_number\fR\*(T>\fR 
1436 Number of users logged in
1437
1438 .TP 
1439 \fB\*(T<\fBuser_names\fR\*(T>\fR 
1440 Lists the names of the users logged in
1441
1442 .TP 
1443 \fB\*(T<\fBuser_terms\fR\*(T>\fR 
1444 Lists the consoles in use
1445
1446 .TP 
1447 \fB\*(T<\fBuser_times\fR\*(T>\fR 
1448 Lists how long users have been logged in for
1449
1450 .TP 
1451 \fB\*(T<\fBvoffset\fR\*(T>\fR \*(T<\fB(pixels)\fR\*(T> 
1452 Change vertical offset by N pixels. Negative values will cause text to overlap. See also $offset.
1453
1454 .TP 
1455 \fB\*(T<\fBvoltage_mv\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
1456 Returns CPU #n's voltage in mV. CPUs are
1457 counted from 1. If omitted, the parameter
1458 defaults to 1.
1459
1460 .TP 
1461 \fB\*(T<\fBvoltage_v\fR\*(T>\fR \*(T<\fB(n)\fR\*(T> 
1462 Returns CPU #n's voltage in V. CPUs are
1463 counted from 1. If omitted, the parameter
1464 defaults to 1.
1465
1466 .TP 
1467 \fB\*(T<\fBwireless_essid\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1468 Wireless access point ESSID (Linux only)
1469
1470 .TP 
1471 \fB\*(T<\fBwireless_mode\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1472 Wireless mode (Managed/Ad-Hoc/Master) (Linux only)
1473
1474 .TP 
1475 \fB\*(T<\fBwireless_bitrate\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1476 Wireless bitrate (ie 11 Mb/s) (Linux only)
1477
1478 .TP 
1479 \fB\*(T<\fBwireless_ap\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1480 Wireless access point MAC address (Linux only)
1481
1482 .TP 
1483 \fB\*(T<\fBwireless_link_qual\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1484 Wireless link quality (Linux only)
1485
1486 .TP 
1487 \fB\*(T<\fBwireless_link_qual_max\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1488 Wireless link quality maximum value (Linux only)
1489
1490 .TP 
1491 \fB\*(T<\fBwireless_link_qual_perc\fR\*(T>\fR \*(T<\fBnet\fR\*(T> 
1492 Wireless link quality in percents (Linux only)
1493
1494 .TP 
1495 \fB\*(T<\fBwireless_link_bar\fR\*(T>\fR \*(T<\fB(height), (width) net\fR\*(T> 
1496 Wireless link quality bar (Linux only)
1497
1498 .TP 
1499 \fB\*(T<\fBwords\fR\*(T>\fR \*(T<\fBtextfile\fR\*(T> 
1500 Displays the number of words in the given file
1501
1502 .TP 
1503 \fB\*(T<\fBxmms2_artist\fR\*(T>\fR 
1504 Artist in current XMMS2 song
1505
1506 .TP 
1507 \fB\*(T<\fBxmms2_album\fR\*(T>\fR 
1508 Album in current XMMS2 song
1509
1510 .TP 
1511 \fB\*(T<\fBxmms2_title\fR\*(T>\fR 
1512 Title in current XMMS2 song
1513
1514 .TP 
1515 \fB\*(T<\fBxmms2_genre\fR\*(T>\fR 
1516 Genre in current XMMS2 song
1517
1518 .TP 
1519 \fB\*(T<\fBxmms2_comment\fR\*(T>\fR 
1520 Comment in current XMMS2 song
1521
1522 .TP 
1523 \fB\*(T<\fBxmms2_decoder\fR\*(T>\fR 
1524 Decoder plugin used
1525
1526 .TP 
1527 \fB\*(T<\fBxmms2_transport\fR\*(T>\fR 
1528 Transport plugin used
1529
1530 .TP 
1531 \fB\*(T<\fBxmms2_url\fR\*(T>\fR 
1532 Full path to current song
1533
1534 .TP 
1535 \fB\*(T<\fBxmms2_tracknr\fR\*(T>\fR 
1536 Track number in current XMMS2 song
1537
1538 .TP 
1539 \fB\*(T<\fBxmms2_bitrate\fR\*(T>\fR 
1540 Bitrate of current song
1541
1542 .TP 
1543 \fB\*(T<\fBxmms2_id\fR\*(T>\fR 
1544 XMMS2 id of current song
1545
1546 .TP 
1547 \fB\*(T<\fBxmms2_duration\fR\*(T>\fR 
1548 Duration of current song
1549
1550 .TP 
1551 \fB\*(T<\fBxmms2_elapsed\fR\*(T>\fR 
1552 Song's elapsed time
1553
1554 .TP 
1555 \fB\*(T<\fBxmms2_size\fR\*(T>\fR 
1556 Size of current song
1557
1558 .TP 
1559 \fB\*(T<\fBxmms2_percent\fR\*(T>\fR 
1560 Percent of song's progress
1561
1562 .TP 
1563 \fB\*(T<\fBxmms2_status\fR\*(T>\fR 
1564 XMMS2 status (Playing, Paused, Stopped, or Disconnected)
1565
1566 .TP 
1567 \fB\*(T<\fBxmms2_bar\fR\*(T>\fR \*(T<\fB(height),(width)\fR\*(T> 
1568 Bar of XMMS2's progress
1569
1570 .TP 
1571 \fB\*(T<\fBxmms2_smart\fR\*(T>\fR 
1572 Prints the song name in either the form "artist - title" or file name, depending on whats available
1573
1574 .TP 
1575 \fB\*(T<\fBif_xmms2_connected\fR\*(T>\fR 
1576 Display everything between $if_xmms2_connected and the matching $endif if xmms2 is running.
1577
1578 .TP 
1579 \fB\*(T<\fBeve\fR\*(T>\fR \*(T<\fBapi_userid api_key character_id\fR\*(T> 
1580 Fetches your currently training skill from the Eve Online API servers (http://www.eve-online.com/) and displays the skill along with the remaining training time.
1581
1582 .SH EXAMPLES
1583 .TP 
1584 \*(T<conky \*(T>\*(T<\fB\-t '${time %D %H:%M}' \-o \-u 30\fR\*(T>
1585 Start Conky in its own window with date and clock as text and 30 sec update interval.
1586 .TP 
1587 \*(T<conky \*(T>\*(T<\fB\-a top_left \-x 5 \-y 500 \-d\fR\*(T>
1588 Start Conky to background at coordinates (5, 500).
1589 .SH FILES
1590 \*(T<\fI~/.conkyrc\fR\*(T> default configuration file
1591 .SH BUGS
1592 Drawing to root or some other desktop window directly doesn't work with
1593 all window managers. Especially doesn't work well with Gnome and it has
1594 been reported that it doesn't work with KDE either. Nautilus can be
1595 disabled from drawing to desktop with program gconf-editor. Uncheck
1596 show_desktop in /apps/nautilus/preferences/. There is -w switch in Conky
1597 to set some specific window id. You might find xwininfo -tree useful to
1598 find the window to draw to. You can also use -o argument which makes
1599 Conky to create its own window. If you do try running Conky in its own
1600 window, be sure to read up on the own_window_type settings and experiment.
1601 .SH "SEE ALSO"
1602 \(lahttp://conky.sourceforge.net/\(ra
1603 .PP
1604 \(lahttp://www.sourceforge.net/projects/conky\(ra
1605 .PP
1606 #conky on irc.freenode.net
1607 .SH COPYING
1608 Copyright (c) 2005-2008 Brenden Matthews, Philip Kovacs, et. al.
1609 Any original torsmo code is licensed under the BSD license (see LICENSE.BSD for a copy).
1610 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).
1611 .SH AUTHORS
1612 The Conky dev team (see AUTHORS for a full list of contributors).