Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marbetschar/time-limit
A simple and beautiful timer app for elementary OS
https://github.com/marbetschar/time-limit
appcenter elementary-os vala
Last synced: 27 days ago
JSON representation
A simple and beautiful timer app for elementary OS
- Host: GitHub
- URL: https://github.com/marbetschar/time-limit
- Owner: marbetschar
- License: gpl-3.0
- Created: 2020-01-30T18:49:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T13:53:31.000Z (over 2 years ago)
- Last Synced: 2024-10-25T11:41:02.606Z (3 months ago)
- Topics: appcenter, elementary-os, vala
- Language: Vala
- Homepage: https://appcenter.elementary.io/com.github.marbetschar.time-limit/
- Size: 4.85 MB
- Stars: 29
- Watchers: 2
- Forks: 5
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Time Limit
A simple and beautiful timer app for elementary OS
## Usage
Drag the blue arrow to set a timer. Release to start and click to pause.
When the time is up, a notification will show up with a nice sound.### Keyboard shortcuts
- `Space` for pause/play
- `Esc` to reset## Installation
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.marbetschar.time-limit)
## Building
You'll need the following dependencies:
* glib-2.0
* gtk4
* granite >=7.0.0
* meson
* valacSimply run
```
./install.sh
```The install script configures the build environment, compiles the app and installs it.
The app is started automatically after successful installation.## Acknowledgements
- Originally designed by [Michael Villar](https://github.com/michaelvillar/timer-app).