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: 5 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T16:28:05.000Z (about 5 years ago)
- Last Synced: 2025-03-30T23:26:23.379Z (6 months ago)
- Topics: alien, applet, date, innovation, niu, time, vala, watch
- Language: Vala
- Homepage:
- Size: 208 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
#  Niu
## Watch and track date and time in an innovative way with this handy applet
[](https://appcenter.elementary.io/com.github.lainsce.niu)
[](https://travis-ci.org/lainsce/niu)
[](http://www.gnu.org/licenses/gpl-3.0)
## 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
```