Vous êtes sur la page 1sur 7

Conky is a free, light-weight system monitor for X, that displays any information on your desktop.

There are many nice themes available for conky that can display clock, CPU usage, ram usage, swap, disk, net and more, one of these nice themes is Conky-Lua, this theme (See screensot bellow) allow you to display nice rings for Clock, cpu , the theme is available for Ubuntu, Linuxmint, fedora, and Debian. See also Next Generation, another nice conky theme from Conky-Lua author In this post i will show you step by step on how to install and configure this awesome conky script called Conky-Lua. The installation has been done in Ubuntu 12.04 LTS Precise Pangolin Beta1. As usual, i tried to make the post newbies freindly 1- First of all we need to install conky, use the folowing command: - For Ubuntu, LinuxMint and Debian use: sudo apt-get install conky-all -For Fedora use : yum install conky-all 2- Download Conky-Loa from this Link http://gnome-look.org/content/show.php/Conky+lua?content=139024 3- Now go to your Download folder and extract manually the file (double click on the archive or right click and select extract)

4- Now extract the 6 archives by selecting and extracting them

5- Now select the folder you need, for example if you want to install it on LinuxMint select Conky Mint-lua, for Ubuntu use Conky ubuntu-lua (In my case i`m installing this on Ubuntu 12.04 Precise Pangolin). 6-Now open the folder you chosed (For Ubuntu use : conky ubuntu-lua folder) and rename the file called conkyrc to .conkyrc, then move it to your home directory.

7- Now move the renamed file .conkyrc to your home directory

8- Now Open your home directory and unhide the folders, create a new folder called .conky and copy the other 2 files to this new folder(PNG image and clock_rings.lua).

9- Now open the file .conkycr (Right click on the file and use open with text editor) to edit or by command : gedit .conky 10- Now change the patch to the new one in the home folder (See screenshot bellow): /~.lua/scripts/clock_rings.lua to ~/.conky/clock_rings.lua

11- Now open terminal and run conky Update: If you are using wireless, and you want to have Net working on conky, edit .conkyrc and change eth0 with wlan0 (Thanks to Alius) conky

If you have any question of need help, please use the forum to ask. Thanks

DEMORAR EL INICIO DE CONKY EN EL ARRANQUE Para evitar conflictos entre Nautilus y Conky en el arranque del sistema y de esta forma solucionar la superposicin de conky en las ventanas, demoramos la carga de Conky con un script. Para todos los usuarios: En una terminal ejecutamos: sudo gedit /usr/bin/inicio-conky Y escribimos: #!/bin/bash sleep 10 && conky; Nota: Podemos cambiar el valor de 10 (segundos) a otro que nos funcione mejor. Pulsamos Guardar, cerramos el editor de textos y le damos permisos al archivo con el comando: sudo chmod a+x /usr/bin/inicio-conky Y para finalizar agregamos Inicio-Conky al inicio del sistema en Sistema > Preferencias > Sesiones > Programas al Inicio. En la ventana emergente, rellenamos: Comando de Inicio: inicio-conky

Vous aimerez peut-être aussi