https://github.com/danirabbit/nimbus
A minimal weather applet
https://github.com/danirabbit/nimbus
gweather
Last synced: 23 days ago
JSON representation
A minimal weather applet
- Host: GitHub
- URL: https://github.com/danirabbit/nimbus
- Owner: danirabbit
- License: gpl-2.0
- Created: 2017-04-28T17:25:19.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T19:35:09.000Z (9 months ago)
- Last Synced: 2025-04-24T10:03:52.156Z (about 1 month ago)
- Topics: gweather
- Language: Vala
- Homepage:
- Size: 580 KB
- Stars: 81
- Watchers: 3
- Forks: 21
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-elementaryos - Nimbus - A minimal weather applet [:white_check_mark:](https://appcenter.elementary.io/com.github.danrabbit.nimbus) (Applications / Accessories)
README
# Nimbus
[](https://appcenter.elementary.io/com.github.danrabbit.nimbus)See the current temperature and weather conditions for your location with this minimal color-changing applet.

## Building, Testing, and Installation
You'll need the following dependencies to build:
* libgeoclue-2-dev
* libgranite-7-dev >= 7.3.0
* libgtk-4-dev
* libgweather-4-dev
* meson
* valacYou'll need the following dependencies to run:
* geoclue-2.0Run `flatpak-builder` to configure the build environment, download dependencies, build, and install
```bash
flatpak-builder build io.github.danirabbit.nimbus.json --user --install --force-clean --install-deps-from=appcenter
```Then execute with
```bash
flatpak run io.github.danirabbit.nimbus
```