francma / wob

A lightweight overlay volume/backlight/progress/anything bar for Wayland.
ISC License
896 stars 49 forks source link

fifo input: doc improvement #132

Open smurfix opened 12 months ago

smurfix commented 12 months ago

tail -f /tmp/wobpipe | wob is somewhat suboptimal because of the additional process.

Better: wob < /tmp/wobpipe > /tmp/wobpipe

wob doesn't actually write anything to the pipe of course; the redirection just keeps the pipe's write side open.