From 7571ea3eb43664dd3408e158c25ab2c04742bdb3 Mon Sep 17 00:00:00 2001 From: dgrisham Date: Sat, 22 Sep 2018 12:34:31 -0600 Subject: [PATCH] Update README to reflect color config reload feature. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 665e061..3f38698 100644 --- a/README.md +++ b/README.md @@ -315,8 +315,9 @@ If cava quits unexpectedly or is force killed, echo must be turned on manually w | --- | ----------- | | up / down| increase/decrease sensitivity | | left / right| increase/decrease bar width | -| c / b| change forground/background color | +| f / b| change forground/background color | | r | Reload configuration | +| c | Reload colors only | | q or CTRL-C| Quit C.A.V.A. | Configuration @@ -332,6 +333,10 @@ For example: $ pkill -USR1 cava ``` +Similarly, sending cava a SIGUSR2 signal will reload the colors fromt he configuring file, which is the same as pressing c in the terminal. +``` +$ pkill -USR2 cava +``` **Examples on how the equalizer works:**