mdh34 / nimbus

A minimal weather applet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nimbus

Get it on AppCenter

See the current temperature and weather conditions for your location with this minimal color-changing applet.

Nimbus Screenshot

Building, Testing, and Installation

You'll need the following dependencies to build:

  • libgeoclue-2-dev
  • libgtk-3-dev
  • libgweather-3-dev
  • meson
  • valac

You'll need the following dependencies to run:

  • geoclue-2.0

Run meson build to configure the build environment and run ninja test to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install, then execute with com.github.danrabbit.nimbus

sudo ninja install
com.github.danrabbit.nimbus

About

A minimal weather applet

License:GNU General Public License v2.0


Languages

Language:Vala 82.9%Language:Meson 11.0%Language:CSS 4.9%Language:Python 1.2%