Results 1 to 3 of 3

Thread: How to install and configure Conky

  1. #1
    Join Date
    Dec 2009
    Posts
    192

    How to install and configure Conky

    Introduction :
    Conky can monitor virtually all system parameters, the temperature of the hard drive at the speed of fans through the battery. But this is not just a software like "Everest", it is much more than that. Including allowing an integration on the desktop, displaying graphics, customization and style of all the variables you might want to display. In addition to this, Conky is customizable as you wish.


    Conky is a lightweight and convenient alternative to other more comprehensive programs such as KDE or SuperKaramba gDesklets for GNOME. It presents to me the advantage of being more easily configurable than the latter.

  2. #2
    Join Date
    Dec 2009
    Posts
    192

    Re: How to install and configure Conky

    How to Install Conky:
    Installation for (K / X) Ubuntu
    To install Conky, no problems, its easy. Simply install the package "conky-all" already present in the official repositories.
    Code:
    sudo apt-get install conky-all
    If you want to have the latest version, you can add these lines to your sources.list:
    Code:
    deb http://ppa.launchpad.net/norsetto/ppa/ubuntu VOTRE_VERSION main deb-src http://ppa.launchpad.net/norsetto/ppa/ubuntu VOTRE_VERSION hand
    Then just get the key:
    Code:
    sudo apt-key adv - keyserver.ubuntu.com keyserver - recv-keys 95628707
    And it'll just install the package "conky-all". For other Linux. Conky is normally present in your deposits under the name "conky" or "conky-all". If you do not find the package, download in Conky. "Tar.bz2" / ". Tar.gz" on the official site.



    How to configure Conky :
    Now that Conky is installed, it is necessary to tell him what to display and how it should display. For this, it is necessary to create a file named ". Conkyrc 'in your user folder. To do this, nothing more simple, open your notebook preferred (eg Kate ) And create a file called ". Conkyrc 'in / home / user ("user" is obviously your username). This file will consist of two parts. The first showing all the style settings Conky and the second covering what must Conky display. Both parties are simply separated by the word "TEXT".
    In the first part, we will not put anything except these three instructions:
    Code:
    own_window yes yes update_interval a double_buffer
    "Own_window yes" to Conky can run in a window of its own. The line "update_interval 1" indicating that Conky must be updated every one second.
    "Double_buffer yes" indicates that the double buffer is enabled, which avoids the annoying flicker. Double buffering mode: it is a technique widely used in 2D games that will ensure that the movement of objects on the screen are fluid (else it flickers and it's ugly)
    Your. Conkyrc looks like this:
    Code:
    own_window yes yes update_interval a double_buffer TEXT
    To open and test your Conky. Conkyrc ", nothing more simple, just type" conky "in console.


  3. #3
    Join Date
    Dec 2009
    Posts
    192

    Re: How to install and configure Conky

    Data Display :
    The structure of the "TEXT" of ". Conkyrc" is a little complex. The general schematic is as follows:
    Code:
    My text $ my_var
    Still text ($variable argument1 argument2)
    For example, to display the amount of free memory, it will enter the following:
    Code:
    $ Memfree
    A list of all the variables in the official documentation of Conky:
    - Documentation Conky on their official site
    - Conky Variables on Ubuntu's site
    - Variables and functions on Conky official site

    As this documentation without specific examples, is quite tight at first, here are some possible realizations:
    Code:
    Display uptime
    The "uptime" is the term for which the computer is allumé.Pour display, the doc says this, the variable "uptime" needs no argument. It is therefore possible to display it by typing:
    Code:
    $ Uptime
    Obviously, to make more beautiful and more importantly, what corresponds to Understand what is displayed, a little legend is better right away!
    Let's add it soon.
    Code:
    Active since: $ uptime

    Battery level display :
    Now for something a little more complicated: the battery. I want to display the time I left before falling out of power. I searched in the documentation, that must be used "battery_time". Well, there it thickens a bit already. I try typing this:
    Code:
    Time remaining (battery) : $ battery_time
    Indeed, the argument "num" is optional (as indicated by parentheses). My battery is rightly called "BAT0" there is no problem and everything appears.


Similar Threads

  1. Conky with fedora
    By Noell in forum Operating Systems
    Replies: 5
    Last Post: 25-05-2011, 10:32 AM
  2. Add conky script to home partition in Linux Mint
    By HALLBJORN in forum Windows Software
    Replies: 4
    Last Post: 14-01-2011, 10:23 AM
  3. MPD Creating Problems For MPC And Conky
    By Poks in forum Operating Systems
    Replies: 4
    Last Post: 12-11-2010, 04:58 AM
  4. Change location of conky
    By cyber-noob in forum Windows Software
    Replies: 4
    Last Post: 14-12-2009, 10:39 AM
  5. Help me install & configure MySQL
    By Jaheel in forum Windows Software
    Replies: 2
    Last Post: 19-06-2009, 12:58 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,710,821,363.62180 seconds with 16 queries