Conky has been polished and refurbished

Hello again.

Conky is changing. Remember this article? Get ready to see something different. Compare it with this one.
Old one Polished version

I have left out several indicator, but it looks really nice.

Here is how to get it.

If you don't have conly, install it.
$sudo apt-get install conky

Donwload the new source file, as well as the logo.png image the rings from here and extract them in a folder, let;s call it conky2 in your home folder.

First step is to install the new font, called neuropolitical by double clicking in the neuropolitical.tif file in the neuropolitical.zip file and then the install button.

Then copy the clock_rings.lua to ~/.lua/scripts folder. These two folders do not exist so create them.
$sudo mkdir ~/.lua
$sudo mkdir ~/.lua/scripts

and then copy the clock_rings.lua file
$cd ~/
$sudo cp ~/conky2/Ubuntu/clock_rings.lua ~/.lua/scripts

Create a folder to put the logo.png file.
$sudo mkdir ~/.conky
$sudo cp ~/conky2/Ubuntu/logo.png ~/.conky

Inside the same folder put the conyrc file.

Last change the code for your town to show temp for it. Visit http://weather.noaa.gov, find your town and note the code in bold and in parenthesis up right, as shown below (LGLM for my case).


Find the line below in the ~/.conky/conkyrc file

${font Neuropolitical:size=13}${color FFFFFF}${alignr}temp: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ LGLM temperature temperature 30} °C${font}

NOTE
The neuropolitical font does not support all UTF-8 characters, so if you use a different language, greek in my case, change the font for those lines in the conkyrc file with arial, to be sure for the result.

Trigger conky by typing
$conky -c ~/.conky/conkyrc

Good luck.


Comments