Skip to content

CCaroV/hourglass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hourglass

A simple time keeping application designed for elementary OS

Author: Sam Thomas [email protected]


Current Features

  • Alarms
  • Stopwatch
  • Timer

Installation

Get it on the AppCenter

Install From Source

You'll need the following dependencies to build:

  • libcanberra-dev
  • libgranite-dev
  • libgtk-3-dev
  • libnotify-dev
  • meson
  • valac

Run meson build to configure the build environment and then change to the build directory and run ninja to build

meson build --prefix=/usr 
cd build
ninja

To install, use ninja install, then execute with com.github.sgpthomas.hourglass

sudo ninja install
com.github.sgpthomas.hourglass

Planned Features

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 93.5%
  • Meson 4.7%
  • CSS 1.2%
  • Python 0.6%