To keep my life organized, I write down everything in iCal. Sometimes I forget to check my calendar, but after installing these two programs, I now have both my calendar data and my To Do List, right on my desktop.
Check out my quick video to set it up on your computer.

Check out my first video on YouTube. Let me know what you think in the comments!
Be sure to subscribe to my YouTube channel to see more videos.
Links:
GeekTool: http://bit.ly/279SJZ
iCalBuddy: http://bit.ly/papX
CODE (Scroll down to step 5 and 6): http://bit.ly/ibpv5
You can also just copy and paste the code from here:
iCal Data:
/usr/local/bin/icalBuddy -nc eventsToday | sed -e "s/*/--/" | sed -e "s/!/!!/"
To Do List Data:
usr/local/bin/icalBuddy -nc uncompletedTasks | sed -e "s/*/--/" | sed -e "s/!/!!/"





One Comment
I had heard of this before, but never took the time to check it out – thanks for the tutorial :)