2009-07-08 08:09:06 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2007-11-14 21:41:08 +00:00
|
|
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
2009-07-08 08:09:06 +00:00
|
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
|
|
|
|
[
|
2008-03-31 04:56:39 +00:00
|
|
|
<!ENTITY command_options SYSTEM "command_options.xml">
|
|
|
|
<!ENTITY config_settings SYSTEM "config_settings.xml">
|
|
|
|
<!ENTITY variables SYSTEM "variables.xml">
|
2009-07-08 08:09:06 +00:00
|
|
|
<!ENTITY lua SYSTEM "lua.xml">
|
2008-03-31 04:56:39 +00:00
|
|
|
]>
|
2005-08-19 05:37:58 +00:00
|
|
|
<refentry>
|
2008-03-31 04:56:39 +00:00
|
|
|
<refentryinfo>
|
|
|
|
<address>
|
|
|
|
<email>brenden1@users.sourceforge.net</email>
|
|
|
|
</address>
|
|
|
|
<author>
|
|
|
|
<firstname>Brenden</firstname>
|
|
|
|
<surname>Matthews</surname>
|
|
|
|
</author>
|
2009-07-08 08:09:06 +00:00
|
|
|
<date>2009-07-09</date>
|
2008-03-31 04:56:39 +00:00
|
|
|
</refentryinfo>
|
|
|
|
<refmeta>
|
2009-07-12 18:32:31 +00:00
|
|
|
<refentrytitle>conky</refentrytitle>
|
2008-03-31 04:56:39 +00:00
|
|
|
<manvolnum>1</manvolnum>
|
|
|
|
</refmeta>
|
|
|
|
<refnamediv>
|
|
|
|
<refname>conky</refname>
|
2009-07-08 08:09:06 +00:00
|
|
|
<refpurpose>A system monitor for X originally based on the
|
|
|
|
torsmo code, but more kickass. It just keeps on given'er.
|
|
|
|
Yeah.</refpurpose>
|
2008-03-31 04:56:39 +00:00
|
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
|
|
<cmdsynopsis>
|
|
|
|
<command>conky</command>
|
2009-07-08 08:09:06 +00:00
|
|
|
<arg>
|
|
|
|
<replaceable>options</replaceable>
|
|
|
|
</arg>
|
2008-03-31 04:56:39 +00:00
|
|
|
</cmdsynopsis>
|
|
|
|
</refsynopsisdiv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>Conky is a system monitor for X originally based on
|
|
|
|
torsmo. 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
|
2008-04-01 21:37:49 +00:00
|
|
|
using scripts and other external programs.
|
2008-03-31 04:56:39 +00:00
|
|
|
</para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>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), built in IMAP and
|
|
|
|
POP3 support, built in support for many popular 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.
|
2008-03-31 04:56:39 +00:00
|
|
|
</para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>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.</para>
|
|
|
|
<para>Thanks for your interest in Conky.
|
2008-03-31 04:56:39 +00:00
|
|
|
</para>
|
|
|
|
</refsect1>
|
2005-08-19 05:37:58 +00:00
|
|
|
<refsect1>
|
|
|
|
<title>Compiling</title>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>For users compiling from source on a binary distro,
|
|
|
|
make sure you have the X development libraries installed
|
|
|
|
(Unless you provide configure with "--disable-x11"). This
|
|
|
|
should be a package along the lines of "libx11-dev" or
|
|
|
|
"xorg-x11-dev" for X11 libs, and similar "-dev" format for
|
|
|
|
the other libs required (depending on your configure
|
|
|
|
options). You should be able to see which extra packages
|
|
|
|
you need to install by reading errors that you get from
|
2009-07-11 22:51:17 +00:00
|
|
|
'./configure'. You can enable/disable stuff by giving
|
|
|
|
options to configure, but be careful with disabling. For
|
|
|
|
example: with --disable-math you won't get errors but
|
|
|
|
logarithmic graphs will be normal graphs and gauges
|
|
|
|
will miss their line.
|
2008-03-31 04:56:39 +00:00
|
|
|
</para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>Conky has (for some time) been available in the
|
|
|
|
repositories of most popular distributions. Here are some
|
|
|
|
installation instructions for a few:
|
2005-08-30 02:45:09 +00:00
|
|
|
</para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>Gentoo users -- Conky is in Gentoo's Portage...
|
|
|
|
simply use "emerge app-admin/conky" for
|
|
|
|
installation.
|
2005-08-22 00:10:16 +00:00
|
|
|
</para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>Debian, etc. users -- Conky should be in your
|
|
|
|
repositories, and can be installed by doing "aptitude
|
|
|
|
install conky".
|
2005-08-30 02:45:09 +00:00
|
|
|
</para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>Example to compile and run Conky with all optional
|
|
|
|
components (note that some configure options may differ for
|
|
|
|
your system):
|
2005-08-19 05:37:58 +00:00
|
|
|
</para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
2009-07-08 08:09:06 +00:00
|
|
|
<command>
|
|
|
|
<option>sh autogen.sh</option>
|
|
|
|
</command>
|
|
|
|
<option># Only required if building from the
|
|
|
|
git repo</option>
|
2005-08-21 21:55:22 +00:00
|
|
|
</term>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
2009-07-08 08:09:06 +00:00
|
|
|
<command>
|
|
|
|
<option>./configure</option>
|
|
|
|
</command>
|
|
|
|
<option>--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</option>
|
2005-08-19 05:37:58 +00:00
|
|
|
</term>
|
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
|
|
<term>
|
2009-07-08 08:09:06 +00:00
|
|
|
<command>
|
|
|
|
<option>make</option>
|
|
|
|
</command>
|
2005-08-19 05:37:58 +00:00
|
|
|
</term>
|
|
|
|
</varlistentry>
|
2005-08-22 17:19:00 +00:00
|
|
|
<varlistentry>
|
|
|
|
<term>
|
2009-07-08 08:09:06 +00:00
|
|
|
<command>
|
|
|
|
<option>make install</option>
|
|
|
|
</command>
|
|
|
|
<option># Optional</option>
|
2005-08-22 17:19:00 +00:00
|
|
|
</term>
|
|
|
|
</varlistentry>
|
2005-08-19 05:37:58 +00:00
|
|
|
<varlistentry>
|
|
|
|
<term>
|
2009-07-08 08:09:06 +00:00
|
|
|
<command>
|
|
|
|
<option>src/conky</option>
|
|
|
|
</command>
|
2005-08-19 05:37:58 +00:00
|
|
|
</term>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>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-08-19 05:37:58 +00:00
|
|
|
</para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para></para>
|
2005-08-19 05:37:58 +00:00
|
|
|
</refsect1>
|
2008-03-31 04:56:39 +00:00
|
|
|
<refsect1>
|
|
|
|
<title>You Should Know</title>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>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-08-29 16:52:54 +00:00
|
|
|
</para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>An easy way to force Conky to reload your ~/.conkyrc:
|
|
|
|
"killall -SIGUSR1 conky". Saves you the trouble of having
|
|
|
|
to kill and then restart. You can now also do the same with
|
|
|
|
SIGHUP.
|
2005-08-27 21:04:37 +00:00
|
|
|
</para>
|
2008-03-31 04:56:39 +00:00
|
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
|
|
<title>Options</title>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>Command line options override configurations defined in
|
|
|
|
configuration file.
|
|
|
|
</para>
|
2005-08-19 05:37:58 +00:00
|
|
|
&command_options;
|
2008-03-31 04:56:39 +00:00
|
|
|
</refsect1>
|
2005-08-19 05:37:58 +00:00
|
|
|
<refsect1>
|
|
|
|
<title>Configuration Settings</title>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>Default configuration file location is $HOME/.conkyrc or
|
|
|
|
${sysconfdir}/conky/conky.conf. On most systems, sysconfdir is
|
|
|
|
/etc, and you can find the sample config file there
|
|
|
|
(/etc/conky/conky.conf).
|
2005-08-30 02:45:09 +00:00
|
|
|
</para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>You might want to copy it to $HOME/.conkyrc and then
|
|
|
|
start modifying it. Other configs can be found at
|
|
|
|
http://conky.sf.net/
|
2005-08-19 05:37:58 +00:00
|
|
|
</para>
|
|
|
|
&config_settings;
|
|
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
|
|
<title>Variables</title>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>Colours are parsed using XParsecolor(), there might be a
|
|
|
|
list of them: /usr/share/X11/rgb.txt.
|
|
|
|
Colour can be also in
|
|
|
|
#rrggbb format (hex).
|
2005-08-19 05:37:58 +00:00
|
|
|
</para>
|
|
|
|
&variables;
|
|
|
|
</refsect1>
|
2009-07-08 08:09:06 +00:00
|
|
|
<refsect1>
|
|
|
|
<title>Lua API</title>
|
|
|
|
<para>Conky features a Lua Programming API, and also ships with
|
|
|
|
some Lua bindings for some useful libraries. Conky defines
|
|
|
|
certain global functions and variables which can be accessed
|
|
|
|
from Lua code running in Conky.
|
|
|
|
</para>
|
|
|
|
<para>To use Lua Conky, you first need to make sure you have a version of Conky
|
|
|
|
with Lua support enabled (``conky -v'' will report this). Scripts
|
|
|
|
must first be loaded using the lua_load configuration option. You
|
|
|
|
then call functions in Lua via Conky's $lua, $lua_read, and Lua
|
|
|
|
hooks.
|
|
|
|
</para>
|
|
|
|
<para>
|
2009-07-10 17:33:26 +00:00
|
|
|
At this time, the Lua API should not be considered stable and may
|
2009-07-08 08:09:06 +00:00
|
|
|
change drastically from one release to another as it matures.
|
|
|
|
</para>
|
|
|
|
&lua;
|
|
|
|
</refsect1>
|
2005-08-19 05:37:58 +00:00
|
|
|
<refsect1>
|
|
|
|
<title>Examples</title>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
2009-07-08 08:09:06 +00:00
|
|
|
<term>
|
|
|
|
<varname>conky</varname>
|
|
|
|
<option>-t '${time %D %H:%M}' -o -u 30</option>
|
|
|
|
</term>
|
|
|
|
<listitem>Start Conky in its own window with date
|
|
|
|
and clock as text and 30 sec update
|
|
|
|
interval.</listitem>
|
2005-08-19 05:37:58 +00:00
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2009-07-08 08:09:06 +00:00
|
|
|
<term>
|
|
|
|
<varname>conky</varname>
|
|
|
|
<option>-a top_left -x 5 -y 500 -d</option>
|
|
|
|
</term>
|
|
|
|
<listitem>Start Conky to background at coordinates
|
|
|
|
(5, 500).</listitem>
|
2005-08-19 05:37:58 +00:00
|
|
|
</varlistentry>
|
2009-05-11 23:58:41 +00:00
|
|
|
<varlistentry>
|
2009-07-08 08:09:06 +00:00
|
|
|
<term>
|
|
|
|
<varname>conky</varname>
|
|
|
|
<option>-C > ~/.conkyrc</option>
|
|
|
|
</term>
|
|
|
|
<listitem>Do not start Conky, but have it output
|
|
|
|
the builtin default config file to ~/.conkyrc for
|
|
|
|
later customising.</listitem>
|
2009-05-11 23:58:41 +00:00
|
|
|
</varlistentry>
|
2005-08-19 05:37:58 +00:00
|
|
|
</variablelist>
|
|
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
|
|
<title>Files</title>
|
2009-05-11 23:31:47 +00:00
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
2009-07-08 08:09:06 +00:00
|
|
|
<term>
|
|
|
|
<filename>
|
|
|
|
${sysconfdir}/conky/conky.conf</filename>
|
|
|
|
</term>
|
|
|
|
<listitem>Default system-wide configuration file.
|
|
|
|
The value of ${sysconfdir} depends on the
|
|
|
|
compile-time options (most likely /etc).</listitem>
|
2009-05-11 23:31:47 +00:00
|
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
2009-07-08 08:09:06 +00:00
|
|
|
<term>
|
|
|
|
<filename>~/.conkyrc</filename>
|
|
|
|
</term>
|
|
|
|
<listitem>Default personal configuration
|
|
|
|
file.</listitem>
|
2009-05-11 23:31:47 +00:00
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
2005-08-19 05:37:58 +00:00
|
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
|
|
<title>Bugs</title>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>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 find the window to draw to.
|
|
|
|
You can also use -o argument which makes 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.</para>
|
2005-08-19 05:37:58 +00:00
|
|
|
</refsect1>
|
2008-03-31 04:56:39 +00:00
|
|
|
<refsect1>
|
|
|
|
<title>See Also</title>
|
2005-08-19 05:37:58 +00:00
|
|
|
<para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<ulink url="http://conky.sourceforge.net/">
|
|
|
|
http://conky.sourceforge.net/</ulink>
|
2005-08-19 05:37:58 +00:00
|
|
|
</para>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>
|
|
|
|
<ulink url="http://www.sourceforge.net/projects/conky">
|
|
|
|
http://www.sourceforge.net/projects/conky</ulink>
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
<ulink url="http://wiki.conky.be">
|
|
|
|
http://wiki.conky.be</ulink>
|
|
|
|
</para>
|
|
|
|
<para>#conky on irc.freenode.net</para>
|
2008-03-31 04:56:39 +00:00
|
|
|
</refsect1>
|
|
|
|
<refsect1>
|
|
|
|
<title>Copying</title>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>Copyright (c) 2005-2009 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).</para>
|
2008-03-31 04:56:39 +00:00
|
|
|
</refsect1>
|
2005-08-19 05:37:58 +00:00
|
|
|
<refsect1>
|
|
|
|
<title>Authors</title>
|
2009-07-08 08:09:06 +00:00
|
|
|
<para>The Conky dev team (see AUTHORS for a full list of
|
|
|
|
contributors).</para>
|
2008-02-20 20:30:45 +00:00
|
|
|
</refsect1>
|
2005-08-19 05:37:58 +00:00
|
|
|
</refentry>
|