Conky (software)

Conky
A typical Conky appearance
Original author(s) Brenden Matthews
Stable release
1.10.8[1] / 7 February 2018 (2018-02-07)
Repository Edit this at Wikidata
Written in C, C++
Operating system Linux, FreeBSD, and OpenBSD
Type System monitor
License GPL and BSD licenses[2]
Website github.com/brndnmtthws/conky

Conky is a free software desktop infotainment 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, etc.), weather updates, breaking news, 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]

Conky was hailed as "one of the best maintained, and definitely one of the most useful, programs in the world of open source" in Linux Magazine.[9]

It comes pre-configured in the default installation of Pinguy OS and CrunchBang Linux.[10][11]

History

Conky is a fork of torsmo, a system monitor that is no longer maintained.[12] 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.[13] Conky derives its name from a character in the Canadian television programme Trailer Park Boys.[14]

Common uses

While Conky is suited for use as a system monitor, it can also be used to gather and display many other sources of information and can be extended with the Lua programming language.

Conky has also been ported to devices such as the Nokia N900[15] 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 2,000 pages of users sharing their configurations.[16][17][18][19]

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 configuration file there (/etc/conky/conky.conf).[7]

Screenshots

See also

References

  1. "Latest releases". Retrieved 7 Feb 2018.
  2. Conky's license info
  3. Conky homepage
  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. 1 2 Conky documentation
  8. CLI Magic: Lightweight Conky is a system monitor powerhouse by Shashank Sharma on Linux.com
  9. Rähm, Jan (March 2009). "Vital Signs: Monitoring your system with Conky" (PDF). Linux Magazine: 86–87.
  10. PinguyOS Homepage
  11. "Archived copy". Archived from the original on 2012-01-28. Retrieved 2012-02-28.
  12. Conky FAQ
  13. Changelog of Damn Small Linux
  14. What is Conky?
  15. Nokia N900 Conky package
  16. Post your .conkyrc files w/ screenshots
  17. Conky scripts
  18. Conky Gmail Revisited
  19. Howto: Get a beautiful Conky 1.4.2 setup
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.