2008-09-01 22:30:54 +00:00
'\" -*- coding: us-ascii -*-
2006-08-10 16:56:13 +00:00
.if \n (.g .ds T< \\ FC
.if \n (.g .ds T> \\ F[\n[.fam]]
.de URL
\\ $2 \(la \\ $1\(ra \\ $3
. .
.if \n (.g .mso www.tmac
2008-09-11 15:56:48 +00:00
.TH conky 1 2008 -09-11 "" ""
2005-11-15 18:07:31 +00:00
.SH NAME
conky \- A system monitor for X originally based on the torsmo code, but more kickass. It just keeps on given'er. Yeah.
.SH SYNOPSIS
2006-08-10 16:56:13 +00:00
'nh
.fi
2005-11-15 18:07:31 +00:00
.ad l
\fB conky\fR \k x
2006-08-10 16:56:13 +00:00
.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
2005-11-15 18:07:31 +00:00
'in \n (.iu+\nx u
2006-08-10 16:56:13 +00:00
[\fI options\fR ]
2005-11-15 18:07:31 +00:00
'in \n (.iu-\nx u
.ad b
2006-08-10 16:56:13 +00:00
'hy
2005-11-15 18:07:31 +00:00
.SH DESCRIPTION
2008-03-31 04:56:39 +00:00
Conky is a system monitor for X originally based on torsmo.
2008-04-01 21:37:49 +00:00
Since its inception, Conky has changed significantly from its predecessor, while maintaining
simplicity and configurability. Conky can display just about anything, either
on your root desktop or in its own window. Not only does Conky have many
built-in objects, it can also display just about any piece of information by
using scripts and other external programs.
2005-11-15 18:07:31 +00:00
.PP
2008-04-01 21:37:49 +00:00
Conky has more than 250 built in objects, including support for
a plethora of OS stats (uname, uptime, CPU usage, mem usage, disk
usage, "top" like process stats, and network monitoring, just to name a few),
2008-06-28 20:14:04 +00:00
built in IMAP and POP3 support, built in support for many popular
2008-04-01 21:37:49 +00:00
music players (MPD, XMMS2, BMPx, Audacious), and much much more.
Conky can display this info either as text, or using simple progress
bars and graph widgets, with different fonts and colours.
.PP
We are always looking for help, whether its reporting bugs, writing patches, or writing docs.
Please use the facilities at SourceForge to make bug reports, feature requests, and submit patches,
or stop by #conky on irc.freenode.net if you have questions or want to contribute.
2005-11-15 18:07:31 +00:00
.PP
Thanks for your interest in Conky.
.SH COMPILING
2008-03-31 04:56:39 +00:00
For users compiling from source on a binary distro, make sure you have the X development
2008-06-28 20:14:04 +00:00
libraries installed. This should be a package along the lines of "libx11-dev" or
2008-03-31 04:56:39 +00:00
"xorg-x11-dev" for X11 libs, and similar "-dev" format for the other libs required (depending
on your configure options).
.PP
2008-06-28 20:14:04 +00:00
Conky has (for some time) been available in the repositories of most popular distributions.
2008-03-31 04:56:39 +00:00
Here are some installation instructions for a few:
2005-11-15 18:07:31 +00:00
.PP
Gentoo users -- Conky is in Gentoo's Portage... simply use "emerge app-admin/conky" for installation.
2008-03-31 04:56:39 +00:00
There is also usually an up-to-date ebuild within Conky's package or in SVN.
2005-11-15 18:07:31 +00:00
.PP
2008-03-31 04:56:39 +00:00
Debian, etc. users -- Conky should be in your repositories, and can be installed by doing
"aptitude install conky".
2005-11-15 18:07:31 +00:00
.PP
Example to compile and run Conky with all optional components (note that some configure options may differ for your system):
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB sh autogen.sh\fR \* (T>\fR \* (T<\fB # Only required if building from SVN\fR \* (T>
.TP
\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>
.TP
\fB \* (T<\fB make\fR \* (T>\fR
.TP
\fB \* (T<\fB make install\fR \* (T>\fR \* (T<\fB # Optional\fR \* (T>
.TP
\fB \* (T<\fB src/conky\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
.PP
2008-03-31 04:56:39 +00:00
Conky has been tested to be compatible with C99 C, however it has not been tested
with anything other than gcc, and is not guaranteed to work with other compilers.
2005-11-15 18:07:31 +00:00
.PP
.SH "YOU SHOULD KNOW"
2008-03-31 04:56:39 +00:00
Conky is generally very good on resources. That said, the more you try to make Conky
do, the more resources it is going to consume.
2005-11-15 18:07:31 +00:00
.PP
An easy way to force Conky to reload your ~/.conkyrc: "killall -SIGUSR1 conky".
2008-03-18 00:23:16 +00:00
Saves you the trouble of having to kill and then restart. You can now also do the same with SIGHUP.
2005-11-15 18:07:31 +00:00
.SH OPTIONS
Command line options override configurations defined in configuration file.
2008-03-18 00:23:16 +00:00
.TP
2008-04-01 04:59:00 +00:00
\fB \* (T<\fB \- v | \- V | \- \- version\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Prints version and exits
2008-06-03 21:01:40 +00:00
.TP
\fB \* (T<\fB \- q | \- \- quiet\fR \* (T>\fR
Run Conky in 'quiet mode' (ie. no output)
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB \- a | \- \- alignment=\fR \* (T>\fR \* (T<\fB ALIGNMENT\fR \* (T>
2008-04-01 04:59:00 +00:00
Text alignment on screen, {top,bottom,middle}_{left,right,middle} or none
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB \- b | \- \- double\- buffer\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Use double buffering (eliminates "flicker")
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB \- c | \- \- config=\fR \* (T>\fR \* (T<\fB FILE\fR \* (T>
2005-11-15 18:07:31 +00:00
Config file to load instead of $HOME/.conkyrc
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB \- d | \- \- daemonize\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Daemonize Conky, aka fork to background
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB \- f | \- \- font=\fR \* (T>\fR \* (T<\fB FONT\fR \* (T>
2005-11-15 18:07:31 +00:00
Font to use
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB \- h | \- \- help\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Prints command line help and exits
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB \- o | \- \- own\- window\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Create own window to draw
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB \- t | \- \- text=\fR \* (T>\fR \* (T<\fB TEXT\fR \* (T>
2005-11-15 18:07:31 +00:00
Text to render, remember single quotes, like -t ' $uptime '
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB \- u | \- \- interval=\fR \* (T>\fR \* (T<\fB SECONDS\fR \* (T>
2005-11-15 18:07:31 +00:00
Update interval
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB \- w | \- \- window\- id=\fR \* (T>\fR \* (T<\fB WIN_ID\fR \* (T>
2005-11-15 18:07:31 +00:00
Window id to draw
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB \- x \fR \* (T>\fR \* (T<\fB X_COORDINATE\fR \* (T>
2005-11-15 18:07:31 +00:00
X position
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB \- y \fR \* (T>\fR \* (T<\fB Y_COORDINATE\fR \* (T>
2005-11-15 18:07:31 +00:00
Y position
2008-04-01 04:59:00 +00:00
.TP
\fB \* (T<\fB \- i \fR \* (T>\fR \* (T<\fB COUNT\fR \* (T>
Number of times to update Conky (and quit)
2005-11-15 18:07:31 +00:00
.SH "CONFIGURATION SETTINGS"
2008-06-28 20:14:04 +00:00
Default configuration file location is $HOME/.conkyrc or
2008-03-31 04:56:39 +00:00
${sysconfdir}/conky/conky.conf. On most systems, sysconfdir is /etc,
and you can find the sample config file there (/etc/conky/conky.conf).
2005-11-15 18:07:31 +00:00
.PP
You might want to copy it to $HOME/.conkyrc and then start modifying it.
2008-03-31 04:56:39 +00:00
Other configs can be found at http://conky.sf.net/
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB alignment\fR \* (T>\fR
2008-03-18 00:23:16 +00:00
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)
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB background\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Boolean value, if true, Conky will be forked to background when started
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB border_margin\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Border margin in pixels
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB border_width\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Border width in pixels
2008-03-18 00:23:16 +00:00
.TP
2008-06-03 20:46:15 +00:00
\fB \* (T<\fB colorN\fR \* (T>\fR
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 (#).
2007-04-25 17:22:06 +00:00
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB cpu_avg_samples\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
The number of samples to average for CPU monitoring
2008-03-18 00:23:16 +00:00
.TP
2008-01-06 01:36:08 +00:00
\fB \* (T<\fB top_cpu_separate\fR \* (T>\fR
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.
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB default_color\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Default color and border color
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB default_outline_color\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Default outline color
2008-03-18 00:23:16 +00:00
.TP
2006-11-12 21:19:40 +00:00
\fB \* (T<\fB default_shade_color\fR \* (T>\fR
Default shading color and border's shading color
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB double_buffer\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB draw_borders\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Draw borders around text?
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB draw_graph_borders\fR \* (T>\fR
2006-01-05 23:23:51 +00:00
Draw borders around graphs?
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB draw_outline\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Draw outlines?
2008-03-18 00:23:16 +00:00
.TP
2006-11-12 21:19:40 +00:00
\fB \* (T<\fB draw_shades\fR \* (T>\fR
Draw shades?
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB font\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Font name in X, xfontsel can be used to get a nice font
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB gap_x\fR \* (T>\fR
2006-11-21 21:13:49 +00:00
Gap, in pixels, between right or left border of screen, same as passing -x at command line,
e.g. gap_x 10
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB gap_y\fR \* (T>\fR
2006-11-21 21:13:49 +00:00
Gap, in pixels, between top or bottom border of screen, same as passing -y at command line,
e.g. gap_y 10.
2005-11-15 18:07:31 +00:00
2008-06-03 20:46:15 +00:00
.TP
\fB \* (T<\fB if_up_strictness\fR \* (T>\fR
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.
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB imap\fR \* (T>\fR
2008-08-05 18:00:30 +00:00
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.
2006-05-08 22:34:38 +00:00
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB mail_spool\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Mail spool for mail checking
2008-03-18 00:23:16 +00:00
.TP
2006-12-09 05:40:08 +00:00
\fB \* (T<\fB max_port_monitor_connections\fR \* (T>\fR
Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
2008-03-18 00:23:16 +00:00
.TP
2006-11-22 21:53:54 +00:00
\fB \* (T<\fB max_specials\fR \* (T>\fR
Maximum number of special things, e.g. fonts, offsets, aligns, etc. (default is 512)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB max_user_text\fR \* (T>\fR \* (T<\fB bytes\fR \* (T>
2006-11-11 05:03:40 +00:00
Maximum size of user text buffer, i.e. layout below TEXT line in config file
2006-11-12 21:19:40 +00:00
(default is 16384 bytes)
2006-11-11 05:03:40 +00:00
2008-03-18 00:23:16 +00:00
.TP
2008-03-20 21:29:32 +00:00
\fB \* (T<\fB text_buffer_size\fR \* (T>\fR \* (T<\fB bytes\fR \* (T>
2008-04-01 21:37:49 +00:00
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.
2007-02-14 19:45:18 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB maximum_width\fR \* (T>\fR \* (T<\fB pixels\fR \* (T>
2005-11-15 18:07:31 +00:00
Maximum width of window
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB minimum_size\fR \* (T>\fR \* (T<\fB width (height)\fR \* (T>
2005-11-15 18:07:31 +00:00
Minimum size of window
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB mpd_host\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Host of MPD server
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB mpd_port\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Port of MPD server
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB mpd_password\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
MPD server password
2008-03-18 00:23:16 +00:00
.TP
2007-09-02 04:27:46 +00:00
\fB \* (T<\fB music_player_interval\fR \* (T>\fR
Music player thread update interval (defaults to Conky's update interval)
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB net_avg_samples\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
The number of samples to average for net data
2008-03-18 00:23:16 +00:00
.TP
2006-11-12 21:19:40 +00:00
\fB \* (T<\fB no_buffers\fR \* (T>\fR
Substract (file system) buffers from used memory?
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB override_utf8_locale\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Force UTF8? requires XFT
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB own_window\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Boolean, create own window to draw?
2008-03-18 00:23:16 +00:00
.TP
2006-12-23 06:01:16 +00:00
\fB \* (T<\fB own_window_class\fR \* (T>\fR
Manually set the WM_CLASS name. Defaults to "Conky".
2006-03-08 22:17:27 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB own_window_colour\fR \* (T>\fR \* (T<\fB colour\fR \* (T>
2005-11-15 18:07:31 +00:00
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)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB own_window_hints\fR \* (T>\fR \* (T<\fB undecorated,below,above,sticky,skip_taskbar,skip_pager\fR \* (T>
2008-02-20 20:30:45 +00:00
If own_window is yes, you may use these window manager hints to affect the way Conky displays.
2006-03-09 19:03:20 +00:00
Notes: Use own_window_type desktop as another way to implement many of these hints implicitly.
If you use own_window_type override, window manager hints have no meaning and are ignored.
2006-03-06 23:35:41 +00:00
2008-03-18 00:23:16 +00:00
.TP
2006-12-23 06:01:16 +00:00
\fB \* (T<\fB own_window_title\fR \* (T>\fR
Manually set the window name. Defaults to "<hostname> - conky".
2008-03-18 00:23:16 +00:00
.TP
2006-12-23 06:01:16 +00:00
\fB \* (T<\fB own_window_transparent\fR \* (T>\fR
Boolean, set pseudo-transparency?
2008-03-18 00:23:16 +00:00
.TP
2006-12-23 06:01:16 +00:00
\fB \* (T<\fB own_window_type\fR \* (T>\fR
2008-04-29 21:31:04 +00:00
if own_window is yes, you may specify type normal, desktop, dock or override (default: normal).
2008-02-20 20:30:45 +00:00
Desktop windows are special windows that have no window decorations; are always visible
2006-12-23 06:01:16 +00:00
on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces.
Override windows are not under the control of the window manager. Hints are ignored. This type
of window can be useful for certain situations.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB out_to_console\fR \* (T>\fR
2005-11-24 15:36:46 +00:00
Print text to stdout.
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB pad_percents\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Pad percentages to this many decimals (0 = no padding)
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB pop3\fR \* (T>\fR
2008-08-05 18:00:30 +00:00
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.
2006-05-08 22:34:38 +00:00
2008-03-18 00:23:16 +00:00
.TP
2008-02-09 02:21:06 +00:00
\fB \* (T<\fB short_units\fR \* (T>\fR
Shortens units to a single character (kiB->k, GiB->G, etc.). Default is off.
2008-04-13 04:10:35 +00:00
.TP
\fB \* (T<\fB show_graph_scale\fR \* (T>\fR
Shows the maximum value in scaled graphs.
2008-06-21 20:37:58 +00:00
.TP
\fB \* (T<\fB show_graph_range\fR \* (T>\fR
Shows the time range covered by a graph.
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB stippled_borders\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Border stippling (dashing) in pixels
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB total_run_times\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Total number of times for Conky to update before quitting. Zero makes Conky run forever
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB update_interval\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Update interval in seconds
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB uppercase\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Boolean value, if true, text is rendered in upper case
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB use_spacer\fR \* (T>\fR
2008-02-09 02:21:06 +00:00
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.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB use_xft\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Use Xft (anti-aliased font and stuff)
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB xftalpha\fR \* (T>\fR
2006-04-15 18:00:39 +00:00
Alpha of Xft font. Must be a value at or between 1 and 0.
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB xftfont\fR \* (T>\fR
2006-04-15 18:00:39 +00:00
Xft font to use.
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\fB \* (T<\fB TEXT\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
After this begins text to be formatted on screen
.SH VARIABLES
Colors are parsed using XParsecolor(), there might be a list of them:
2008-03-31 04:56:39 +00:00
/usr/share/X11/rgb.txt. Also, \(la http://sedition.com/perl/rgb.html\(ra .
2005-11-15 18:07:31 +00:00
Color can be also in #rrggbb format (hex).
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB addr\fR \* (T>\fR \* (T<\fB interface\fR \* (T>
2008-06-28 20:14:04 +00:00
IP address for an interface, or "No Address" if no address is assigned.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB addrs\fR \* (T>\fR \* (T<\fB interface\fR \* (T>
IP addresses for an interface (if one - works like addr). Linux only.
.TP
\fB \* (T<\fB acpiacadapter\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
ACPI ac adapter state.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB acpifan\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
ACPI fan state
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB acpitemp\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
ACPI temperature in C.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB acpitempf\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
ACPI temperature in F.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB adt746xcpu\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
CPU temperature from therm_adt746x
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB adt746xfan\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Fan speed from therm_adt746x
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB alignr\fR \* (T>\fR \* (T<\fB (num)\fR \* (T>
2005-11-15 18:07:31 +00:00
Right-justify text, with space of N
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB alignc\fR \* (T>\fR \* (T<\fB (num)\fR \* (T>
2005-11-15 18:07:31 +00:00
Align text to centre
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB apm_adapter\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Display APM AC adapter status (FreeBSD only)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB apm_battery_life\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Display APM battery life in percent (FreeBSD only)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB apm_battery_time\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Display remaining APM battery life in hh:mm:ss or "unknown" if
AC adapterstatus is on-line or charging (FreeBSD only)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_bar\fR \* (T>\fR \* (T<\fB (height),(width)\fR \* (T>
2006-11-03 20:54:52 +00:00
Progress bar
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_bitrate\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Bitrate of current tune
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_channels\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Number of audio channels of current tune
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_filename\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Full path and filename of current tune
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_frequency\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Sampling frequency of current tune
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_length\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Total length of current tune as MM:SS
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_length_seconds\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Total length of current tune in seconds
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_playlist_position\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Playlist position of current tune
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_playlist_length\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Number of tunes in playlist
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_position\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Position of current tune (MM:SS)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_position_seconds\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Position of current tune in seconds
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_status\fR \* (T>\fR
2006-11-03 20:54:52 +00:00
Player status (Playing/Paused/Stopped/Not running)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB audacious_title\fR \* (T>\fR \* (T<\fB (max length)\fR \* (T>
2006-12-01 00:29:12 +00:00
Title of current tune with optional maximum length specifier
2006-11-03 20:54:52 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB battery\fR \* (T>\fR \* (T<\fB (num)\fR \* (T>
2006-12-12 23:21:14 +00:00
Battery status and remaining percentage capacity of ACPI or APM battery. ACPI battery number can be given as argument (default is BAT0).
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB battery_bar\fR \* (T>\fR \* (T<\fB (height),(width) (num)\fR \* (T>
2007-04-25 17:22:06 +00:00
Battery percentage remaining of ACPI battery in a bar. ACPI battery number can be given as argument (default is BAT0).
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB battery_percent\fR \* (T>\fR \* (T<\fB (num)\fR \* (T>
2007-04-25 17:22:06 +00:00
Battery percentage remaining for ACPI battery. ACPI battery number can be given as argument (default is BAT0).
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB battery_time\fR \* (T>\fR \* (T<\fB (num)\fR \* (T>
2006-12-12 23:21:14 +00:00
Battery charge/discharge time remaining of ACPI battery. ACPI battery number can be given as argument (default is BAT0).
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB bmpx_artist\fR \* (T>\fR
2006-01-02 03:39:51 +00:00
Artist in current BMPx track
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB bmpx_album\fR \* (T>\fR
2006-01-02 03:39:51 +00:00
Album in current BMPx track
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB bmpx_title\fR \* (T>\fR
2006-01-02 03:39:51 +00:00
Title of the current BMPx track
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB bmpx_track\fR \* (T>\fR
2006-01-02 03:39:51 +00:00
Track number of the current BMPx track
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB bmpx_bitrate\fR \* (T>\fR
2006-01-02 03:39:51 +00:00
Bitrate of the current BMPx track
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB bmpx_uri\fR \* (T>\fR
2006-01-02 03:39:51 +00:00
URI of the current BMPx track
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB buffers\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Amount of memory buffered
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB cached\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Amount of memory cached
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB color\fR \* (T>\fR \* (T<\fB (color)\fR \* (T>
2005-11-15 18:07:31 +00:00
Change drawing color to color
2008-03-18 00:23:16 +00:00
.TP
2008-06-03 20:46:15 +00:00
\fB \* (T<\fB colorN\fR \* (T>\fR
Change drawing color to colorN configuration option, where N is a digit between 0 and 9, inclusively.
2007-04-25 17:22:06 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB conky_version\fR \* (T>\fR
Conky version
.TP
\fB \* (T<\fB conky_build_date\fR \* (T>\fR
Date Conky was built
.TP
\fB \* (T<\fB conky_bulid_arch\fR \* (T>\fR
CPU architecture Conky was built for
.TP
\fB \* (T<\fB cpu\fR \* (T>\fR \* (T<\fB (cpuN)\fR \* (T>
2007-02-14 19:45:18 +00:00
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.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB cpubar\fR \* (T>\fR \* (T<\fB (cpu number) (height),(width)\fR \* (T>
2005-11-15 18:07:31 +00:00
Bar that shows CPU usage, height is bar's height in pixels. See $cpu for more info on SMP.
2008-03-18 00:23:16 +00:00
.TP
2008-06-21 20:37:58 +00:00
\fB \* (T<\fB cpugraph\fR \* (T>\fR \* (T<\fB normal|log (cpu number) (height),(width) (gradient colour 1) (gradient colour 2)\fR \* (T>
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".
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB diskio\fR \* (T>\fR \* (T<\fB (device)\fR \* (T>
2008-02-09 02:21:06 +00:00
Displays current disk IO. Device is optional, and takes the form of sda for /dev/sda. Individual partitions are allowed.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
2008-06-21 20:37:58 +00:00
\fB \* (T<\fB diskiograph\fR \* (T>\fR \* (T<\fB normal|log (device) (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR \* (T>
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".
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB diskio_read\fR \* (T>\fR \* (T<\fB (device)\fR \* (T>
2008-02-09 02:21:06 +00:00
Displays current disk IO for reads. Device as in diskio.
2007-01-08 01:10:12 +00:00
2008-03-18 00:23:16 +00:00
.TP
2008-06-21 20:37:58 +00:00
\fB \* (T<\fB diskiograph_read\fR \* (T>\fR \* (T<\fB normal|log (device) (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR \* (T>
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".
2007-01-08 01:10:12 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB diskio_write\fR \* (T>\fR \* (T<\fB (device)\fR \* (T>
2008-02-09 02:21:06 +00:00
Displays current disk IO for writes. Device as in diskio.
2007-01-08 01:10:12 +00:00
2008-03-18 00:23:16 +00:00
.TP
2008-06-21 20:37:58 +00:00
\fB \* (T<\fB diskiograph_write\fR \* (T>\fR \* (T<\fB normal|log (device) (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR \* (T>
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".
2007-01-08 01:10:12 +00:00
2008-03-24 20:08:16 +00:00
.TP
\fB \* (T<\fB disk_protect\fR \* (T>\fR \* (T<\fB device\fR \* (T>
2008-03-29 04:02:12 +00:00
Disk protection status, if supported (needs kernel-patch). Prints either "frozen" or "free " (note the padding).
2008-03-24 20:08:16 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB downspeed\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2008-05-06 22:41:28 +00:00
Download speed in KiB
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB downspeedf\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2008-05-06 22:41:28 +00:00
Download speed in KiB with one decimal
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
2008-06-21 20:37:58 +00:00
\fB \* (T<\fB downspeedgraph\fR \* (T>\fR \* (T<\fB normal|log net (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR \* (T>
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".
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB else\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Text to show if any of the above are not true
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB entropy_avail\fR \* (T>\fR
2006-11-30 20:46:34 +00:00
Current entropy available for crypto freaks
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB entropy_bar\fR \* (T>\fR \* (T<\fB (height),(width)\fR \* (T>
2006-11-30 20:46:34 +00:00
Normalized bar of available entropy for crypto freaks
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB entropy_poolsize\fR \* (T>\fR
2006-11-30 20:46:34 +00:00
Total size of system entropy pool for crypto freaks
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB exec\fR \* (T>\fR \* (T<\fB command\fR \* (T>
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB execbar\fR \* (T>\fR \* (T<\fB command\fR \* (T>
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
2008-06-21 20:37:58 +00:00
\fB \* (T<\fB execgraph\fR \* (T>\fR \* (T<\fB (normal|log) command\fR \* (T>
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.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB execi\fR \* (T>\fR \* (T<\fB interval command\fR \* (T>
2005-11-15 18:07:31 +00:00
Same as exec but with specific interval. Interval can't be less than update_interval in configuration. See also $texeci
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB execibar\fR \* (T>\fR \* (T<\fB interval command\fR \* (T>
2005-11-15 18:07:31 +00:00
Same as execbar, except with an interval
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB execigraph\fR \* (T>\fR \* (T<\fB interval command\fR \* (T>
2008-03-31 04:02:33 +00:00
Same as execgraph, but takes an interval arg graphs values
2005-11-15 18:07:31 +00:00
2008-03-22 06:10:54 +00:00
.TP
\fB \* (T<\fB execp\fR \* (T>\fR \* (T<\fB command\fR \* (T>
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.
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.
.TP
\fB \* (T<\fB execpi\fR \* (T>\fR \* (T<\fB interval command\fR \* (T>
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB font\fR \* (T>\fR \* (T<\fB (font)\fR \* (T>
2006-05-09 23:08:23 +00:00
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)
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB freq\fR \* (T>\fR \* (T<\fB (n)\fR \* (T>
2008-06-28 20:14:04 +00:00
Returns CPU #n's frequency in MHz. CPUs are counted from 1. If omitted, the parameter defaults to 1.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB freq_g\fR \* (T>\fR \* (T<\fB (n)\fR \* (T>
2008-06-28 20:14:04 +00:00
Returns CPU #n's frequency in GHz. CPUs are counted from 1. If omitted, the parameter defaults to 1.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
2008-06-28 20:14:04 +00:00
\fB \* (T<\fB freq_dyn\fR \* (T>\fR \* (T<\fB (n)\fR \* (T>
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.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
2008-06-28 20:14:04 +00:00
\fB \* (T<\fB freq_dyn_g\fR \* (T>\fR \* (T<\fB (n)\fR \* (T>
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.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB fs_bar\fR \* (T>\fR \* (T<\fB (height),(width) fs\fR \* (T>
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB fs_free\fR \* (T>\fR \* (T<\fB (fs)\fR \* (T>
2005-11-15 18:07:31 +00:00
Free space on a file system available for users.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB fs_free_perc\fR \* (T>\fR \* (T<\fB (fs)\fR \* (T>
2005-11-15 18:07:31 +00:00
Free percentage of space on a file system available for users.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB fs_size\fR \* (T>\fR \* (T<\fB (fs)\fR \* (T>
2005-11-15 18:07:31 +00:00
File system size
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB fs_type\fR \* (T>\fR \* (T<\fB (fs)\fR \* (T>
File system type
.TP
\fB \* (T<\fB fs_used\fR \* (T>\fR \* (T<\fB (fs)\fR \* (T>
2005-11-15 18:07:31 +00:00
File system used space
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB goto\fR \* (T>\fR \* (T<\fB x\fR \* (T>
2006-08-10 16:56:13 +00:00
The next element will be printed at position 'x'.
2008-03-22 19:06:09 +00:00
.TP
\fB \* (T<\fB gw_iface\fR \* (T>\fR
Displays the default route's interface or "multiple"/"none" accordingly.
.TP
\fB \* (T<\fB gw_ip\fR \* (T>\fR
Displays the default gateway's IP or "multiple"/"none" accordingly.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB hddtemp\fR \* (T>\fR \* (T<\fB dev, (host,(port))\fR \* (T>
2006-08-10 16:56:13 +00:00
Displays temperature of a selected hard disk drive as reported by the hddtemp daemon running on host:port.
Default host is 127.0.0.1, default port is 7634.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB head\fR \* (T>\fR \* (T<\fB logfile lines (interval)\fR \* (T>
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB hr\fR \* (T>\fR \* (T<\fB (height)\fR \* (T>
2005-11-15 18:07:31 +00:00
Horizontal line, height is the height in pixels
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB hwmon\fR \* (T>\fR \* (T<\fB (dev) type n\fR \* (T>
2007-08-13 23:14:01 +00:00
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.
2007-04-25 17:22:06 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB iconv_start\fR \* (T>\fR \* (T<\fB codeset_from codeset_to\fR \* (T>
2006-05-13 19:51:26 +00:00
Convert text from one codeset to another using GNU iconv. Needs to be stopped with iconv_stop.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB iconv_stop\fR \* (T>\fR
2006-05-13 19:51:26 +00:00
Stop iconv codeset conversion.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i2c\fR \* (T>\fR \* (T<\fB (dev) type n\fR \* (T>
2007-08-13 23:14:01 +00:00
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.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_ac_status\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_bios\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
If running the i8k kernel driver for Inspiron laptops, displays the bios version as listed in /proc/i8k.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_buttons_status\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
If running the i8k kernel driver for Inspiron laptops, displays the volume buttons status as listed in /proc/i8k.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_cpu_temp\fR \* (T>\fR
2006-02-15 04:28:42 +00:00
If running the i8k kernel driver for Inspiron laptops, displays the cpu temperature in Celsius, as reported by /proc/i8k.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_cpu_tempf\fR \* (T>\fR
2006-11-21 21:13:49 +00:00
If running the i8k kernel driver for Inspiron laptops, displays the cpu temperature in Fahrenheit, as reported by /proc/i8k.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_left_fan_rpm\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_left_fan_status\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_right_fan_rpm\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_right_fan_status\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_serial\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
If running the i8k kernel driver for Inspiron laptops, displays your laptop serial number as listed in /proc/i8k.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB i8k_version\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
If running the i8k kernel driver for Inspiron laptops, displays the version formatting of /proc/i8k.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB ibm_fan\fR \* (T>\fR
2006-06-08 04:29:23 +00:00
If running the IBM ACPI, displays the fan speed.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB ibm_temps\fR \* (T>\fR \* (T<\fB N\fR \* (T>
2006-06-08 04:29:23 +00:00
If running the IBM ACPI, displays the temperatures
from the IBM temperature sensors (N=0..7) Sensor 0 is
on the CPU, 3 is on the GPU.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB ibm_volume\fR \* (T>\fR
2006-06-08 04:29:23 +00:00
If running the IBM ACPI, displays the "master" volume,
controlled by the volume keys (0-14).
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB ibm_brightness\fR \* (T>\fR
2006-06-08 04:29:23 +00:00
If running the IBM ACPI, displays the brigtness of the
laptops's LCD (0-7).
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB if_empty\fR \* (T>\fR \* (T<\fB (var)\fR \* (T>
2007-04-25 17:22:06 +00:00
if conky variable VAR is empty, display everything between $if_empty and the matching $endif
2008-03-23 02:10:23 +00:00
.TP
\fB \* (T<\fB if_gw\fR \* (T>\fR
if there is at least one default gateway, display everything between $if_gw and the matching $endif
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB if_running\fR \* (T>\fR \* (T<\fB (process)\fR \* (T>
2007-04-25 17:22:06 +00:00
if PROCESS is running, display everything $if_running and the matching $endif
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB if_existing\fR \* (T>\fR \* (T<\fB file (string)\fR \* (T>
2007-04-25 17:22:06 +00:00
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.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB if_mounted\fR \* (T>\fR \* (T<\fB (mountpoint)\fR \* (T>
2007-04-25 17:22:06 +00:00
if MOUNTPOINT is mounted, display everything between $if_mounted and the matching $endif
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB if_smapi_bat_installed\fR \* (T>\fR \* (T<\fB (INDEX)\fR \* (T>
when using smapi, if the battery with index INDEX is installed, display everything between $if_smapi_bat_installed and the matching $endif
.TP
\fB \* (T<\fB if_up\fR \* (T>\fR \* (T<\fB (interface)\fR \* (T>
if INTERFACE exists and is up, display everything between $if_up and the matching $endif
.TP
\fB \* (T<\fB imap_messages\fR \* (T>\fR \* (T<\fB (args)\fR \* (T>
2008-08-05 18:00:30 +00:00
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.
2006-05-08 22:34:38 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB imap_unseen\fR \* (T>\fR \* (T<\fB (args)\fR \* (T>
2008-08-05 18:00:30 +00:00
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.
2006-05-08 22:34:38 +00:00
2008-03-22 21:10:43 +00:00
.TP
2008-03-31 04:02:33 +00:00
\fB \* (T<\fB ioscheduler\fR \* (T>\fR \* (T<\fB disk\fR \* (T>
2008-03-22 21:10:43 +00:00
Prints the current ioscheduler used for the given disk name (i.e. e.g. "hda" or "sdb")
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB kernel\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Kernel version
2008-03-22 20:13:51 +00:00
.TP
\fB \* (T<\fB laptop_mode\fR \* (T>\fR
2008-03-22 21:10:43 +00:00
The value of /proc/sys/vm/laptop_mode
2008-03-22 20:13:51 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB loadavg\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
(1,2,3)> System load average, 1 is for past 1 minute, 2 for past 5 minutes and 3 for past 15 minutes.
2008-04-13 04:10:35 +00:00
.TP
2008-06-21 20:37:58 +00:00
\fB \* (T<\fB loadgraph\fR \* (T>\fR \* (T<\fB normal|log (height),(width) (gradient colour 1) (gradient colour 2)\fR \* (T>
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".
2008-04-13 04:10:35 +00:00
2008-06-28 20:14:04 +00:00
.TP
\fB \* (T<\fB lines\fR \* (T>\fR \* (T<\fB textfile\fR \* (T>
Displays the number of lines in the given file
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB machine\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Machine, i686 for example
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mails\fR \* (T>\fR \* (T<\fB (mailbox)\fR \* (T> \* (T<\fB (interval)\fR \* (T>
2007-10-02 23:57:41 +00:00
Mail count in the specified mailbox or your mail spool if not.
Both mbox and maildir type mailboxes are supported. You can
use a program like fetchmail to get mails from some server
using your favourite protocol. See also new_mails.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mboxscan\fR \* (T>\fR \* (T<\fB (\- n number of messages to print) (\- fw from width) (\- sw subject width) mbox\fR \* (T>
2007-02-14 19:45:18 +00:00
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"}
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mem\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Amount of memory in use
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB membar\fR \* (T>\fR \* (T<\fB (height),(width)\fR \* (T>
2005-11-15 18:07:31 +00:00
Bar that shows amount of memory in use
2008-06-28 20:14:04 +00:00
.TP
\fB \* (T<\fB memgraph\fR \* (T>\fR \* (T<\fB normal|log (height),(width) (gradient colour 1) (gradient colour 2)\fR \* (T>
Memory usage graph. Uses a logarithmic scale (to see small numbers) when you use "log" instead of "normal".
2008-06-08 17:17:34 +00:00
.TP
2008-06-21 20:37:58 +00:00
\fB \* (T<\fB memeasyfree\fR \* (T>\fR
Amount of free memory including the memory that is very easily freed (buffers/cache)
.TP
\fB \* (T<\fB memfree\fR \* (T>\fR
Amount of free memory
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB memmax\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Total amount of memory
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB memperc\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Percentage of memory in use
2008-06-21 20:37:58 +00:00
.TP
\fB \* (T<\fB monitor\fR \* (T>\fR
Number of the monitor on which conky is running
.TP
\fB \* (T<\fB monitor_number\fR \* (T>\fR
Number of monitors
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_artist\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Artist in current MPD song must be enabled at compile
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_album\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Album in current MPD song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_bar\fR \* (T>\fR \* (T<\fB (height),(width)\fR \* (T>
2005-11-15 18:07:31 +00:00
Bar of mpd's progress
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_bitrate\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Bitrate of current song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_status\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Playing, stopped, et cetera.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_title\fR \* (T>\fR \* (T<\fB (max length)\fR \* (T>
2005-11-15 18:07:31 +00:00
Title of current MPD song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_vol\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
MPD's volume
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_elapsed\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Song's elapsed time
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_length\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Song's length
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_percent\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Percent of song's progress
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_random\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Random status (On/Off)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_repeat\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Repeat status (On/Off)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_track\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Prints the MPD track field
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_name\fR \* (T>\fR
2006-01-31 03:32:26 +00:00
Prints the MPD name field
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB mpd_file\fR \* (T>\fR
2006-01-31 03:32:26 +00:00
Prints the file name of the current MPD song
2008-03-18 00:23:16 +00:00
.TP
2008-09-01 22:30:54 +00:00
\fB \* (T<\fB mpd_smart\fR \* (T>\fR \* (T<\fB (max length)\fR \* (T>
2006-03-08 06:27:53 +00:00
Prints the song name in either the form "artist - title" or file name, depending on whats available
2008-03-22 22:58:26 +00:00
.TP
\fB \* (T<\fB nameserver\fR \* (T>\fR \* (T<\fB (index)\fR \* (T>
Print a nameserver from /etc/resolv.conf. Index starts at and defaults to 0.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB new_mails\fR \* (T>\fR \* (T<\fB (mailbox)\fR \* (T> \* (T<\fB (interval)\fR \* (T>
2007-10-02 23:57:41 +00:00
Unread mail count in the specified mailbox or mail spool if
not. Both mbox and maildir type mailboxes are supported.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB nodename\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Hostname
2008-06-03 20:46:15 +00:00
.TP
\fB \* (T<\fB nvidia\fR \* (T>\fR \* (T<\fB threshold\fR \* (T> \* (T<\fB temp\fR \* (T> \* (T<\fB gpufreq\fR \* (T> \* (T<\fB memfreq\fR \* (T> \* (T<\fB imagequality\fR \* (T>
Nvidia graficcard support for the XNVCtrl library.
2008-08-05 18:00:30 +00:00
Each option can be shortened to the least significant part.
Temperatures are printed as float, all other values as integer.
\fB threshold\fR :
the thresholdtemperature at which the gpu slows down
.br
\fB temp\fR :
gives the gpu current temperature
.br
\fB gpufreq\fR :
gives the current gpu frequency
.br
\fB memfreq\fR :
gives the current mem frequency
.br
\fB imagequality\fR :
which imagequality should be choosen by OpenGL applications
2008-06-03 20:46:15 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB outlinecolor\fR \* (T>\fR \* (T<\fB (color)\fR \* (T>
2005-11-15 18:07:31 +00:00
Change outline color
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB pb_battery\fR \* (T>\fR \* (T<\fB item\fR \* (T>
2006-04-23 21:37:59 +00:00
If running on Apple powerbook/ibook, display
information on battery status. The item parameter
specifies, what information to display. Exactly one item
must be specified. Valid items are:
2006-08-10 16:56:13 +00:00
\fB status\fR :
2006-04-23 21:37:59 +00:00
Display if battery is fully charged, charging,
discharging or absent (running on AC)
2006-08-10 16:56:13 +00:00
.br
\fB percent\fR :
2006-04-23 21:37:59 +00:00
Display charge of battery in percent, if
charging or discharging. Nothing will be
displayed, if battery is fully charged
or absent.
2006-08-10 16:56:13 +00:00
.br
\fB time\fR :
2006-04-23 21:37:59 +00:00
Display the time remaining until the battery
will be fully charged or discharged at current
rate. Nothing is displayed, if battery is
absent or if it's present but fully charged
and not discharging.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB platform\fR \* (T>\fR \* (T<\fB (dev) type n\fR \* (T>
2007-08-13 23:14:01 +00:00
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.
2007-08-13 00:28:48 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB pop3_unseen\fR \* (T>\fR \* (T<\fB (args)\fR \* (T>
2008-08-05 18:00:30 +00:00
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.
2006-05-08 22:34:38 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB pop3_used\fR \* (T>\fR \* (T<\fB (args)\fR \* (T>
2008-08-05 18:00:30 +00:00
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.
2006-05-08 22:34:38 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB pre_exec\fR \* (T>\fR \* (T<\fB shell command\fR \* (T>
2005-11-15 18:07:31 +00:00
Executes a shell command one time before conky displays anything and puts output as text.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB processes\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Total processes (sleeping and running)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB running_processes\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Running processes (not sleeping), requires Linux 2.6
2008-06-28 20:14:04 +00:00
.TP
\fB \* (T<\fB scroll\fR \* (T>\fR \* (T<\fB length text\fR \* (T>
Scroll 'text' showing 'length' number of characters at the same time. The text may also contain variables. 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").
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB shadecolor\fR \* (T>\fR \* (T<\fB (color)\fR \* (T>
2005-11-15 18:07:31 +00:00
Change shading color
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB smapi\fR \* (T>\fR \* (T<\fB (ARGS)\fR \* (T>
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.
2008-06-28 20:14:04 +00:00
.TP
\fB \* (T<\fB smapi_bat_bar\fR \* (T>\fR \* (T<\fB (INDEX),(height),(width)\fR \* (T>
when using smapi, display the remaining capacity of the battery with index INDEX as a bar.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB smapi_bat_perc\fR \* (T>\fR \* (T<\fB (INDEX)\fR \* (T>
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.
.TP
2008-06-28 20:14:04 +00:00
\fB \* (T<\fB smapi_bat_power\fR \* (T>\fR \* (T<\fB INDEX\fR \* (T>
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.
.TP
\fB \* (T<\fB smapi_bat_temp\fR \* (T>\fR \* (T<\fB INDEX\fR \* (T>
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB stippled_hr\fR \* (T>\fR \* (T<\fB (space)\fR \* (T>
2005-11-15 18:07:31 +00:00
Stippled (dashed) horizontal line
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB swapbar\fR \* (T>\fR \* (T<\fB (height),(width)\fR \* (T>
2005-11-15 18:07:31 +00:00
Bar that shows amount of swap in use
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB swap\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Amount of swap in use
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB swapmax\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Total amount of swap
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB swapperc\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Percentage of swap in use
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB sysname\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
System name, Linux for example
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB tcp_portmon\fR \* (T>\fR \* (T<\fB port_begin port_end item (index)\fR \* (T> \fI (ip4 only at present)\fR
2005-11-15 18:07:31 +00:00
TCP port monitor for specified local ports. Port numbers must be in the range 1 to 65535. Valid items are:
2006-08-10 16:56:13 +00:00
\fB count\fR - total number of connections in the range
.br
\fB rip\fR - remote ip address
.br
2008-02-20 20:30:45 +00:00
\fB rhost\fR - remote host name
2006-08-10 16:56:13 +00:00
.br
\fB rport\fR - remote port number
.br
\fB rservice\fR - remote service name from /etc/services
.br
\fB lip\fR - local ip address
.br
\fB lhost\fR - local host name
.br
\fB lport\fR - local port number
.br
\fB lservice\fR - local service name from /etc/services
2005-11-15 18:07:31 +00:00
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.
Examples:
2006-08-10 16:56:13 +00:00
.br
\fB ${tcp_portmon 6881 6999 count}\fR -
2005-11-15 18:07:31 +00:00
displays the number of connections in the bittorrent port range
2006-08-10 16:56:13 +00:00
.br
\fB ${tcp_portmon 22 22 rip 0}\fR -
2005-11-15 18:07:31 +00:00
displays the remote host ip of the first sshd connection
2006-08-10 16:56:13 +00:00
.br
\fB ${tcp_portmon 22 22 rip 9}\fR -
2005-11-15 18:07:31 +00:00
displays the remote host ip of the tenth sshd connection
2006-08-10 16:56:13 +00:00
.br
\fB ${tcp_portmon 1 1024 rhost 0}\fR -
2005-11-15 18:07:31 +00:00
displays the remote host name of the first connection on a privileged port
2006-08-10 16:56:13 +00:00
.br
\fB ${tcp_portmon 1 1024 rport 4}\fR -
2005-11-15 18:07:31 +00:00
displays the remote host port of the fifth connection on a privileged port
2006-08-10 16:56:13 +00:00
.br
\fB ${tcp_portmon 1 65535 lservice 14}\fR -
2005-11-15 18:07:31 +00:00
displays the local service name of the fifteenth connection in the range of all ports
2008-02-20 20:30:45 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB texeci\fR \* (T>\fR \* (T<\fB interval command\fR \* (T>
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB offset\fR \* (T>\fR \* (T<\fB (pixels)\fR \* (T>
2005-11-15 18:07:31 +00:00
Move text over by N pixels. See also $voffset.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB rss\fR \* (T>\fR \* (T<\fB url delay_in_minutes action item_num\fR \* (T>
2007-08-10 20:57:30 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB tab\fR \* (T>\fR \* (T<\fB (width, (start))\fR \* (T>
2006-08-10 16:56:13 +00:00
Puts a tab of the specified width, starting from column 'start'.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB tail\fR \* (T>\fR \* (T<\fB logfile lines (interval)\fR \* (T>
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB time\fR \* (T>\fR \* (T<\fB (format)\fR \* (T>
2005-11-15 18:07:31 +00:00
Local time, see man strftime to get more information about format
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB utime\fR \* (T>\fR \* (T<\fB (format)\fR \* (T>
2006-08-10 16:56:13 +00:00
Display time in UTC (universal coordinate time).
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB tztime\fR \* (T>\fR \* (T<\fB (timezone) (format)\fR \* (T>
2006-07-15 02:18:06 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB totaldown\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2005-11-15 18:07:31 +00:00
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.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB top\fR \* (T>\fR \* (T<\fB type, num\fR \* (T>
2008-03-31 03:51:29 +00:00
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.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB top_mem\fR \* (T>\fR \* (T<\fB type, num\fR \* (T>
2005-11-15 18:07:31 +00:00
Same as top, except sorted by mem usage instead of cpu
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB totalup\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2005-11-15 18:07:31 +00:00
Total upload, this one too, may overflow
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB updates\fR \* (T>\fR \* (T<\fB Number of updates\fR \* (T>
2005-11-15 18:07:31 +00:00
for debugging
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB upspeed\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2008-05-06 22:41:28 +00:00
Upload speed in KiB
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB upspeedf\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2008-05-06 22:41:28 +00:00
Upload speed in KiB with one decimal
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
2008-06-21 20:37:58 +00:00
\fB \* (T<\fB upspeedgraph\fR \* (T>\fR \* (T<\fB normal|log net (height),(width) (gradient colour 1) (gradient colour 2) (scale)\fR \* (T>
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".
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB uptime\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Uptime
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB uptime_short\fR \* (T>\fR
2005-11-15 18:07:31 +00:00
Uptime in a shorter format
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB user_number\fR \* (T>\fR
Number of users logged in
.TP
\fB \* (T<\fB user_names\fR \* (T>\fR
Lists the names of the users logged in
.TP
\fB \* (T<\fB user_terms\fR \* (T>\fR
Lists the consoles in use
.TP
\fB \* (T<\fB user_times\fR \* (T>\fR
Lists how long users have been logged in for
.TP
\fB \* (T<\fB voffset\fR \* (T>\fR \* (T<\fB (pixels)\fR \* (T>
2006-02-15 04:28:42 +00:00
Change vertical offset by N pixels. Negative values will cause text to overlap. See also $offset.
2005-11-15 18:07:31 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB voltage_mv\fR \* (T>\fR \* (T<\fB (n)\fR \* (T>
2006-06-08 04:29:23 +00:00
Returns CPU #n's voltage in mV. CPUs are
counted from 1. If omitted, the parameter
2008-02-20 20:30:45 +00:00
defaults to 1.
2006-06-08 04:29:23 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB voltage_v\fR \* (T>\fR \* (T<\fB (n)\fR \* (T>
2006-06-08 04:29:23 +00:00
Returns CPU #n's voltage in V. CPUs are
counted from 1. If omitted, the parameter
defaults to 1.
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB wireless_essid\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2007-08-10 20:57:30 +00:00
Wireless access point ESSID (Linux only)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB wireless_mode\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2007-08-10 20:57:30 +00:00
Wireless mode (Managed/Ad-Hoc/Master) (Linux only)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB wireless_bitrate\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2007-08-10 20:57:30 +00:00
Wireless bitrate (ie 11 Mb/s) (Linux only)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB wireless_ap\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2007-08-10 20:57:30 +00:00
Wireless access point MAC address (Linux only)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB wireless_link_qual\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2007-08-10 20:57:30 +00:00
Wireless link quality (Linux only)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB wireless_link_qual_max\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2007-08-10 20:57:30 +00:00
Wireless link quality maximum value (Linux only)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB wireless_link_qual_perc\fR \* (T>\fR \* (T<\fB net\fR \* (T>
2007-08-10 20:57:30 +00:00
Wireless link quality in percents (Linux only)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB wireless_link_bar\fR \* (T>\fR \* (T<\fB (height), (width) net\fR \* (T>
2007-08-10 20:57:30 +00:00
Wireless link quality bar (Linux only)
2008-06-21 20:37:58 +00:00
.TP
\fB \* (T<\fB words\fR \* (T>\fR \* (T<\fB textfile\fR \* (T>
Displays the number of words in the given file
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_artist\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Artist in current XMMS2 song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_album\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Album in current XMMS2 song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_title\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Title in current XMMS2 song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_genre\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Genre in current XMMS2 song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_comment\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Comment in current XMMS2 song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_decoder\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Decoder plugin used
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_transport\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Transport plugin used
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_url\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Full path to current song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_tracknr\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Track number in current XMMS2 song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_bitrate\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Bitrate of current song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_id\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
XMMS2 id of current song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_duration\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Duration of current song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_elapsed\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Song's elapsed time
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_size\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Size of current song
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_percent\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Percent of song's progress
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_status\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
XMMS2 status (Playing, Paused, Stopped, or Disconnected)
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_bar\fR \* (T>\fR \* (T<\fB (height),(width)\fR \* (T>
2007-04-25 17:22:06 +00:00
Bar of XMMS2's progress
2007-04-06 06:11:53 +00:00
2008-03-18 00:23:16 +00:00
.TP
\fB \* (T<\fB xmms2_smart\fR \* (T>\fR
2007-04-06 06:11:53 +00:00
Prints the song name in either the form "artist - title" or file name, depending on whats available
2008-06-28 20:14:04 +00:00
.TP
\fB \* (T<\fB eve\fR \* (T>\fR \* (T<\fB api_userid api_key character_id\fR \* (T>
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.
2005-11-15 18:07:31 +00:00
.SH EXAMPLES
2008-03-18 00:23:16 +00:00
.TP
2007-10-17 20:18:29 +00:00
\* (T<conky \* (T>\* (T<\fB \- t '${time %D %H:%M}' \- o \- u 30\fR \* (T>
2005-11-15 18:07:31 +00:00
Start Conky in its own window with date and clock as text and 30 sec update interval.
2008-03-18 00:23:16 +00:00
.TP
2006-08-10 16:56:13 +00:00
\* (T<conky \* (T>\* (T<\fB \- a top_left \- x 5 \- y 500 \- d\fR \* (T>
2005-11-15 18:07:31 +00:00
Start Conky to background at coordinates (5, 500).
.SH FILES
2006-08-10 16:56:13 +00:00
\* (T<\fI ~/.conkyrc\fR \* (T> default configuration file
2005-11-15 18:07:31 +00:00
.SH BUGS
2008-02-20 20:30:45 +00:00
Drawing to root or some other desktop window directly doesn't work with
all window managers. Especially doesn't work well with Gnome and it has
been reported that it doesn't work with KDE either. Nautilus can be
disabled from drawing to desktop with program gconf-editor. Uncheck
show_desktop in /apps/nautilus/preferences/. There is -w switch in Conky
to set some specific window id. You might find xwininfo -tree useful to
2005-11-15 18:07:31 +00:00
find the window to draw to. You can also use -o argument which makes
2008-03-31 04:56:39 +00:00
Conky to create its own window. If you do try running Conky in its own
window, be sure to read up on the own_window_type settings and experiment.
2005-11-15 18:07:31 +00:00
.SH "SEE ALSO"
2008-03-31 04:56:39 +00:00
\(la http://conky.sourceforge.net/\(ra
2005-11-15 18:07:31 +00:00
.PP
2006-08-10 16:56:13 +00:00
\(la http://www.sourceforge.net/projects/conky\(ra
2005-11-15 18:07:31 +00:00
.PP
#conky on irc.freenode.net
2008-03-31 04:56:39 +00:00
.SH COPYING
Copyright (c) 2005-2008 Brenden Matthews, Philip Kovacs, et. al.
Any original torsmo code is licensed under the BSD license (see LICENSE.BSD for a copy).
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).
2005-11-15 18:07:31 +00:00
.SH AUTHORS
2008-03-31 04:56:39 +00:00
The Conky dev team (see AUTHORS for a full list of contributors).