From 5be73cdc459f54c57382cbcf6eeb6e9937a0c822 Mon Sep 17 00:00:00 2001 From: slotThe Date: Sat, 12 Oct 2019 09:56:12 +0200 Subject: Update changelog and readme --- changelog.md | 2 ++ readme.md | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/changelog.md b/changelog.md index 233bd7f..fcb8764 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,8 @@ _New features_ - New option `--contiguous-icons` for `MultiCpu` to draw icons without padding (see [issue #388]). - New version of libmpd (0.9.0.10), thanks to John Tyree + - New options `--lows`, `--mediums`, and `--highs` for `Battery` + to display an additional string depending on battery level. [issue #388]: https://github.com/jaor/xmobar/issues/388 diff --git a/readme.md b/readme.md index 747cbe8..91a85b6 100644 --- a/readme.md +++ b/readme.md @@ -917,6 +917,13 @@ specification, such as `("clear", "")`. when AC is "off" in `leftipat`. - `--idle-icon-pattern`: dynamic string for current battery charge when AC is "idle" in `leftipat`. + - `--lows`: string for AC "off" status and power lower than the `-L` + threshold (default: "") + - `--mediums`: string for AC "off" status and power lower than the `-H` + threshold (default: "") + - `--high`: string for AC "off" status and power higher than the `-H` + threshold (default: "") + - Variables that can be used with the `-t`/`--template` argument: `left`, `leftbar`, `leftvbar`, `leftipat`, `timeleft`, `watts`, `acstatus` -- cgit v1.2.3