Want cool desktop stats? -> Conky!

ubuntu-conky-example-1

Have you ever wanted to have awesome looking stats on that rest on your desktop and don’t interfere with your work flow? If so, you’ll probably love this nifty little application.

ubuntu conky example 1 300x240 Want cool desktop stats?  > Conky!

Example of a basic Conky setup.

Its called Conky and it can give you stats or information on practically anything imaginable. Its also easy to install!

Conky is by no means a new application and there are in fact hundreds of Conky configuration files scattered across the Internet that you could use to customize the way yours looks. With a good basic guide and some helpful tips on auto-starting Conky, I’ve thrown together a quick installation and setup guide with pictures! icon wink Want cool desktop stats?  > Conky!

Typically when you install an application such as this, you want it to auto-start. Auto-starting this application isn’t as trivial as most applications so I’ll walk you through that as well. I’ll assume your using Ubuntu of some sort, but if you’re not don’t worry…you can still install Conky with alternative steps and setting it up should not differ.

Install

  1. Open the “Ubuntu Software Center” application (also known as “Add/Remove” in older versions) and search for Conky. If its not listed then you may need to find a package online.

    ubuntu software center conky 1 300x187 Want cool desktop stats?  > Conky!

    Find and install the Conky option entitled something along these lines: “highly configurable system monitor (all features enabled)“.

  2. Create a file labeled “.conkyrc” in your home directory (usually saved as /home/username/.conkyrc) and make sure to include the period at the start. This will make the conky settings file hidden when you casually open your home folder so its not in your way. You may need to go to View -> Show Hidden Files or press Ctrl+H to view the file to edit it later.

    Open the “.conkyrc” file in a text editor of your choice.
    Paste the linked snippet into your “.conkyrc” file.

    ubuntu conkyrc editor 1 300x184 Want cool desktop stats?  > Conky!

  3. Create a file labeled “.startconky.sh” in the same folder as the previous file making sure to include the period at the beginning and the file type at the end.

    Open the “.startconky.sh” file with your favorite editor. Paste the following snippet into your “.startconk.sh” file:
    #!/bin/bash
    (sleep 5s && conky) &

    ubuntu startconky editor 1 300x197 Want cool desktop stats?  > Conky!

  4. Save both files and close the file editor you were using. Now right-click on the “.startconky.sh” file and click Properties and select the Properties tab. Make sure you check the option to “Allow executing file as program” then click close.
    ubuntu startconky file propterties permissions 1 287x300 Want cool desktop stats?  > Conky!
  5. Go to your startup applications program or System -> Preferences -> Startup Applications and add a new application with the command option as “/home/username/.startconky.sh” where user name is your home directory…as follows:
    ubuntu startup applications conky 1 300x195 Want cool desktop stats?  > Conky!
  6. Click Save! Now the next time your restart your computer you’ll have some awesome stats that appear on your desktop!

Print this entry