[Kde-announce-apps] kprocout 0.1
maciek borzecki
bboozzoo at gmail.com
Sat Oct 14 00:45:47 CEST 2006
Name: kprocout
Version: 0.1
Type: KDE Improvement
Depend: KDE 3.5.x
License: GPL
Homepage:
More Info:
http://www.kde-apps.org/content/show.php?content=47184
Description:
KProcOut is a plugin for Kicker. The plugin runs
a selected program with period specified in the
configuration dialog (screen 1) and presents it's
output in the panel (screen 2). If the subsequent
calls to the program would overlap warning will be
shown if user selected so.
Example application:
* make simple perl script:
#!/usr/bin/perl
($sec, $min, $hour) = localtime(time());
printf("%02d:%02d\n", $hour, $min);
This will provide a nice clock like formatted
output (screen 2)
* read current CPU frequency
* anything that provides text that can be
displayed
There can be multiple instances of plugin present
at the same time
More information about the Kde-announce-apps
mailing list