
So there are a couple of handy desktop widgets that are available for your linux desktop. Today we’ll take a look at a few Clock and Weather widgets that easily set up on your Linux desktop.
1. Weather Widgets a. Gis-WeatherGis-Weather is a very customizable weather widget for your Linux desktop. It provides you with a lot of detailed information. It has the following features which allow you to see the weather info for several days, detailed weather for today and tomorrow and the support for themes and customizations. You can install Gis-Weather with the following commands via terminal to add the third party PPA and then download and install from there.
sudo add-apt-repository ppa:noobslab/apps sudo apt-get update sudo apt-get install gis-weather
b. My Weather Indicator
My-weather-indicator is also another very useful weather app for Linux. It shows the current weather situation and a week forecast for two different locations through the desktop widget. You can install My-weather-indicator with the following commands via terminal to add the third party PPA and then download and install from there.
sudo add-apt-repository ppa:atareao/atareao sudo apt-get update sudo apt-get install my-weather-indicator
2. Clock Widgets a. TZClock
TZClock is a small desktop clock app that shows your global time by timezone. That is, you can have multiple clocks on the desktop. It has the following features aslo: alarm clock, changing of font, clock size and so on. You can download ti from here .

b. Up-clock
Up-clock is a beautiful clock which has been inspired by the Ubuntu touch lock screen. It allows you to set a reminder, change the theme and the opacity. To install Up-clock, all you have to do is add the third party ppa to your system, update the local repository index and install the up-clock package. Enter the following commands via terminal.
sudo add-apt-repository ppa:apandada1/up-clock sudo apt-get update sudo apt-get install up-clock
So there you have it. A few weather and clock widgets for your linux desktop.