Wingpanel Weather is a status indicator that displays weather status information in elementary OS Wingpanel.
Being this one of my first Vala applications I'm sure that the code can be improved, so:
- If you find any problems while running the application please report it through an issue.
- Pull requests and translations are welcome.
- Feedback and suggestions are always welcome as well.
- Displays weather status
- Displays current temperature in the indicator
- Displays extended weather information in the popover including sunrise, sunset time and moon phase data.
- Automatically tries to discover your current location. Otherwise the current location name can be manually entered in the settings page.
- Notifys the user of important weather conditions change
- elementary OS 5.1.7 Hera
- elementary OS 6.0 Odin
- elementary OS 7.0 Horus
You'll need the following dependencies:
libglib2.0-dev
libgeoclue-2-dev
libgweather-3-dev
libnotify-dev
libgranite-dev
libgtk-3-dev
libwingpanel-2.0-dev (Hera)
libwingpanel-dev (Odin/Horus)
libhandy-1-dev (Odin/Horus)
meson
valac
You can install them in elementary OS Hera running:
sudo apt install libgeoclue-2-dev libgweather-3-dev libnotify-dev libgranite-dev libgtk-3-dev libwingpanel-2.0-dev meson valac
Or in elementary OS Odin/Horus running:
sudo apt install libgeoclue-2-dev libgweather-3-dev libnotify-dev libgranite-dev libgtk-3-dev libwingpanel-dev libhandy-1-dev meson valac
Run meson
to configure the build environment and then ninja
to build
meson build --prefix=/usr
cd build
ninja
To install, use ninja install
sudo ninja install
com.github.casasfernando.wingpanel-indicator-weather
You can also find a deb package available with every release in the releases page. To install it you just need to download the package for your elementary OS release and run:
sudo dpkg -i wingpanel-indicator-weather_<release>_<hera|odin|horus>_amd64.deb
- Plugaru T. for developing the original project