diff options
author | jao <jao@gnu.org> | 2019-10-05 22:43:57 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-10-05 22:43:57 +0100 |
commit | 4b30381ad102b30e311c17ab4c6c43e328f2cf66 (patch) | |
tree | df74dc913c5c74bb128b0e77781f9a45fcae3d83 /changelog.md | |
parent | d1ba32888b402f3841847541ded9cc4349ae2f66 (diff) | |
download | xmobar-4b30381ad102b30e311c17ab4c6c43e328f2cf66.tar.gz xmobar-4b30381ad102b30e311c17ab4c6c43e328f2cf66.tar.bz2 |
New flag `contiguous-icons` for `MultiCpu` (issue #388)
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 4870637..50915f6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,19 @@ +## Version 0.31 + +_New features_ + + - New option `--contiguous-icons` for `MultiCpu` to draw icons + without padding (see [issue #388]). + +[issue #388]: https://github.com/jaor/xmobar/issues/388 + ## Version 0.30 (August, 2019) _New features_ - New monitor `MultiCoreTemp`, thanks to Felix Springer. - `DiskIO`: Additional template variables for absolute number of - bytes rather than speeds (see [issue #390]. + 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 |