Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
* valac

Simply 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).