From 56b31659dfb6dffc166b4e9645cfa825996cb3cb Mon Sep 17 00:00:00 2001 From: Reto Hablützel Date: Sat, 9 Aug 2014 18:32:02 +0200 Subject: New Plugin MarqueePipeReader Display a long text from a pipe with marquee. It wraps around with a given separator and the length may be specified as well as the delay in 10th seconds. See readme for an example. --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 6209b44..3493e8b 100644 --- a/readme.md +++ b/readme.md @@ -1220,6 +1220,13 @@ can be used in the output template as `%mydate%` - Reads its displayed output from the given pipe. - Prefix an optional default text separated by a colon +**`MarqueePipeReader "default text:/path/to/pipe" (length, rate, sep) Alias`** + +- Generally equivalent to PipeReader +- Text is displayed as marquee with the specified length, rate in 10th seconds and separator when it wraps around + + Run MarqueePipeReader "/tmp/testpipe" (10, 7, "+") "mpipe" + **`BufferedPipeReader Alias [(Timeout, Bool, "/path/to/pipe1"), ..]`** -- cgit v1.2.3