Skip to content

Instantly share code, notes, and snippets.

@leobrines
Created April 19, 2019 16:32
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 leobrines/0a2a8673376fdf27e765c5339aba23eb to your computer and use it in GitHub Desktop.
Save leobrines/0a2a8673376fdf27e765c5339aba23eb to your computer and use it in GitHub Desktop.
Pomodoro for Linuxers
#!/bin/bash
zenity --warning --text="25-minutes pomodoro started!"
sleep 1500
echo "Good job! finished pomodoro!" >> ~/finish.txt
gedit ~/finish.txt
rm ~/finish.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment