2005-08-21 22:18:14 +00:00
|
|
|
conky(1) conky(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NAME
|
2005-08-27 21:29:49 +00:00
|
|
|
conky - A system monitor for X originally based on the torsmo code, but
|
2006-01-06 23:56:12 +00:00
|
|
|
more kickass. It just keeps on given'er. Yeah.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
conky [options]
|
|
|
|
|
|
|
|
DESCRIPTION
|
2005-11-17 04:54:45 +00:00
|
|
|
Conky is a system monitor for X originally based on the torsmo code.
|
2006-01-06 23:56:12 +00:00
|
|
|
Since it's original conception, Conky has changed a fair bit from it's
|
2005-08-21 22:18:14 +00:00
|
|
|
predecessor. Conky can display just about anything, either on your
|
2006-01-06 23:56:12 +00:00
|
|
|
root desktop or in it's own window. Conky has many built-in objects,
|
2005-11-17 04:54:45 +00:00
|
|
|
as well as the ability to execute programs and scripts, then display
|
2005-08-21 22:18:14 +00:00
|
|
|
the output from stdout.
|
|
|
|
|
2005-11-17 04:54:45 +00:00
|
|
|
We are always looking for help, and anyone interested in becoming a
|
2005-08-21 22:18:14 +00:00
|
|
|
developer is welcome. Please use the facilities at SourceForge to make
|
|
|
|
bug reports, feature requests, and submit patches.
|
|
|
|
|
|
|
|
Thanks for your interest in Conky.
|
|
|
|
|
|
|
|
COMPILING
|
2005-08-30 02:45:09 +00:00
|
|
|
For users compiling from source, make sure you have the X development
|
2005-11-17 04:54:45 +00:00
|
|
|
libraries installed. This should be a package along the lines of
|
2005-08-30 02:45:09 +00:00
|
|
|
"libx11-dev or xorg-x11-dev".
|
|
|
|
|
2006-01-06 23:56:12 +00:00
|
|
|
Gentoo users -- Conky is in Gentoo's Portage... simply use "emerge app-
|
2005-11-17 04:54:45 +00:00
|
|
|
admin/conky" for installation. There is also usually an up-to-date
|
2006-01-06 23:56:12 +00:00
|
|
|
ebuild within Conky's package or in CVS.
|
2005-08-30 02:45:09 +00:00
|
|
|
|
2006-01-06 23:56:12 +00:00
|
|
|
Debian,etc. users -- Conky will be in Debian's repositories soon (by
|
2005-11-17 04:54:45 +00:00
|
|
|
mid-September, hopefully), and then Ubuntu shortly thereafter. Until
|
2005-08-30 02:45:09 +00:00
|
|
|
then, "dpkg -i" the .deb package to install.
|
2005-08-22 00:24:24 +00:00
|
|
|
|
2005-11-02 05:27:31 +00:00
|
|
|
Example to compile and run Conky with all optional components (note
|
|
|
|
that some configure options may differ for your system):
|
2005-08-22 00:24:24 +00:00
|
|
|
|
|
|
|
sh autogen.sh # Only required if building from CVS
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
./configure --prefix=/usr --mandir=/usr/share/man
|
2005-11-02 05:27:31 +00:00
|
|
|
--infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc
|
2006-01-06 23:56:12 +00:00
|
|
|
--localstatedir=/var/lib --enable-xft --enable-seti --enable-dou-
|
2005-11-17 04:54:45 +00:00
|
|
|
ble-buffer --enable-own-window --enable-proc-uptime --enable-mpd
|
2006-01-06 17:49:46 +00:00
|
|
|
--enable-mldonkey --enable-x11 --enable-portmon --enable-bmpx
|
|
|
|
--enable-infopipe
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
make
|
|
|
|
|
2005-08-22 17:19:00 +00:00
|
|
|
make install # Optional
|
|
|
|
|
2005-08-30 02:45:09 +00:00
|
|
|
src/conky
|
2005-08-21 22:18:14 +00:00
|
|
|
|
2006-01-06 23:56:12 +00:00
|
|
|
Conky probably doesn't compile with compilers other than gcc and icc.
|
|
|
|
It doesn't compile with C89 compiler and not even with pure C99. It
|
|
|
|
uses a few things that might not exist: strdup(), strcasecmp(), strn-
|
2005-11-02 05:27:31 +00:00
|
|
|
casecmp(), optarg variable with getopt() and long long (not in C89).
|
2006-01-06 23:56:12 +00:00
|
|
|
Crashes in file system statistics stuff when compiled with icc, I don't
|
2005-08-21 22:18:14 +00:00
|
|
|
know exactly why.
|
|
|
|
|
2006-01-06 23:56:12 +00:00
|
|
|
You can disable 'drawing to own window' feature in case you don't need
|
2005-08-21 22:18:14 +00:00
|
|
|
it by passing --disable-own-window to configure -script.
|
|
|
|
|
|
|
|
|
|
|
|
YOU SHOULD KNOW
|
2005-11-02 05:27:31 +00:00
|
|
|
Conky is generally very good on resources. However, certain objects in
|
|
|
|
Conky are harder on resources then others. In particular, the $tail,
|
|
|
|
$top, $font, and $graph objects are quite costly in comparison to the
|
2005-08-21 22:18:14 +00:00
|
|
|
rest of Conky.
|
|
|
|
|
2005-11-02 05:27:31 +00:00
|
|
|
If you do use them, please do not complain about memory or CPU usage,
|
2006-01-06 23:56:12 +00:00
|
|
|
unless you think something's seriously wrong (mem leak, etc.).
|
2005-08-21 22:18:14 +00:00
|
|
|
|
2005-08-30 02:45:09 +00:00
|
|
|
An easy way to force Conky to reload your ~/.conkyrc: "killall -SIGUSR1
|
|
|
|
conky". Saves you the trouble of having to kill and then restart.
|
2005-08-29 16:52:54 +00:00
|
|
|
|
2005-11-02 05:27:31 +00:00
|
|
|
IMPORTANT: For previous Conky users, Conky 1.3 no longer supports the
|
|
|
|
metar stuff. mdsplib was causing way too many problems. Hopefully
|
2006-01-06 23:56:12 +00:00
|
|
|
there'll be a better solution in Conky 2.x...
|
2005-08-27 21:04:37 +00:00
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
OPTIONS
|
2005-11-02 05:27:31 +00:00
|
|
|
Command line options override configurations defined in configuration
|
2005-08-21 22:18:14 +00:00
|
|
|
file.
|
|
|
|
|
2005-08-30 02:45:09 +00:00
|
|
|
-v | -V
|
|
|
|
Prints version and exits
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
-a ALIGNMENT
|
2005-08-22 00:24:24 +00:00
|
|
|
Text alignment on screen, {top,bottom}_{left,right} or none
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
2005-08-22 01:20:23 +00:00
|
|
|
-b Use double buffering (eliminates "flicker")
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
-c FILE
|
|
|
|
Config file to load instead of $HOME/.conkyrc
|
|
|
|
|
|
|
|
|
2005-08-22 17:19:00 +00:00
|
|
|
-d Daemonize Conky, aka fork to background
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
-f FONT
|
|
|
|
Font to use
|
|
|
|
|
|
|
|
|
|
|
|
-h Prints command line help and exits
|
|
|
|
|
|
|
|
|
|
|
|
-o Create own window to draw
|
|
|
|
|
|
|
|
|
|
|
|
-t TEXT
|
2006-01-06 23:56:12 +00:00
|
|
|
Text to render, remember single quotes, like -t ' $uptime '
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
-u SECONDS
|
|
|
|
Update interval
|
|
|
|
|
|
|
|
|
|
|
|
-w WIN_ID
|
|
|
|
Window id to draw
|
|
|
|
|
|
|
|
|
|
|
|
-x X_COORDINATE
|
|
|
|
X position
|
|
|
|
|
|
|
|
|
|
|
|
-y Y_COORDINATE
|
|
|
|
Y position
|
|
|
|
|
|
|
|
|
|
|
|
CONFIGURATION SETTINGS
|
2005-11-17 04:54:45 +00:00
|
|
|
Default configuration file is $HOME/.conkyrc (can be changed from
|
2005-11-02 05:27:31 +00:00
|
|
|
conky.c among other things). See conkyrc.sample. If installing from
|
2006-01-06 23:56:12 +00:00
|
|
|
Debian package, this should be in /usr/share/doc/conky/examples ("gun-
|
2005-08-30 02:45:09 +00:00
|
|
|
zip conkyrc.sample.gz" to get conkyrc.sample).
|
|
|
|
|
2005-11-17 04:54:45 +00:00
|
|
|
You might want to copy it to $HOME/.conkyrc and then start modifying
|
2005-08-30 02:45:09 +00:00
|
|
|
it. Other configs can be found at http://conky.sf.net
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
alignment
|
2006-01-06 23:56:12 +00:00
|
|
|
Aligned position on screen, may be top_left, top_right, bot-
|
2005-08-22 00:24:24 +00:00
|
|
|
tom_left, bottom_right, or none
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
background
|
2005-11-02 05:27:31 +00:00
|
|
|
Boolean value, if true, Conky will be forked to background when
|
2005-08-21 22:18:14 +00:00
|
|
|
started
|
|
|
|
|
|
|
|
|
|
|
|
on_bottom
|
|
|
|
Set conky on the bottom of all other applications
|
|
|
|
|
|
|
|
|
|
|
|
border_margin
|
|
|
|
Border margin in pixels
|
|
|
|
|
|
|
|
|
|
|
|
border_width
|
|
|
|
Border width in pixels
|
|
|
|
|
|
|
|
|
|
|
|
cpu_avg_samples
|
|
|
|
The number of samples to average for CPU monitoring
|
|
|
|
|
|
|
|
|
|
|
|
default_color
|
|
|
|
Default color and border color
|
|
|
|
|
|
|
|
|
|
|
|
default_shade_color
|
2006-01-06 23:56:12 +00:00
|
|
|
Default shading color and border's shading color
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
default_outline_color
|
|
|
|
Default outline color
|
|
|
|
|
|
|
|
|
|
|
|
double_buffer
|
2006-01-06 23:56:12 +00:00
|
|
|
Use the Xdbe extension? (eliminates flicker) It is highly recom-
|
|
|
|
mended to use own window with this one so double buffer won't be
|
2005-08-21 22:18:14 +00:00
|
|
|
so big.
|
|
|
|
|
|
|
|
|
|
|
|
draw_borders
|
|
|
|
Draw borders around text?
|
|
|
|
|
|
|
|
|
2006-01-05 23:23:51 +00:00
|
|
|
draw_graph_borders
|
|
|
|
Draw borders around graphs?
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
draw_shades
|
|
|
|
Draw shades?
|
|
|
|
|
|
|
|
|
|
|
|
draw_outline
|
|
|
|
Draw outlines?
|
|
|
|
|
|
|
|
|
|
|
|
font Font name in X, xfontsel can be used to get a nice font
|
|
|
|
|
|
|
|
|
2005-11-02 05:27:31 +00:00
|
|
|
gap_x Gap between right or left border of screen, same as passing -x
|
2005-08-21 22:18:14 +00:00
|
|
|
at command line
|
|
|
|
|
|
|
|
|
2005-11-02 05:27:31 +00:00
|
|
|
gap_y Gap between top or bottom border of screen, same as passing -y
|
2005-08-21 22:18:14 +00:00
|
|
|
at command line
|
|
|
|
|
|
|
|
|
|
|
|
no_buffers
|
|
|
|
Substract (file system) buffers from used memory?
|
|
|
|
|
|
|
|
|
|
|
|
mail_spool
|
|
|
|
Mail spool for mail checking
|
|
|
|
|
|
|
|
|
2005-08-24 06:21:50 +00:00
|
|
|
maximum_width pixels
|
|
|
|
Maximum width of window
|
|
|
|
|
|
|
|
|
|
|
|
minimum_size width (height)
|
2005-08-21 22:18:14 +00:00
|
|
|
Minimum size of window
|
|
|
|
|
|
|
|
|
|
|
|
mldonkey_hostname
|
|
|
|
Hostname for mldonkey stuff, defaults to localhost
|
|
|
|
|
|
|
|
|
|
|
|
mldonkey_port
|
|
|
|
Mldonkey port, 4001 default
|
|
|
|
|
|
|
|
|
|
|
|
mldonkey_login
|
|
|
|
Mldonkey login, default none
|
|
|
|
|
|
|
|
|
|
|
|
mldonkey_password
|
|
|
|
Mldonkey password, default none
|
|
|
|
|
|
|
|
|
|
|
|
mpd_host
|
|
|
|
Host of MPD server
|
|
|
|
|
|
|
|
|
2005-08-27 21:04:37 +00:00
|
|
|
mpd_port
|
2005-08-21 22:18:14 +00:00
|
|
|
Port of MPD server
|
|
|
|
|
|
|
|
|
|
|
|
mpd_password
|
|
|
|
MPD server password
|
|
|
|
|
|
|
|
|
|
|
|
net_avg_samples
|
|
|
|
The number of samples to average for net data
|
|
|
|
|
|
|
|
|
|
|
|
override_utf8_locale
|
|
|
|
Force UTF8? requires XFT
|
|
|
|
|
|
|
|
|
|
|
|
own_window
|
|
|
|
Boolean, create own window to draw?
|
|
|
|
|
|
|
|
|
2005-08-25 09:24:26 +00:00
|
|
|
own_window_transparent
|
|
|
|
Boolean, set pseudo-transparency?
|
|
|
|
|
|
|
|
|
|
|
|
own_window_colour colour
|
2005-11-02 05:27:31 +00:00
|
|
|
If own_window_transparent no, set a specified background colour
|
2005-11-17 04:54:45 +00:00
|
|
|
(defaults to black). Takes either a hex value (#ffffff) or a
|
2005-08-25 09:24:26 +00:00
|
|
|
valid RGB name (see /usr/lib/X11/rgb.txt)
|
|
|
|
|
|
|
|
|
2005-11-24 15:36:46 +00:00
|
|
|
out_to_console
|
|
|
|
Print text to stdout.
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
pad_percents
|
|
|
|
Pad percentages to this many decimals (0 = no padding)
|
|
|
|
|
|
|
|
|
|
|
|
stippled_borders
|
|
|
|
Border stippling (dashing) in pixels
|
|
|
|
|
|
|
|
|
|
|
|
total_run_times
|
2005-11-02 05:27:31 +00:00
|
|
|
Total number of times for Conky to update before quitting. Zero
|
2005-08-21 22:18:14 +00:00
|
|
|
makes Conky run forever
|
|
|
|
|
|
|
|
|
|
|
|
update_interval
|
|
|
|
Update interval in seconds
|
|
|
|
|
|
|
|
|
|
|
|
uppercase
|
|
|
|
Boolean value, if true, text is rendered in upper case
|
|
|
|
|
|
|
|
|
|
|
|
use_spacer
|
|
|
|
Adds spaces after certain objects to stop them from moving other
|
|
|
|
things around. Note that this only helps if you are using a mono
|
|
|
|
font, such as Bitstream Vera Sans Mono.
|
|
|
|
|
|
|
|
|
|
|
|
use_xft
|
|
|
|
Use Xft (anti-aliased font and stuff)
|
|
|
|
|
|
|
|
|
2005-11-11 03:28:24 +00:00
|
|
|
min_port_monitors
|
|
|
|
Allow for the creation of at least this number of port monitors
|
|
|
|
(if 0 or not set, default is 16)
|
|
|
|
|
|
|
|
|
|
|
|
min_port_monitor_connections
|
|
|
|
Allow each port monitor to track at least this many connections
|
|
|
|
(if 0 or not set, default is 256)
|
|
|
|
|
|
|
|
|
2005-08-30 02:45:09 +00:00
|
|
|
TEXT After this begins text to be formatted on screen
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
VARIABLES
|
2005-11-02 05:27:31 +00:00
|
|
|
Colors are parsed using XParsecolor(), there might be a list of them:
|
2005-11-17 04:54:45 +00:00
|
|
|
/usr/X11R6/lib/X11/rgb.txt. Also, http://sedition.com/perl/rgb.html
|
2006-01-06 23:56:12 +00:00
|
|
|
[http://sedition.com/perl/rgb.html]. Color can be also in #rrggbb for-
|
2005-11-17 04:54:45 +00:00
|
|
|
mat (hex). Note that when displaying bytes, power is 1024 and not 1000
|
|
|
|
so 1M really means 1024*1024 bytes and not 1000*1000.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
2005-08-29 16:52:54 +00:00
|
|
|
addr interface
|
2005-08-21 22:18:14 +00:00
|
|
|
IP address for an interface
|
|
|
|
|
|
|
|
|
|
|
|
acpiacadapter
|
|
|
|
ACPI ac adapter state.
|
|
|
|
|
|
|
|
|
|
|
|
acpifan
|
|
|
|
ACPI fan state
|
|
|
|
|
|
|
|
|
|
|
|
acpitemp
|
2005-08-22 00:24:24 +00:00
|
|
|
ACPI temperature in C.
|
|
|
|
|
|
|
|
|
|
|
|
acpitempf
|
|
|
|
ACPI temperature in F.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
adt746xcpu
|
|
|
|
CPU temperature from therm_adt746x
|
|
|
|
|
|
|
|
|
|
|
|
adt746xfan
|
|
|
|
Fan speed from therm_adt746x
|
|
|
|
|
|
|
|
|
|
|
|
alignr (num)
|
|
|
|
Right-justify text, with space of N
|
|
|
|
|
|
|
|
|
|
|
|
alignc (num)
|
|
|
|
Align text to centre
|
|
|
|
|
|
|
|
|
2005-08-31 06:48:00 +00:00
|
|
|
apm_adapter
|
|
|
|
Display APM AC adapter status (FreeBSD only)
|
|
|
|
|
|
|
|
|
|
|
|
apm_battery_life
|
|
|
|
Display APM battery life in percent (FreeBSD only)
|
|
|
|
|
|
|
|
|
|
|
|
apm_battery_time
|
2005-11-02 05:27:31 +00:00
|
|
|
Display remaining APM battery life in hh:mm:ss or "unknown" if
|
2005-08-31 06:48:00 +00:00
|
|
|
AC adapterstatus is on-line or charging (FreeBSD only)
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
battery (num)
|
2005-11-02 05:27:31 +00:00
|
|
|
Remaining capacity in ACPI or APM battery. ACPI battery number
|
2005-08-21 22:18:14 +00:00
|
|
|
can be given as argument (default is BAT0).
|
|
|
|
|
|
|
|
|
2006-01-02 03:39:51 +00:00
|
|
|
bmpx_artist
|
|
|
|
Artist in current BMPx track
|
|
|
|
|
|
|
|
|
|
|
|
bmpx_album
|
|
|
|
Album in current BMPx track
|
|
|
|
|
|
|
|
|
|
|
|
bmpx_title
|
|
|
|
Title of the current BMPx track
|
|
|
|
|
|
|
|
|
|
|
|
bmpx_track
|
|
|
|
Track number of the current BMPx track
|
|
|
|
|
|
|
|
|
|
|
|
bmpx_bitrate
|
|
|
|
Bitrate of the current BMPx track
|
|
|
|
|
|
|
|
|
|
|
|
bmpx_uri
|
|
|
|
URI of the current BMPx track
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
buffers
|
|
|
|
Amount of memory buffered
|
|
|
|
|
|
|
|
|
|
|
|
cached Amount of memory cached
|
|
|
|
|
|
|
|
|
|
|
|
color (color)
|
|
|
|
Change drawing color to color
|
|
|
|
|
|
|
|
|
2005-08-27 10:36:28 +00:00
|
|
|
cpu (cpuN)
|
2005-11-02 05:27:31 +00:00
|
|
|
CPU usage in percents. For SMP machines, the CPU number can be
|
2005-08-27 10:36:28 +00:00
|
|
|
provided as an argument. cpu0 is the total usage, and >=cpu1 are
|
2005-08-31 06:48:00 +00:00
|
|
|
individual CPUs.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
2005-08-27 10:36:28 +00:00
|
|
|
cpubar (cpu number) (height),(width)
|
2006-01-06 23:56:12 +00:00
|
|
|
Bar that shows CPU usage, height is bar's height in pixels. See
|
2005-08-31 06:48:00 +00:00
|
|
|
$cpu for more info on SMP.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
2005-11-17 04:54:45 +00:00
|
|
|
cpugraph (cpu number) (height),(width) (gradient colour 1) (gradient
|
2005-08-27 10:36:28 +00:00
|
|
|
colour 2)
|
2005-11-02 05:27:31 +00:00
|
|
|
CPU usage graph, with optional colours in hex, minus the #. See
|
2005-08-27 10:36:28 +00:00
|
|
|
$cpu for more info on SMP.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
2005-08-26 02:16:35 +00:00
|
|
|
diskio Displays current disk IO.
|
|
|
|
|
|
|
|
|
2005-11-17 04:54:45 +00:00
|
|
|
diskiograph (height),(width) (gradient colour 1) (gradient colour 2)
|
2005-08-26 02:16:35 +00:00
|
|
|
(scale)
|
2005-11-02 05:27:31 +00:00
|
|
|
Disk IO graph, colours defined in hex, minus the #. If scale is
|
2005-08-26 02:16:35 +00:00
|
|
|
non-zero, it becomes the scale for the graph.
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
downspeed net
|
|
|
|
Download speed in kilobytes
|
|
|
|
|
|
|
|
|
|
|
|
downspeedf net
|
|
|
|
Download speed in kilobytes with one decimal
|
|
|
|
|
|
|
|
|
2005-11-17 04:54:45 +00:00
|
|
|
downspeedgraph net (height),(width) (gradient colour 1) (gradient
|
2005-08-25 04:00:55 +00:00
|
|
|
colour 2) (scale)
|
2005-11-02 05:27:31 +00:00
|
|
|
Download speed graph, colours defined in hex, minus the #. If
|
2005-08-25 04:00:55 +00:00
|
|
|
scale is non-zero, it becomes the scale for the graph.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
else Text to show if any of the above are not true
|
|
|
|
|
|
|
|
|
2005-08-23 03:00:50 +00:00
|
|
|
exec command
|
2006-01-06 23:56:12 +00:00
|
|
|
Executes a shell command and displays the output in conky. warn-
|
|
|
|
ing: this takes a lot more resources than other variables. I'd
|
2005-08-21 22:18:14 +00:00
|
|
|
recommend coding wanted behaviour in C and posting a patch.
|
|
|
|
|
|
|
|
|
2005-08-23 03:00:50 +00:00
|
|
|
execbar command
|
2005-11-02 05:27: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
|
2005-08-21 22:18:14 +00:00
|
|
|
the bar is currently fixed, but that may change in the future.
|
|
|
|
|
|
|
|
|
2005-08-23 03:00:50 +00:00
|
|
|
execgraph command
|
2005-08-25 04:00:55 +00:00
|
|
|
Same as execbar, but graphs values.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
2005-08-24 01:05:27 +00:00
|
|
|
execi interval command
|
2006-01-06 23:56:12 +00:00
|
|
|
Same as exec but with specific interval. Interval can't be less
|
2005-08-30 00:22:55 +00:00
|
|
|
than update_interval in configuration. See also $texeci
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
2005-08-23 03:00:50 +00:00
|
|
|
execibar interval command
|
|
|
|
Same as execbar, except with an interval
|
|
|
|
|
|
|
|
|
|
|
|
execigraph interval command
|
|
|
|
Same as execigraph, but takes an interval arg graphs values
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
font font
|
|
|
|
Specify a different font. Only applies to one line.
|
|
|
|
|
|
|
|
|
2005-08-22 00:24:24 +00:00
|
|
|
freq Returns CPU frequency in MHz
|
|
|
|
|
|
|
|
|
|
|
|
freq_g Returns CPU frequency in GHz
|
|
|
|
|
|
|
|
|
2005-08-26 02:16:35 +00:00
|
|
|
freq_dyn
|
2005-11-02 05:27:31 +00:00
|
|
|
Returns CPU frequency in MHz, but is calculated by counting to
|
2005-11-17 04:54:45 +00:00
|
|
|
clock cycles to complete an instruction. Only available for
|
2005-08-26 02:16:35 +00:00
|
|
|
x86/amd64.
|
|
|
|
|
|
|
|
|
|
|
|
freq_dyn_g
|
2005-11-02 05:27:31 +00:00
|
|
|
Returns CPU frequency in GHz, but is calculated by counting to
|
2005-11-17 04:54:45 +00:00
|
|
|
clock cycles to complete an instruction. Only available for
|
2005-08-26 02:16:35 +00:00
|
|
|
x86/amd64.
|
|
|
|
|
|
|
|
|
2005-08-22 00:24:24 +00:00
|
|
|
fs_bar (height),(width) fs
|
2005-11-02 05:27:31 +00:00
|
|
|
Bar that shows how much space is used on a file system. height
|
2005-08-21 22:18:14 +00:00
|
|
|
is the height in pixels. fs is any file on that file system.
|
|
|
|
|
|
|
|
|
|
|
|
fs_free (fs)
|
|
|
|
Free space on a file system available for users.
|
|
|
|
|
|
|
|
|
|
|
|
fs_free_perc (fs)
|
|
|
|
Free percentage of space on a file system available for users.
|
|
|
|
|
|
|
|
|
|
|
|
fs_size (fs)
|
|
|
|
File system size
|
|
|
|
|
|
|
|
|
|
|
|
fs_used (fs)
|
|
|
|
File system used space
|
|
|
|
|
|
|
|
|
2005-08-26 05:52:43 +00:00
|
|
|
head logfile lines (interval)
|
2005-11-02 05:27:31 +00:00
|
|
|
Displays first N lines of supplied text text file. If interval
|
2006-01-06 23:56:12 +00:00
|
|
|
is not supplied, Conky assumes 2x Conky's interval. Max of 30
|
2005-08-26 05:52:43 +00:00
|
|
|
lines can be displayed, or until the text buffer is filled.
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
hr (height)
|
|
|
|
Horizontal line, height is the height in pixels
|
|
|
|
|
|
|
|
|
|
|
|
i2c (dev), type, n
|
2005-11-17 04:54:45 +00:00
|
|
|
I2C sensor from sysfs (Linux 2.6). dev may be omitted if you
|
|
|
|
have only one I2C device. type is either in (or vol) meaning
|
2005-08-21 22:18:14 +00:00
|
|
|
voltage, fan meaning fan or temp/tempf (first in C, second in F)
|
2005-11-02 05:27:31 +00:00
|
|
|
meaning temperature. n is number of the sensor. See
|
2005-08-21 22:18:14 +00:00
|
|
|
/sys/bus/i2c/devices/ on your local computer.
|
|
|
|
|
|
|
|
|
2005-08-27 08:14:29 +00:00
|
|
|
i8k_ac_status
|
2005-11-02 05:27: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
|
2005-08-27 08:14:29 +00:00
|
|
|
i8k itself.
|
|
|
|
|
|
|
|
|
|
|
|
i8k_bios
|
2005-11-02 05:27:31 +00:00
|
|
|
If running the i8k kernel driver for Inspiron laptops, displays
|
2005-08-27 08:14:29 +00:00
|
|
|
the bios version as listed in /proc/i8k.
|
|
|
|
|
|
|
|
|
|
|
|
i8k_buttons_status
|
2005-11-02 05:27:31 +00:00
|
|
|
If running the i8k kernel driver for Inspiron laptops, displays
|
2005-08-27 08:14:29 +00:00
|
|
|
the volume buttons status as listed in /proc/i8k.
|
|
|
|
|
|
|
|
|
|
|
|
i8k_cpu_temp
|
2005-11-02 05:27:31 +00:00
|
|
|
If running the i8k kernel driver for Inspiron laptops, displays
|
2005-08-27 08:14:29 +00:00
|
|
|
the cpu temperature in celsius, as reported by /proc/i8k.
|
|
|
|
|
|
|
|
|
|
|
|
i8k_cpu_tempf
|
2005-11-02 05:27:31 +00:00
|
|
|
If running the i8k kernel driver for Inspiron laptops, displays
|
2005-08-27 08:14:29 +00:00
|
|
|
the cpu temperature in farenheit, as reported by /proc/i8k.
|
|
|
|
|
|
|
|
|
|
|
|
i8k_left_fan_rpm
|
2005-11-02 05:27:31 +00:00
|
|
|
If running the i8k kernel driver for Inspiron laptops, displays
|
2006-01-06 23:56:12 +00:00
|
|
|
the left fan's rate of rotation, in revolutions per minute as
|
2005-08-27 08:14:29 +00:00
|
|
|
listed in /proc/i8k. Beware, some laptops i8k reports these fans
|
|
|
|
in reverse order.
|
|
|
|
|
|
|
|
|
|
|
|
i8k_left_fan_status
|
2005-11-02 05:27:31 +00:00
|
|
|
If running the i8k kernel driver for Inspiron laptops, displays
|
2005-11-17 04:54:45 +00:00
|
|
|
the left fan status as listed in /proc/i8k (translated to human-
|
|
|
|
readable). Beware, some laptops i8k reports these fans in
|
2005-08-27 08:14:29 +00:00
|
|
|
reverse order.
|
|
|
|
|
|
|
|
|
|
|
|
i8k_right_fan_rpm
|
2005-11-02 05:27:31 +00:00
|
|
|
If running the i8k kernel driver for Inspiron laptops, displays
|
2006-01-06 23:56:12 +00:00
|
|
|
the right fan's rate of rotation, in revolutions per minute as
|
2005-08-27 08:14:29 +00:00
|
|
|
listed in /proc/i8k. Beware, some laptops i8k reports these fans
|
|
|
|
in reverse order.
|
|
|
|
|
|
|
|
|
|
|
|
i8k_right_fan_status
|
2005-11-02 05:27: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
|
2005-08-27 08:14:29 +00:00
|
|
|
reverse order.
|
|
|
|
|
|
|
|
|
|
|
|
i8k_serial
|
2005-11-02 05:27:31 +00:00
|
|
|
If running the i8k kernel driver for Inspiron laptops, displays
|
2005-08-27 08:14:29 +00:00
|
|
|
your laptop serial number as listed in /proc/i8k.
|
|
|
|
|
|
|
|
|
|
|
|
i8k_version
|
2005-11-02 05:27:31 +00:00
|
|
|
If running the i8k kernel driver for Inspiron laptops, displays
|
2005-08-27 08:14:29 +00:00
|
|
|
the version formatting of /proc/i8k.
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
if_running (process)
|
2005-11-02 05:27:31 +00:00
|
|
|
if PROCESS is running, display everything if_running and the
|
2005-08-21 22:18:14 +00:00
|
|
|
matching $endif
|
|
|
|
|
|
|
|
|
|
|
|
if_existing (file)
|
2005-11-02 05:27:31 +00:00
|
|
|
if FILE exists, display everything between if_existing and the
|
2005-08-21 22:18:14 +00:00
|
|
|
matching $endif
|
|
|
|
|
|
|
|
|
|
|
|
if_mounted (mountpoint)
|
2005-11-02 05:27:31 +00:00
|
|
|
if MOUNTPOINT is mounted, display everything between if_mounted
|
2005-08-21 22:18:14 +00:00
|
|
|
and the matching $endif
|
|
|
|
|
|
|
|
|
2006-01-06 02:29:54 +00:00
|
|
|
infopipe_bar (height),(width)
|
|
|
|
XMMS/BMP InfoPipe progress bar
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_bitrate
|
|
|
|
XMMS/BMP InfoPipe bitrate of current tune
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_channels
|
|
|
|
XMMS/BMP InfoPipe number of audio channels of current tune
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_file
|
|
|
|
XMMS/BMP InfoPipe full path and file name of current tune
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_frequency
|
|
|
|
XMMS/BMP InfoPipe sampling frequency of current tune
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_playlist_currtune
|
|
|
|
XMMS/BMP InfoPipe playlist index number of current tune
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_playlist_tunes
|
|
|
|
XMMS/BMP InfoPipe number of tunes in the playlist
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_position
|
|
|
|
XMMS/BMP InfoPipe play position (MM:SS) of current tune
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_protocol
|
|
|
|
XMMS/BMP InfoPipe protocol
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_status
|
2006-01-06 04:15:34 +00:00
|
|
|
XMMS/BMP InfoPipe status (Playing/Paused/Stopped/Not running)
|
2006-01-06 02:29:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
infopipe_time
|
|
|
|
XMMS/BMP InfoPipe total time length (MM:SS) of current tune
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_title
|
|
|
|
XMMS/BMP InfoPipe title of current tune
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_usec_position
|
|
|
|
XMMS/BMP InfoPipe uSec position of current tune
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_usec_time
|
|
|
|
XMMS/BMP InfoPipe uSec total time length of current tune
|
|
|
|
|
|
|
|
|
|
|
|
infopipe_version
|
|
|
|
XMMS/BMP InfoPipe plugin version
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
kernel Kernel version
|
|
|
|
|
|
|
|
|
2005-08-26 06:14:26 +00:00
|
|
|
linkstatus interface
|
2005-08-21 22:18:14 +00:00
|
|
|
Get the link status for wireless connections
|
|
|
|
|
|
|
|
|
|
|
|
loadavg
|
|
|
|
(1,2,3)> System load average, 1 is for past 1 minute, 2 for past
|
|
|
|
5 minutes and 3 for past 15 minutes.
|
|
|
|
|
|
|
|
|
|
|
|
machine
|
|
|
|
Machine, i686 for example
|
|
|
|
|
|
|
|
|
2005-11-02 05:27:31 +00:00
|
|
|
mails Mail count in mail spool. You can use program like fetchmail to
|
|
|
|
get mails from some server using your favourite protocol. See
|
2005-08-21 22:18:14 +00:00
|
|
|
also new_mails.
|
|
|
|
|
|
|
|
|
|
|
|
mem Amount of memory in use
|
|
|
|
|
|
|
|
|
2005-08-22 00:24:24 +00:00
|
|
|
membar (height),(width)
|
2005-08-21 22:18:14 +00:00
|
|
|
Bar that shows amount of memory in use
|
|
|
|
|
|
|
|
|
|
|
|
memmax Total amount of memory
|
|
|
|
|
|
|
|
|
|
|
|
memperc
|
|
|
|
Percentage of memory in use
|
|
|
|
|
|
|
|
|
|
|
|
mpd_artist
|
|
|
|
Artist in current MPD song must be enabled at compile
|
|
|
|
|
|
|
|
|
|
|
|
mpd_album
|
|
|
|
Album in current MPD song
|
|
|
|
|
|
|
|
|
2005-08-22 00:24:24 +00:00
|
|
|
mpd_bar (height),(width)
|
2006-01-06 23:56:12 +00:00
|
|
|
Bar of mpd's progress
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
mpd_bitrate
|
|
|
|
Bitrate of current song
|
|
|
|
|
|
|
|
|
|
|
|
mpd_status
|
|
|
|
Playing, stopped, et cetera.
|
|
|
|
|
|
|
|
|
|
|
|
mpd_title
|
|
|
|
Title of current MPD song
|
|
|
|
|
|
|
|
|
|
|
|
mpd_vol
|
2006-01-06 23:56:12 +00:00
|
|
|
MPD's volume
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
mpd_elapsed
|
2006-01-06 23:56:12 +00:00
|
|
|
Song's elapsed time
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
mpd_length
|
2006-01-06 23:56:12 +00:00
|
|
|
Song's length
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
mpd_percent
|
2006-01-06 23:56:12 +00:00
|
|
|
Percent of song's progress
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
2005-10-18 00:28:23 +00:00
|
|
|
mpd_random
|
|
|
|
Random status (On/Off)
|
|
|
|
|
|
|
|
|
|
|
|
mpd_repeat
|
|
|
|
Repeat status (On/Off)
|
|
|
|
|
|
|
|
|
|
|
|
mpd_track
|
|
|
|
Prints the MPD track field
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
new_mails
|
|
|
|
Unread mail count in mail spool.
|
|
|
|
|
|
|
|
|
|
|
|
nodename
|
|
|
|
Hostname
|
|
|
|
|
|
|
|
|
|
|
|
outlinecolor (color)
|
|
|
|
Change outline color
|
|
|
|
|
|
|
|
|
|
|
|
pre_exec shell command
|
|
|
|
Executes a shell command one time before conky displays anything
|
|
|
|
and puts output as text.
|
|
|
|
|
|
|
|
|
|
|
|
processes
|
|
|
|
Total processes (sleeping and running)
|
|
|
|
|
|
|
|
|
|
|
|
running_processes
|
|
|
|
Running processes (not sleeping), requires Linux 2.6
|
|
|
|
|
|
|
|
|
|
|
|
shadecolor (color)
|
|
|
|
Change shading color
|
|
|
|
|
|
|
|
|
|
|
|
stippled_hr (space)
|
|
|
|
Stippled (dashed) horizontal line
|
|
|
|
|
|
|
|
|
2005-08-22 00:24:24 +00:00
|
|
|
swapbar (height),(width)
|
2005-08-21 22:18:14 +00:00
|
|
|
Bar that shows amount of swap in use
|
|
|
|
|
|
|
|
|
|
|
|
swap Amount of swap in use
|
|
|
|
|
|
|
|
|
|
|
|
swapmax
|
|
|
|
Total amount of swap
|
|
|
|
|
|
|
|
|
|
|
|
swapperc
|
|
|
|
Percentage of swap in use
|
|
|
|
|
|
|
|
|
|
|
|
sysname
|
|
|
|
System name, Linux for example
|
|
|
|
|
|
|
|
|
2005-11-02 04:22:40 +00:00
|
|
|
tcp_portmon port_begin port_end item (index) (ip4 only at present)
|
|
|
|
TCP port monitor for specified local ports. Port numbers must be
|
|
|
|
in the range 1 to 65535. Valid items are:
|
|
|
|
|
|
|
|
count - total number of connections in the range
|
|
|
|
|
|
|
|
rip - remote ip address
|
|
|
|
|
|
|
|
rhost - remote host name
|
|
|
|
|
|
|
|
rport - remote port number
|
|
|
|
|
|
|
|
lip - local ip address
|
|
|
|
|
|
|
|
lhost - local host name
|
|
|
|
|
|
|
|
lservice - local service name from /etc/services
|
|
|
|
|
|
|
|
The connection index provides you with access to each connection
|
2005-11-02 05:27:31 +00:00
|
|
|
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
|
2005-11-02 04:22:40 +00:00
|
|
|
must be omitted. It is required for all other items.
|
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
2006-01-06 23:56:12 +00:00
|
|
|
${tcp_portmon 6881 6999 count} - displays the number of connec-
|
2005-11-02 04:22:40 +00:00
|
|
|
tions in the bittorrent port range
|
|
|
|
|
2005-11-02 05:27:31 +00:00
|
|
|
${tcp_portmon 22 22 rip 0} - displays the remote host ip of the
|
2005-11-02 04:22:40 +00:00
|
|
|
first sshd connection
|
|
|
|
|
2005-11-02 05:27:31 +00:00
|
|
|
${tcp_portmon 22 22 rip 9} - displays the remote host ip of the
|
2005-11-02 04:22:40 +00:00
|
|
|
tenth sshd connection
|
|
|
|
|
|
|
|
${tcp_portmon 1 1024 rhost 0} - displays the remote host name of
|
|
|
|
the first connection on a privileged port
|
|
|
|
|
|
|
|
${tcp_portmon 1 1024 rport 4} - displays the remote host port of
|
|
|
|
the fifth connection on a privileged port
|
|
|
|
|
2005-11-02 05:27:31 +00:00
|
|
|
${tcp_portmon 1 65535 lservice 14} - displays the local service
|
2005-11-02 04:22:40 +00:00
|
|
|
name of the fifteenth connection in the range of all ports
|
|
|
|
|
|
|
|
Note that port monitor variables which share the same port range
|
2006-01-06 23:56:12 +00:00
|
|
|
actually refer to the same monitor, so many references to a sin-
|
2005-11-02 04:22:40 +00:00
|
|
|
gle port range for different items and different indexes all use
|
2005-11-02 05:27:31 +00:00
|
|
|
the same monitor internally. In other words, the program avoids
|
2005-11-02 04:22:40 +00:00
|
|
|
creating redundant monitors.
|
|
|
|
|
2005-08-30 00:22:55 +00:00
|
|
|
texeci interval command
|
2005-11-17 04:54:45 +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
|
2006-01-06 23:56:12 +00:00
|
|
|
thread. Use this if you have a slow script to keep Conky updat-
|
2005-11-02 05:27:31 +00:00
|
|
|
ing. 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
|
2005-08-30 00:22:55 +00:00
|
|
|
interval at least 6 seconds. See also $execi.
|
|
|
|
|
|
|
|
|
2005-08-22 00:24:24 +00:00
|
|
|
offset (pixels)
|
|
|
|
Move text over by N pixels. See also $voffset.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
2005-08-26 05:52:43 +00:00
|
|
|
tail logfile lines (interval)
|
|
|
|
Displays last N lines of supplied text text file. If interval is
|
2006-01-06 23:56:12 +00:00
|
|
|
not supplied, Conky assumes 2x Conky's interval. Max of 30 lines
|
2005-08-26 05:52:43 +00:00
|
|
|
can be displayed, or until the text buffer is filled.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
time (format)
|
2006-01-06 23:56:12 +00:00
|
|
|
Local time, see man strftime to get more information about for-
|
2005-08-21 22:18:14 +00:00
|
|
|
mat
|
|
|
|
|
|
|
|
|
|
|
|
totaldown net
|
2005-11-02 05:27:31 +00:00
|
|
|
Total download, overflows at 4 GB on Linux with 32-bit arch and
|
2006-01-06 23:56:12 +00:00
|
|
|
there doesn't seem to be a way to know how many times it has
|
2005-08-21 22:18:14 +00:00
|
|
|
already done that before conky has started.
|
|
|
|
|
|
|
|
|
|
|
|
top type, num
|
2005-11-02 05:27:31 +00:00
|
|
|
This takes arguments in the form:top (name) (number) Basically,
|
|
|
|
processes are ranked from highest to lowest in terms of cpu
|
2005-11-17 04:54:45 +00:00
|
|
|
usage, which is what (num) represents. The types are: "name",
|
|
|
|
"pid", "cpu", and mem". There can be a max of 10 processes
|
2005-08-21 22:18:14 +00:00
|
|
|
listed.
|
|
|
|
|
|
|
|
|
|
|
|
top_mem type, num
|
|
|
|
Same as top, except sorted by mem usage instead of cpu
|
|
|
|
|
|
|
|
|
|
|
|
totalup net
|
|
|
|
Total upload, this one too, may overflow
|
|
|
|
|
|
|
|
|
|
|
|
updates Number of updates
|
|
|
|
for debugging
|
|
|
|
|
|
|
|
|
|
|
|
upspeed net
|
|
|
|
Upload speed in kilobytes
|
|
|
|
|
|
|
|
|
|
|
|
upspeedf net
|
|
|
|
Upload speed in kilobytes with one decimal
|
|
|
|
|
|
|
|
|
2005-11-02 05:27:31 +00:00
|
|
|
upspeedgraph net (height),(width) (gradient colour 1) (gradient colour
|
2005-08-25 04:00:55 +00:00
|
|
|
2) (scale)
|
2005-11-02 05:27:31 +00:00
|
|
|
Upload speed graph, colours defined in hex, minus the #. If
|
2005-08-25 04:00:55 +00:00
|
|
|
scale is non-zero, it becomes the scale for the graph.
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
uptime Uptime
|
|
|
|
|
|
|
|
|
|
|
|
uptime_short
|
|
|
|
Uptime in a shorter format
|
|
|
|
|
|
|
|
|
|
|
|
seti_prog
|
|
|
|
Seti@home current progress
|
|
|
|
|
|
|
|
|
2005-08-22 00:24:24 +00:00
|
|
|
seti_progbar (height),(width)
|
2005-08-21 22:18:14 +00:00
|
|
|
Seti@home current progress bar
|
|
|
|
|
|
|
|
|
|
|
|
seti_credit
|
|
|
|
Seti@home total user credit
|
|
|
|
|
|
|
|
|
2005-08-22 00:24:24 +00:00
|
|
|
voffset (pixels)
|
2005-11-17 04:54:45 +00:00
|
|
|
Change verticle offset by N pixels. Negative values will cause
|
2005-08-22 00:24:24 +00:00
|
|
|
text to overlap. See also $offset.
|
|
|
|
|
|
|
|
|
2005-08-21 22:18:14 +00:00
|
|
|
EXAMPLES
|
2006-01-06 23:56:12 +00:00
|
|
|
conky -t '${time %D %H:%m}' -o -u 30
|
2005-08-21 22:18:14 +00:00
|
|
|
Start Conky in its own window with date and clock as text and 30
|
|
|
|
sec update interval.
|
|
|
|
|
|
|
|
conky -a top_left -x 5 -y 500 -d
|
|
|
|
Start Conky to background at coordinates (5, 500).
|
|
|
|
|
|
|
|
FILES
|
|
|
|
~/.conkyrc default configuration file
|
|
|
|
|
|
|
|
BUGS
|
2006-01-06 23:56:12 +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
|
2005-11-17 04:54:45 +00:00
|
|
|
disabled from drawing to desktop with program gconf-editor. Uncheck
|
2005-11-02 05:27:31 +00:00
|
|
|
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
|
2005-08-21 22:18:14 +00:00
|
|
|
which makes Conky to create its own window.
|
|
|
|
|
|
|
|
SEE ALSO
|
2005-11-17 04:54:45 +00:00
|
|
|
http://conky.sourceforge.net [http://conky.sourceforge.net]
|
2005-08-21 22:18:14 +00:00
|
|
|
|
2006-01-06 23:56:12 +00:00
|
|
|
http://www.sourceforge.net/projects/conky [http://www.source-
|
2005-11-17 04:54:45 +00:00
|
|
|
forge.net/projects/conky]
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
#conky on irc.freenode.net
|
|
|
|
|
|
|
|
AUTHORS
|
2006-01-06 23:56:12 +00:00
|
|
|
The Conky dev team. What's up now!
|
2005-08-21 22:18:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2006-01-02 03:49:46 +00:00
|
|
|
2006-01-01 conky(1)
|