diff options
| author | Reto Habluetzel <rethab@rethab.ch> | 2012-08-27 21:11:41 +0200 | 
|---|---|---|
| committer | Reto Habluetzel <rethab@rethab.ch> | 2012-08-27 21:11:41 +0200 | 
| commit | e02c6bab1b6fa788c274e4b42a04e057273c3000 (patch) | |
| tree | 8154b933b80a479fb3fe847332270c94a16b44f7 | |
| parent | 976312375bbedd05eb822b3b0d5d044aa7d4a3ea (diff) | |
| download | xmobar-e02c6bab1b6fa788c274e4b42a04e057273c3000.tar.gz xmobar-e02c6bab1b6fa788c274e4b42a04e057273c3000.tar.bz2  | |
description for PipeReader2
| -rw-r--r-- | readme.md | 5 | 
1 files changed, 5 insertions, 0 deletions
@@ -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")                             , ..  | 
