The fast and nifty Cairo-driven frontend for Conky!

Documenation

Here will be published all information on the internals within Conklets. There is made a huge effort to keep it in sync with the latest release available to allow a fast switch/start with Conklets.

  1. Basic Explanations
  2. You might wonder how some redneck would want to develop something like these Conklets here available and moreover how the hell it is done. It is rather easy. When you browse through the net and look for some nice and modern conky-configs you might come to the conclusion that at one hand the possibilities with Conky are litteraly endless but on the other hand you might find that the possibilities to actually display the information gathered by Conky are rather few and not very appealing. I found some basic scripts extending Conky with Lua and its bindings to Cairo. So after some research in Cairo I decided to start with a framework that can use Conky variables and thisplay them in a new fashion. So Conklets use Conky to gather the information and Cairo/Imlib2 to display them. This combination offers again a vast amount of customizations you can apply to your desktop and allows you to push system monitoring on linux to a whole new level!

  3. Setup
    • Karmic Koala 9.10
    • Currently there are only Debian based distros supported. But installing it on Karmic is rather straightforward. Download the latest .deb-package and invoke:

      sudo dpkg -i conklets.deb

      To start conklets with the default config just type into the terminal:

      conklets
    • Not Karmic
    • Most of the other Debian based distros don't offer the proper Conky version which supports Cairo and Lua. So either you compile Conky yourself which is well explained on their homepage, or if you use *Ubuntu or derivatives (I use Crunchbang Linux) you can simply use the following PPA:
      https://launchpad.net/~norsetto/+archive/ppa/+packages

      After adding this PPA you can continue with the instruction giving above for Karmic Koala

  4. File structure
  5. After the installation there is a hidden folder in the user's home directory that contains first of all a conky config called "conklets".

    Moreover in the very same folder there should be a files called "content.lua" which contains all the variables over which the enduser can take controll like colours, font and lines and most importantly the Widgets that are to be displayed.

    To allow an easy start of conklets there is a little script within /usr/bin called "conklets" which allows you to start conklets right away with this command. The configfile that is used for Conky is the one in your respective home-folder.

    The actual engine and the license are placed within /etc/conklets

  6. Variables
  7. Widgets
  8. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.

© 2009 by: Sebastian Semper