Skip to content

Instantly share code, notes, and snippets.

@tbuehlmann
Forked from yorickpeterse/pomodoro.sh
Created July 16, 2013 09:37
Show Gist options
  • Save tbuehlmann/6007272 to your computer and use it in GitHub Desktop.
Save tbuehlmann/6007272 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
time=1500 # 25 minutes
title="Pomodoro"
icon=/home/yorickpeterse/Pictures/icons/tomato.png
notify-send -i "$icon" "$title" "Starting a new Pomodoro timer"
sleep $time
notify-send -u critical -t 60000 -i "$icon" "$title" "Take a break you nerd!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment