summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorReto Habluetzel <rethab@rethab.ch>2012-08-27 21:11:41 +0200
committerReto Habluetzel <rethab@rethab.ch>2012-08-27 21:11:41 +0200
commite02c6bab1b6fa788c274e4b42a04e057273c3000 (patch)
tree8154b933b80a479fb3fe847332270c94a16b44f7
parent976312375bbedd05eb822b3b0d5d044aa7d4a3ea (diff)
downloadxmobar-e02c6bab1b6fa788c274e4b42a04e057273c3000.tar.gz
xmobar-e02c6bab1b6fa788c274e4b42a04e057273c3000.tar.bz2
description for PipeReader2
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 2d18f67..24b390f 100644
--- a/readme.md
+++ b/readme.md
@@ -1048,6 +1048,11 @@ can be used in the output template as `%mydate%`
- Reads its displayed output from the given pipe.
+`PipeReader2 "/path/to/pipe" Alias Default`
+
+- Reads its displayed output from the given pipe. Displays the default string
+ as long as the pipe is empty.
+
`BufferedPipeReader Alias [ (Timeout, Bool, "/path/to/pipe1")
, (Timeout, Bool, "/path/to/pipe2")
, ..