Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danirabbit/nimbus
A minimal weather applet
https://github.com/danirabbit/nimbus
gweather
Last synced: 15 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-16T17:30:10.000Z (7 months ago)
- Last Synced: 2024-05-23T09:56:57.855Z (6 months ago)
- Topics: gweather
- Language: Vala
- Homepage:
- Size: 498 KB
- Stars: 78
- Watchers: 5
- Forks: 21
- Open Issues: 12
-
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
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.danrabbit.nimbus)See the current temperature and weather conditions for your location with this minimal color-changing applet.
![Nimbus Screenshot](https://raw.github.com/danrabbit/nimbus/main/data/screenshot.png)
## 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
```