Conky (software)

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Conky
A typical Conky look
A typical Conky look
Original author(s) Brenden Matthews
Stable release 1.8.1 / October 5, 2010; 16 months ago (2010-10-05)
Written in C
Operating system Linux, FreeBSD, and OpenBSD; pre-configured in default installation of PinguyOS.[1]
Type System monitor
License GPL and BSD licenses[2]
Website conky.sourceforge.net

Conky is a free software system monitor for the X Window System. It is available for Linux, FreeBSD, and OpenBSD.[3] Conky is highly configurable[4][5][6] and is able to monitor many system variables including the status of the CPU, memory, swap space, disk storage, temperatures, processes, network interfaces, battery power, system messages, e-mail inboxes, Arch Linux updates, many popular music players (MPD, XMMS2, BMPx, Audacious), and much more.[7] Unlike system monitors that use high-level widget toolkits to render their information, Conky is drawn directly in an X window. This allows it to consume relatively fewer system resources when configured similarly.[8][9]

Conky has gained a strong following among many Linux and BSD enthusiasts, and was hailed as "one of the best maintained, and definitely one of the most useful, programs in the world of open source" according to Jan Rähm in a March 2009 article in Linux Magazine.

Contents

[edit] History

Conky is a fork of torsmo, a system monitor that is no longer maintained.[10] Torsmo, however, continues to be used in systems where applications that use minimal resources are preferred. Damn Small Linux, for example, runs torsmo in its desktop root window on the default installation of its Live CD.[11] Conky derives its name from a character in the Canadian television programme Trailer Park Boys.

[edit] Common uses

While Conky is ideally suited for use as a system monitor, it can also be used to gather and display almost any type of information on the user's desktop (as well as in the command line, if one chooses). Conky can be extended with the Lua programming language, and uses its own functional-ish configuration file syntax. Conky features built-in support for several unrelated sources of information, but its biggest strength lies in its ability to be extended through scripting.

Conky has also been ported to devices such as the Nokia N900,[12] and can be ported to practically any system with GCC and an X11 implementation.

Users have created and distributed many customized scripts, demonstrating Conky's modularity and versatility in function and appearance. A thread on the Ubuntu forums has grown to over 1900 pages of users sharing their configurations.[13][14][15][16]

[edit] Usage example

A simple configuration for Conky which displays the time on a user's desktop is as follows:

update_interval 30
 
own_window yes
own_window_type desktop
 
use_xft yes
xftfont DejaVu Sans:size=14
 
alignment bottom_right
 
TEXT
${time %H:%M}

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).[7]

[edit] Screenshots

[edit] See also

[edit] References

  1. ^ PinguyOS Homepage
  2. ^ About Conky
  3. ^ Conky homepage on SourceForge.net
  4. ^ Expert's guide to configuring Conky by Dmitri Popov on Linux.com
  5. ^ Conky: highly configurable system monitor for X by Casey Stamper on Debian.net
  6. ^ GKrellM vs. Conky by Sebastian Wieseler
  7. ^ a b Conky documentation
  8. ^ conky review by mulander
  9. ^ CLI Magic: Lightweight Conky is a system monitor powerhouse by Shashank Sharma on Linux.com
  10. ^ Conky FAQ
  11. ^ Changelog of Damn Small Linux
  12. ^ Nokia N900 Conky package
  13. ^ Post your .conkyrc files w/ screenshots
  14. ^ Conky scripts
  15. ^ Conky Gmail Revisited
  16. ^ Howto: Get a beautiful Conky 1.4.2 setup
  17. ^ DistroWatch.com: Pinguy OS

[edit] External links

Personal tools
Namespaces
Variants
Actions
Navigation
Interaction
Toolbox
Print/export
Languages