Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lainsce/niu

[DEPRECATED] Watch and track date and time in an innovative way with this handy applet
https://github.com/lainsce/niu

alien applet date innovation niu time vala watch

Last synced: about 1 month ago
JSON representation

[DEPRECATED] Watch and track date and time in an innovative way with this handy applet

Awesome Lists containing this project

README

        

# ![icon](data/icon.png) Niu

## Watch and track date and time in an innovative way with this handy applet

[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.lainsce.niu)

[![Build Status](https://travis-ci.org/lainsce/niu.svg?branch=master)](https://travis-ci.org/lainsce/niu)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)

![Screenshot](data/shot.png)

## Donations

Would you like to support the development of this app to new heights? Then:

[Be my backer on Patreon](https://www.patreon.com/lainsce)

## Dependencies

Please make sure you have these dependencies first before building.

```bash
granite
gtk+-3.0
meson
```

## Building

Simply clone this repo, then:

```bash
meson build && cd build
meson configure -Dprefix=/usr
sudo ninja install
```