diff options
author | jao <jao@gnu.org> | 2022-02-03 05:38:37 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-03 05:38:37 +0000 |
commit | 2e3aafa375321176bfdabffcdf78cbdc30f8d67e (patch) | |
tree | a293c3a70c7fbc5518ab9c8e4170806d16bd35b1 | |
parent | dc262d1628aa3e1bfe17ce99bfe89782b6185cc5 (diff) | |
download | xmobar-2e3aafa375321176bfdabffcdf78cbdc30f8d67e.tar.gz xmobar-2e3aafa375321176bfdabffcdf78cbdc30f8d67e.tar.bz2 |
Documentation updates
-rw-r--r-- | changelog.md | 5 | ||||
-rw-r--r-- | readme.org | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/changelog.md b/changelog.md index a575e53..5ef94e0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,9 @@ ## Version 0.42 (unreleased) - - New text mode (thanks to Pavel Kagulin, see issue #601) +_New features_ + + - New text mode (thanks to Pavel Kagulin, see issue #601), with + output formats compatible with color terminals and sway. ## Version 0.41 (January, 2022) @@ -4,12 +4,13 @@ Xmobar is a minimalistic status bar. It was originally designed and implemented by Andrea Rossato to work with [[http://xmonad.org][xmonad]], but it is - actually usable with any window manager. + actually usable with any window manager in X11 and also (via its + text output mode) Wayland. Xmobar was inspired by the [[http://tuomov.iki.fi/software/][Ion3]] status bar, and supports similar features, like dynamic color management, icons, output templates, and extensibility through plugins. It is also able to write to - standard output, optionally with color escape sequences. + standard output, in a variety of formats. These are some xmobar [[file:doc/screenshots][screenshots]] using the author's configuration: @@ -118,7 +119,7 @@ #+end_src or set the parameter =textOutput= to True in its configuration. You - can also specify the format of color escapes, for instance + can also specify the format of color escapes, for instance, omitting them altogether with ~Plain~: #+begin_src shell |