You are not logged in.

#1 2009-11-08 20:56:01

edpl
Member
Registered: 2007-04-25
Posts: 8

GCounter: system actions scheduler

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 wink It can use DBus or sudo and pm-suspend, shutdown, reboot commands for standart actions.

Screenshot:
gcounter-0-7-2.png
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

#2 2009-11-10 00:32:49

pyther
Member
Registered: 2008-01-21
Posts: 1,395
Website

Re: GCounter: system actions scheduler

I like it. Much easier than trying to do some math and running sleep 36000; tongue


Website - Blog - arch-home
Arch User since March 2005

Offline

#3 2009-11-10 00:43:23

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: GCounter: system actions scheduler

pyther wrote:

I like it. Much easier than trying to do some math and running sleep 36000; tongue

sleep 10h

tongue


neutral

Offline

#4 2009-11-10 05:17:56

edpl
Member
Registered: 2007-04-25
Posts: 8

Re: GCounter: system actions scheduler

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 wink 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

Board footer

Powered by FluxBB