You are not logged in.

#1 2006-10-14 07:52:53

bboozzoo
Member
From: Poland
Registered: 2006-08-01
Posts: 125

kprocout kicker applet

Kicker applet, which runs a user selected program in the background every several seconds and presents it's output in text area inside your kde panel:
http://www.kde-apps.org/content/show.php?content=47184

The stuff is pretty generic, how it will be used is up to you, an example:

#!/usr/bin/perl
($sec, $min, $hour) = localtime(time());
printf("%02d:%02dn", $hour, $min);

will provide a nice clock.

Offline

Board footer

Powered by FluxBB