Closed josephreynolds1 closed 1 year ago
Hello! I added an example to README.md. Does it clarify the usage?
You could use someblocks to populate status data like this:
someblocks -p | while read -r line; do dwlb -status all "$line"; done
Or you could do some slight modifications to someblocks to make it write to dwlb's socket.
Adding that command to the README with a denotion of "any STDOUT" in the beginning could help a lot. I struggled, overcomplicating stuff via mkfifo before realizing I could do exactly that one-liner.
Added
Please include some real world status command examples. Documentation of command is confusing.
Also is it possible to use applications like someblocks to populate status data?