Documentation Pages
- View the Conky man page (1.5.1).
- View the Conky FAQ.
- Pretty table of Conky variables (1.5.1).
- Pretty table of Conky config file settings (1.5.1).
- View the changelog.
Installation Notes
Debian/Ubuntu
At a terminal:
$ sudo apt-get install conky$ zcat /usr/share/doc/conky/examples/conkyrc.sample.gz > ~/.conkyrc
Try running conky by typing "conky"! enjoy!
Gentoo
Have no fear, Conky is in portage. You can install it with:
# emerge app-admin/conky
or, using Paludis:
# paludis -i app-admin/conky
Arch
Conky is available in pacman:
# pacman -S conky
Slackware/Zenwalk
A build of Conky for Slackware/Zenwalk was kindly contributed by Stijn Segers of Zenwalk. The package can be found on the sourceforge download page. You can find a full list of packages at http://users.telenet.be/saranno.famosi/Packages/.
FreeBSD
Conky is avaible in FreeBSD ports, check FreshPorts for details.
Foresight
For Foresight Linux or any other rPath-based distro:
# conary update conky=cookingwithroids.rpath.org@cwr:all
Compiling from source
You'll need the X11 development libraries, version 6.8.2 or later. package name is probably libx11-dev
$ ./configure$ make# make install
The last step is optional, if you don't do this, the conky executable will be in src/.
