diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-15 21:04:55 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-15 21:04:55 +0200 |
commit | acdbb2a628f9b3876a5f97f0c2e6ae6a85d6c290 (patch) | |
tree | f756277a9f061c86cbb4de823ac1f034f6a2fd8b /readme.md | |
parent | 3e7c8cf1a4cd9ea86fd7d1dce13e305dd09fb6fe (diff) | |
parent | e2407925093dfcc4e89dabeceb46429adda015b9 (diff) | |
download | xmobar-acdbb2a628f9b3876a5f97f0c2e6ae6a85d6c290.tar.gz xmobar-acdbb2a628f9b3876a5f97f0c2e6ae6a85d6c290.tar.bz2 |
Merge remote-tracking branch 'rethab/master' into rethab
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1044,9 +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. +- Prefix an optional default text separated by a colon `BufferedPipeReader Alias [ (Timeout, Bool, "/path/to/pipe1") , (Timeout, Bool, "/path/to/pipe2") |