Conky Lua is very nice gadget for every linux user, It shows usage of your system like cpu, disk, memory, net upload and download speed, also date & time. Many users wrote me about this gadget, they like it so much. So Now we will start. I customized this gadget in different flavors.
Install Conky in Ubuntu/Linux Mint open terminal (Press Ctrl+Alt+T) and copy the following commands in the Terminal:
- sudo apt-get install conky conky-all
Install by yourself in other distro's.
First of all Download Startup script with following commands:
- wget -O .start-conky http://goo.gl/6RrEw
- chmod +x .start-conky
Now open Startup Applications > click Add > New Dialog box will open click on Browse > Now
To Install Green-Flavor open Terminal and enter following commands:
- wget -O conky-green.zip http://goo.gl/WlDxp
- unzip conky-green.zip && sudo rm conky-green.zip