From 9db20eb942c9e259bbe9a2bba6018a61c8a63ea7 Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Sat, 8 Apr 2023 09:55:03 -0500 Subject: [PATCH] added new signal info to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index baeb4d3..1bd3d0f 100644 --- a/README.md +++ b/README.md @@ -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