8

conky

I am surprised after seeing the features in the picture shown. After searching a little bit, I came to know that it is a conky theme. But now I also am not clear about it, and I don't know how to install it. Help me out!

karel
  • 114,770
Aakash
  • 127
  • 1
  • 1
  • 5

3 Answers3

6

enter image description here

Install Conky in Ubuntu/Linux Mint open terminal Ctrl+Alt+T and copy the following commands in the Terminal:

sudo apt-get install conky conky-all

First of all Download Startup script with following commands:

cd && 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 press Ctrl+H see following screenshot.

enter image description here

>> 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, you can change size in line 43 (minimum_size). Enter Following command to open file in text editor and change size:

nano ~/.conkyrc
penreturns
  • 5,950
1

Conky is a system monitor that can display just about anything, either on your root desktop or in its own window. So, it's not a theme.

You can install it from Ubuntu Software Center:

USC

Or from terminal by running next command:

sudo apt-get install conky-all

More about: https://help.ubuntu.com/community/SettingUpConky.

Radu Rădeanu
  • 169,590
0

The above users mentioned possible ways and I am also mentioning one more possible way . No worry with scripts and all. simply add this PPA & install conky.

Open your terminal and paste these lines one after one

sudo apt-get install conky conky-all
sudo add-apt-repository ppa:noobslab/noobslab-conky
sudo apt-get update
sudo apt-get install infinity-conky

Thats it , it will install conky and you are ready to run it from the menu. after opening that follow the instructions. simple installation.

Credit goes here

Raja G
  • 102,391
  • 106
  • 255
  • 328