diff options
author | jao <jao@gnu.org> | 2019-06-30 00:49:00 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-06-30 00:49:00 +0100 |
commit | 365d0a7c97f3905c16caf70c0bb7ef6054b232f2 (patch) | |
tree | 82d42a8705ebc1b3f44f538b2bdb4e4a27a25054 /changelog.md | |
parent | a160cc25ba27b17e798f9d0eadd2c9576473ae9a (diff) | |
download | xmobar-365d0a7c97f3905c16caf70c0bb7ef6054b232f2.tar.gz xmobar-365d0a7c97f3905c16caf70c0bb7ef6054b232f2.tar.bz2 |
New options -a, -A for low battery notifications
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index fd1316d..2ca5d3f 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,9 @@ _New features_ bytes rather than speeds (see [issue #390]. - `WeatherX`: An extension to the `Weather` monitor allowing the spefication of custom strings or icons for sky conditions. + - The battery monitors accept the new arguments `-a` and `-A` to + specify a system command executed if battery left goes beyond a + given threshold. [issue #390]: https://github.com/jaor/xmobar/issues/390 |