diff --git a/nap b/nap index 48c48fa..045fe66 100755 --- a/nap +++ b/nap @@ -82,17 +82,17 @@ nap() { alarm() { ( alarms | xargs -d'\n' mplayer -loop 99999999 >/dev/null 2>/dev/null ) & - pid=$! monitor_on sound_on while is_sound_on; do sleep 0.1 done - kill -9 $pid + killall mplayer } sleep_well -notify andrew +# Andrew didn't like this apparently... +# notify andrew nap alarm sleep 10m