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 /readme.org | |
parent | dc262d1628aa3e1bfe17ce99bfe89782b6185cc5 (diff) | |
download | xmobar-2e3aafa375321176bfdabffcdf78cbdc30f8d67e.tar.gz xmobar-2e3aafa375321176bfdabffcdf78cbdc30f8d67e.tar.bz2 |
Documentation updates
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |