Monday, 7 October 2013

Add infinity conky to Ubuntu through the Terminal

Many Ubuntu users may have got bored of ordinary theme in Ubuntu. Now we can add conky to our Ubuntu to get a new look to it.



To install Conky in Ubuntu/Linux Mint open the terminal and copy the following commands in the Terminal:

    sudo apt-get install conky conky-all

First you have to download Startup script with following commands through Terminal :

    cd && wget -O .start-conky http://goo.gl/6RrEw
    chmod +x .start-conky

Now open Startup Applications and click Add. Then a new Dialog box will open click on Browse. Now press Ctrl+H

  • Infinity Conky for Ethernet

To Install Infinity-Conky open Terminal and enter following commands:

    cd && wget -O infinity-noobslab-eth1.zip http://goo.gl/ZiFbd
    unzip infinity-noobslab-eth1.zip && rm infinity-noobslab-eth1.zip

  • Infinity Conky for Wifi

To Install Infinity-Conky open Terminal and enter following commands:

    cd && wget -O infinity-noobslab-wlan1.zip http://goo.gl/qkIWg
    unzip infinity-noobslab-wlan1.zip && rm infinity-noobslab-wlan1.zip

If gadget doesn't fit in your screen, then you can change size(minimum_size). Enter Following command to open file in text editor and change size:

    nano ~/.conkyrc

No comments:

Post a Comment