/tt

Tea timer

Primary LanguageCGNU General Public License v3.0GPL-3.0

tt, Terror timer

What?

Yes.

Screenshot?

tt screenshot

Why?

tt demilitarises et.

-    if (kill_state) {
-      show_notification("Timer was killed!", NOTIFY_URGENCY_NORMAL);
-      DIE("Timer was killed!\n");
+    if (cancel_state) {
+      show_notification("Timer was cancelled!", NOTIFY_URGENCY_NORMAL);
+      DIE("Timer was cancelled!\n");

How?

Please refer to upstream's documentation.