LWN.net Logo

[Kde-announce-apps] kprocout 0.1

From:  maciek borzecki <bboozzoo-AT-gmail.com>
To:  kde-announce-apps <kde-announce-apps-AT-kde.org>
Subject:  [Kde-announce-apps] kprocout 0.1
Date:  Sat, 14 Oct 2006 00:45:47 +0200

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



_______________________________________________
Kde-announce-apps mailing list
Kde-announce-apps@kde.org
https://mail.kde.org/mailman/listinfo/kde-announce-apps


(Log in to post comments)

Copyright © 2006, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds