/gtk-timer

A small timer app I made to practice my GTK + Vala skills.

Primary LanguageValaGNU General Public License v3.0GPL-3.0

gtk-timer

A small timer app I made to practice my GTK + Vala skills.

Screenshot from 2024-01-14 23-20-21 Screenshot from 2024-01-14 23-22-33

Demo

You can find a short demonstration on my YouTube channel: https://www.youtube.com/watch?v=SgmOB3_oHsk

To-Do

There are things I still want to do, which I'll handle when I need to learn GSettings and Gnome's notification system.

  • Save user's timers + other data in GSettings
  • Send a notification when a timer is done (instad of just resetting it)
  • Instead of an fullscreen button, make it such that clicking anywhere on the timer opens the fullscreen view.