pywal
pywal copied to clipboard
Add --active-only flag to only run pywal on active ttys
This adds a flag to only run pywal on active ttys when sending colors to those ttys. This solves the problem of hanging send`s or trying to write colors to effectively closed ttys.
Fixes https://github.com/dylanaraps/pywal/issues/597