tadd note on notify-send - exercise_time - announce workout exercises with notifications and speech synth
 (HTM) git clone git://src.adamsgaard.dk/exercise_time
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 3eaf8de895a61b00b1abd5acd904b25af776aca0
 (DIR) parent e1ab56f87efa742e836225d61c3cde8b6437ac8d
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 23 Oct 2014 09:56:34 +0200
       
       add note on notify-send
       
       Diffstat:
         M exercise_time.sh                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/exercise_time.sh b/exercise_time.sh
       t@@ -1,7 +1,7 @@
        #!/bin/bash
        
        # IT'S EXERCISE TIME!
       -# Requires the `festival` speech synthesizer.
       +# Requires the `festival` speech synthesizer or a notification daemon.
        
        # Wait time in seconds between sets
        WAITSECS=120