From: Stephen Seo Date: Tue, 23 Aug 2022 08:24:32 +0000 (+0900) Subject: Update README.md X-Git-Tag: 0.1.5~4 X-Git-Url: https://git.seodisparate.com/gitweb?a=commitdiff_plain;h=c77a8e719bb9d2928d800c8a81fc70a119e5c7b8;p=swaybar_info Update README.md --- diff --git a/README.md b/README.md index 6197b67..d9ace69 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ Then this text can be parsed with a regex like: Note that some characters like `*` or `(` had to be escaped because they are being passed verbatim to a shell. +If only one capture is used in the regex string, then that capture will be used +for the output text, and the color will be left unspecified (usually defaulting +to white). + ## Dependencies Uses [`serde_json`](https://crates.io/crates/serde_json),