Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lainsce/niu
- Owner: lainsce
- License: gpl-3.0
- Created: 2019-07-20T03:10:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T16:28:05.000Z (over 4 years ago)
- Last Synced: 2024-10-25T09:25:04.688Z (3 months ago)
- Topics: alien, applet, date, innovation, niu, time, vala, watch
- Language: Vala
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
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
```