Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 1346  / 2 Years ago, fri, april 8, 2022, 10:35:05

I want my desktop background to look like the Chrome extension, Currently.



Currently, a Google Chrome extension that replaces the New Tab screen with the time, date, and weather.



How would I accomplish this?


More From » 12.04

 Answers
5

I can give you similar conky script but no 100%. You need to change the font, alignment and icon set.



Result



enter image description here



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





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



[#36289] Sunday, April 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lowovey

Total Points: 287
Total Questions: 98
Total Answers: 117

Location: Bosnia and Herzegovina
Member since Thu, Jan 14, 2021
3 Years ago
;