https://github.com/volfpeter/timer
Minimalist timer application developed for elementary OS
https://github.com/volfpeter/timer
elementary-apps elementary-os elementaryos linux-app stopwatch timer vala
Last synced: 3 months ago
JSON representation
Minimalist timer application developed for elementary OS
- Host: GitHub
- URL: https://github.com/volfpeter/timer
- Owner: volfpeter
- License: gpl-3.0
- Created: 2020-01-12T11:33:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T12:30:18.000Z (about 5 years ago)
- Last Synced: 2024-12-11T12:46:14.317Z (5 months ago)
- Topics: elementary-apps, elementary-os, elementaryos, linux-app, stopwatch, timer, vala
- Language: Vala
- Size: 125 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
#
Timer
Minimalist timer application that stays out of your way.
Use it as your flexible pomodoro timer or just set a reminder so you don't forget about your next task.
Not safe for rocket launch countdowns and the like :rocket:.
![]()
![]()
## elementary OS
The application is written and officially supported for [elementary OS](https://elementary.io/).
[](https://appcenter.elementary.io/com.github.volfpeter.timer)
## Building and Installation
Dependencies required for building the application:
- `granite`
- `libgtk-3-dev`
- `libunity-dev`
- `meson`
- `valac`Run `meson build --prefix=/usr` in the project folder to set up the build environment. Then change to the `build` directory and finally build and install the application with the `sudo ninja install` command.
For additional information, see elementary OS' [Getting Started guide](https://elementary.io/docs/code/getting-started#developer-sdk).
## Contributors
- [NathanBnm](https://github.com/NathanBnm): Project structure and build upgrades, French translation.