Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 682 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 682 Bytes

Timer

The ultimate tea timer

screenshot

Usage

  • Start a timer with natural language input like e.g. 5 minutes 15 seconds or 5m3s or just 5 for 5 minutes
  • You can assign a title to your timer by double clicking
  • Various color options to choose from
  • Command line options available, see --help for more information

Installation

Get it on AppCenter

Building

Dependencies:

  • valac
  • glib-2.0
  • gee-0.8
  • gtk+-3.0
  • gstreamer-audio-1.0
  • unity

then build with:

meson build --prefix=/usr
cd build
sudo ninja install