9.09.2009

Pomodoro + Adium + Applescript = Fun!

Two useful little scripts for changing your Adium status at the beginning and end of a Pomodoro session. (I got sick of doing this by hand after my first session :P)

- @Start

tell application "Adium"
go away with message "back at " &(time string of ((current date) + 25 * minutes))
end tell

- @Finish

tell application "Adium"
go available
end tell

No comments: