diff options
author | Reto Hablützel <rethab@rethab.ch> | 2014-08-09 18:32:02 +0200 |
---|---|---|
committer | Reto Hablützel <rethab@rethab.ch> | 2014-08-09 18:32:02 +0200 |
commit | 56b31659dfb6dffc166b4e9645cfa825996cb3cb (patch) | |
tree | 27b439540ef86cb5a2bac2c8dd8470ca8ad31b9f /readme.md | |
parent | 2d3638b8e0905b156b58fb65826ff7c272f4b615 (diff) | |
download | xmobar-56b31659dfb6dffc166b4e9645cfa825996cb3cb.tar.gz xmobar-56b31659dfb6dffc166b4e9645cfa825996cb3cb.tar.bz2 |
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.
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 +<font size="+1">**`MarqueePipeReader "default text:/path/to/pipe" (length, rate, sep) Alias`**</font> + +- 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" + <font size="+1"> **`BufferedPipeReader Alias [(Timeout, Bool, "/path/to/pipe1"), ..]`** </font> |