summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-03 05:38:37 +0000
committerjao <jao@gnu.org>2022-02-03 05:38:37 +0000
commit2e3aafa375321176bfdabffcdf78cbdc30f8d67e (patch)
treea293c3a70c7fbc5518ab9c8e4170806d16bd35b1
parentdc262d1628aa3e1bfe17ce99bfe89782b6185cc5 (diff)
downloadxmobar-2e3aafa375321176bfdabffcdf78cbdc30f8d67e.tar.gz
xmobar-2e3aafa375321176bfdabffcdf78cbdc30f8d67e.tar.bz2
Documentation updates
-rw-r--r--changelog.md5
-rw-r--r--readme.org7
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)
diff --git a/readme.org b/readme.org
index b7d7845..a4f4f9e 100644
--- a/readme.org
+++ b/readme.org
@@ -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