You are not logged in.
Hi,
I really don't know how to describe it nice. Couple weeks ago a started to write small app that allows to suspend/reboot/shutdown computer at specific time (in 20 minutes for example). Now it has grown up and it's working pretty well. And it's my first pygtk app so... you know It can use DBus or sudo and pm-suspend, shutdown, reboot commands for standart actions.
Screenshot:
Aur package: http://aur.archlinux.org/packages.php?ID=31713
Homepage: http://middleofdreams.wordpress.com/gcounter
P.S. English is not my native language. If you found some mistakes/typos (in app.. not this post;p) please let me know. Hope you like it.
Offline
I like it. Much easier than trying to do some math and running sleep 36000;
sleep 10h
Offline
Of course you can just do sth like this : sleep 3h && mpc stop && notify-send "watch ooouuuttt!" && sudo pm-suspend... but what is the point if you can do it in simpler way I just don't which way is closer to the KISS philosophy ;> cause typing miles long commands is not quite good and on the other hand - gcounter is written in simplest possible way;)
Last edited by edpl (2009-11-10 05:21:57)
Offline