diff --git a/task.go b/task.go index 0c94aba..82316de 100644 --- a/task.go +++ b/task.go @@ -106,6 +106,7 @@ func (t *TaskRunner) run() error { <-t.toggle } + t.notifier.Notify("Pomo", "Pomo session has completed!") t.state = COMPLETE return nil }