KOVIKO Asked: 2012-08-09 12:19:32 +0800 CST2012-08-09 12:19:32 +0800 CST 2012-08-09 12:19:32 +0800 CST Can I make my desktop background active? 772 I want my desktop background to look like the Chrome extension, Currently. How would I accomplish this? 12.04 2 Answers Voted Best Answer penreturns 2012-10-04T14:09:17+08:002012-10-04T14:09:17+08:00 I can give you similar conky script but no 100%. You need to change the font, alignment and icon set. Result Step 1. Install conky sudo apt-get install conky Step 2. Install conky forecast sudo add-apt-repository ppa:conky-companions/ppa sudo apt-get update && sudo apt-get install conkyforecast Step 3. Save at home folder .conky1 .conky2 .weather-ob .conkyForecast.config Step 4. Open .conky2 and locate --location=MYXX0006 Replace MYXX0006 with you location code. You can find your code here Step 5. Run your conky By terminal: conky -c ~/.conky1 conky -c ~/.conky2 Make startup application Open startup application Name : Conky1 Command : conky -p 20 -c ~/.conky1 Name : Conky2 Command : conky -p 20 -c ~/.conky2 stephenmyall 2012-08-09T12:31:50+08:002012-08-09T12:31:50+08:00 You’ll need to install Conky (available in the Ubuntu Software Center) before beginning Then look for and install the Conky theme you want. You may not get it exactly as your screen shot shows but the Gotham Conky theme comes close Browse here for more conky themes on devianart.com
I can give you similar conky script but no 100%. You need to change the font, alignment and icon set.
Result
Step 1.
Install conky
Step 2.
Install conky forecast
Step 3.
Save at home folder
Step 4.
Open
.conky2
and locate--location=MYXX0006
Replace
MYXX0006
with you location code.You can find your code here
Step 5.
Run your conky
By terminal:
Make startup application
Open startup application
You’ll need to install Conky (available in the Ubuntu Software Center) before beginning
Then look for and install the Conky theme you want. You may not get it exactly as your screen shot shows but the Gotham Conky theme comes close
Browse here for more conky themes on devianart.com