Skip to content

Instantly share code, notes, and snippets.

@srid
Created February 23, 2009 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srid/69035 to your computer and use it in GitHub Desktop.
Save srid/69035 to your computer and use it in GitHub Desktop.
Notify every 20 mins - requires NotifyOSD from Ubuntu Jaunty
while true; do
notify-send -t 20000 "Take a break?" "Just look away and blink your eyes"
sleep 1200;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment