summaryrefslogtreecommitdiffhomepage
path: root/readme.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-02-03 05:14:45 +0000
committerjao <jao@gnu.org>2022-02-03 05:14:45 +0000
commitdc262d1628aa3e1bfe17ce99bfe89782b6185cc5 (patch)
tree43c2bf077702bd118a9f37646ebce50d2025d15f /readme.org
parentd7d1873cd009edc8f3de8d141de388f638c6a926 (diff)
downloadxmobar-dc262d1628aa3e1bfe17ce99bfe89782b6185cc5.tar.gz
xmobar-dc262d1628aa3e1bfe17ce99bfe89782b6185cc5.tar.bz2
TextOutputColor -> TextOutputFormat
Thinking of eventually adding a Sway JSON output, or simply add fonts to Pango specification, so it's more than colors. Also, NoColors -> Plain.
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.org b/readme.org
index ac9e72e..b7d7845 100644
--- a/readme.org
+++ b/readme.org
@@ -119,10 +119,10 @@
or set the parameter =textOutput= to True in its configuration. You
can also specify the format of color escapes, for instance
- omitting them altogether with ~NoColors~:
+ omitting them altogether with ~Plain~:
#+begin_src shell
- xmobar -TNoColors /path/to/config &
+ xmobar -TPlain /path/to/config &
#+end_src
Other options are ~Ansi~ and ~Pango~.