Tike is a simple program that manages to remind to the user every given amount of time to take a break. The ispiration came since I ahve the tendency to stay for long times in front of the screen, and that's not really good for my eyes.
The program is written in WPF, here are some screenshots:

The program looks at the mouse movement every second and compare the position with the last knew. If the position remains the same for more time than the treshold time (15 minutes), when the user comes back, the timer starts anew. Once the program recognizes that the user is not in front of the PC, its background is blue. The time will continue to go on anyway.

