added new signal info to readme
This commit is contained in:
parent
7ad72a2914
commit
9db20eb942
1 changed files with 3 additions and 1 deletions
|
@ -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
|
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
|
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
|
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
|
have to read the PID from eclb's pidfile. I would recommend creating an alias in
|
||||||
|
|
Loading…
Reference in a new issue