summaryrefslogtreecommitdiffstats
path: root/desktop/wminfo/README
diff options
context:
space:
mode:
author Cezary M. Kruk <c.kruk@bigfoot.com>2011-08-19 08:31:49 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-08-19 08:31:49 -0300
commit115c22990441559d34df90b05d65e344d797f8ce (patch)
tree1bbbdb53170cbbfeaca0d06d65a6867ba18a1103 /desktop/wminfo/README
parentf8423590e5527ec17e27697194f9f9c4d9c6873c (diff)
downloadslackbuilds-115c22990441559d34df90b05d65e344d797f8ce.tar.gz
slackbuilds-115c22990441559d34df90b05d65e344d797f8ce.tar.xz
desktop/wminfo: Updated for version 2.00.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'desktop/wminfo/README')
-rw-r--r--desktop/wminfo/README14
1 files changed, 4 insertions, 10 deletions
diff --git a/desktop/wminfo/README b/desktop/wminfo/README
index cf1eb5159d..76ed489bea 100644
--- a/desktop/wminfo/README
+++ b/desktop/wminfo/README
@@ -1,11 +1,5 @@
-wminfo is Window Maker information dockable application
+wminfo is Window Maker showing information dockable application
-wminfo displays different text information. To use it, write plugin
-grabbing information from the system or website. For example:
-
- ps -a | awk '{print $1,$4}' | grep -vE "ps|awk|grep|tac" | tac
-
-or:
-
- lynx --source http://www.kernel.org/pub/linux/kernel/v2.6/ | \
- grep bz2.sign | grep linux | sed 's/.*linux-//;s/.tar.*//' | tac
+wminfo displays different text information. To use it, write the
+plugin grabbing the information from the system or website. The
+source package includes a lot of sample working plugins.