I was looking for a simple timer for Linux so that I could make myself concentrate more and lose less time to procrastination (like this forum). I couldn't find one that was simple enough for me so I wrote a simple on in python.
![[Image: screenyb.th.png]](http://img43.imageshack.us/img43/6445/screenyb.th.png)
It simply counts up to a set time and when it reaches it, it plays a sound to let you know and it resets. You can press space to pause it and press delete to reset it. To change the the time it counts to, edit the config.txt (e.g. 2.5 for 2 and a half minutes). Also you can replace sound.ogg, and font.ttf to whatever you want. To run it you'll need python (I used 2.6.X) and pygame.
You can download it here:
http://www.megaupload.com/?d=DQSABLXV
I made this for myself, but I thought some people might find it useful.
![[Image: screenyb.th.png]](http://img43.imageshack.us/img43/6445/screenyb.th.png)
It simply counts up to a set time and when it reaches it, it plays a sound to let you know and it resets. You can press space to pause it and press delete to reset it. To change the the time it counts to, edit the config.txt (e.g. 2.5 for 2 and a half minutes). Also you can replace sound.ogg, and font.ttf to whatever you want. To run it you'll need python (I used 2.6.X) and pygame.
You can download it here:
http://www.megaupload.com/?d=DQSABLXV
I made this for myself, but I thought some people might find it useful.

![[Image: timer.th.png]](http://img196.imageshack.us/img196/4391/timer.th.png)