Skip to content

marbetschar/time-limit

Repository files navigation

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

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