From 18cf90259d4ff5985936c65192f8b89c9563c160 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sat, 31 Aug 2013 19:12:11 -0400 Subject: [PATCH] Add example --- tpm-post.sh.example | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 tpm-post.sh.example diff --git a/tpm-post.sh.example b/tpm-post.sh.example new file mode 100755 index 0000000..aaf15fc --- /dev/null +++ b/tpm-post.sh.example @@ -0,0 +1,2 @@ +#!/bin/bash +notify-send -a "Pomodoro" -u critical "Pomodoro: Time is up" -t 10000