aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8335cfc..40fabdf 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ Run `dwlb -h` for a full list of options.
## Someblocks
To use someblocks, or any program that outputs to stdout, with dwlb, use this one-liner:
```bash
-someblocks -p | while read -r line; do dwlb -status all "$line"; done
+someblocks -p | dwlb -status-stdin all
```
## Acknowledgements