Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
* valac

You'll need the following dependencies to run:
* geoclue-2.0

Run `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
```