diff options
author | Reto Habluetzel <rethab@rethab.ch> | 2012-09-15 18:45:22 +0200 |
---|---|---|
committer | Reto Habluetzel <rethab@rethab.ch> | 2012-09-15 18:45:22 +0200 |
commit | 1d666aecb6ca8f6822fda2434750e8ada6a09462 (patch) | |
tree | 54d4b81b63a1e6ebf7dc2d98a01a233e78828e40 | |
parent | a0a1865dd268e50c77a5a8dea09a46da7408fd54 (diff) | |
download | xmobar-1d666aecb6ca8f6822fda2434750e8ada6a09462.tar.gz xmobar-1d666aecb6ca8f6822fda2434750e8ada6a09462.tar.bz2 |
updated description for change in PipeReader (default text)
-rw-r--r-- | readme.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1044,14 +1044,10 @@ can be used in the output template as `%mydate%` - Runs the given program, and displays its standard output. -`PipeReader "/path/to/pipe" Alias` +`PipeReader "default text:/path/to/pipe" Alias` - 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. +- Prefix an optional default text separated by a colon `BufferedPipeReader Alias [ (Timeout, Bool, "/path/to/pipe1") , (Timeout, Bool, "/path/to/pipe2") |