Skip to content

Instantly share code, notes, and snippets.

@wprudencio
Created February 20, 2015 16:04
Show Gist options
  • Save wprudencio/7f387559476d38196ca0 to your computer and use it in GitHub Desktop.
Save wprudencio/7f387559476d38196ca0 to your computer and use it in GitHub Desktop.
Pomodoro command line (Linux)
sleep 1500 && notify-send "take a break" && zenity --error --text "take a break"; sleep 300 && notify-send "back to work" && zenity --error --text "back to work"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment