marbetschar / time-limit

A simple and beautiful timer app for elementary OS

Home Page:https://appcenter.elementary.io/com.github.marbetschar.time-limit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set the labels according to progress

marbetschar opened this issue · comments

Whenever the progress indicator was moved, the labels should update to reflect the current progress value.

We might want to connect to the Timer.Widgets.ProgressIndicator::progress_changed (double progress) signal for this.

Also we want to update progress at regular intervals:
https://valadoc.org/glib-2.0/GLib.Timeout.html