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!
3 Answers
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.
>> 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

- 5,950
-
Nice , is that image script mentioned in your answer ? – Raja G Sep 12 '13 at 01:20
-
I think that this answer is not enough , how you are running the script and where are the startup application option in 13.04 need to mention. – Raja G Sep 12 '13 at 01:28
-
http://askubuntu.com/questions/159887/where-did-the-startup-applications-preferences-program-go – penreturns Sep 12 '13 at 02:56
-
1All goo.gl links are broken – nsane Oct 12 '16 at 05:32
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:
Or from terminal by running next command:
sudo apt-get install conky-all
More about: https://help.ubuntu.com/community/SettingUpConky.

- 169,590
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.

- 102,391
- 106
- 255
- 328