added new signal info to readme

This commit is contained in:
Noah Swerhun 2023-04-08 09:55:03 -05:00
parent 7ad72a2914
commit 9db20eb942

View file

@ -71,7 +71,9 @@ signal to listen for, e.g.
In the example above, the refresh is `0`. This means that the module *will never
refresh on its own*; it will wait for the RTMIN+1 signal. You may also configure
your module to both refresh on a time interval AND listen for a signal.
your module to both refresh on a time interval AND listen for a signal. Also
note: multiple modules may listen for the same signal. They will all be
refreshed when the signal is recieved.
Unfortunately, to send the signal, you cant just `pkill easyconf-lemonbar`. You
have to read the PID from eclb's pidfile. I would recommend creating an alias in