kolunmi / dwlb

Feature-Complete Bar for DWL
Other
60 stars 20 forks source link

Add -status-stdin command #15

Closed NikitaIvanovV closed 1 year ago

NikitaIvanovV commented 1 year ago

This PR adds -status-stdin command to receive status from stdin and push it to the bars. It is more efficient than to spawn a new process every time status is updated.

someblocks -p | dwlb -status-stdin all
kolunmi commented 1 year ago

Thanks! This is indeed more efficient.