diff options
author | jao <jao@gnu.org> | 2022-02-03 05:14:45 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-03 05:14:45 +0000 |
commit | dc262d1628aa3e1bfe17ce99bfe89782b6185cc5 (patch) | |
tree | 43c2bf077702bd118a9f37646ebce50d2025d15f /doc/quick-start.org | |
parent | d7d1873cd009edc8f3de8d141de388f638c6a926 (diff) | |
download | xmobar-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 'doc/quick-start.org')
-rw-r--r-- | doc/quick-start.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/quick-start.org b/doc/quick-start.org index 1c48c43..3cf11aa 100644 --- a/doc/quick-start.org +++ b/doc/quick-start.org @@ -162,9 +162,9 @@ the =Config= block in your configuration. this mode, icon and action specifications are ignored. Default is False. -- =textOutputColors= NoColors, Ansi or Pango, to emit, when in text +- =textOutputFormat= Plain, Ansi or Pango, to emit, when in text mode, escape color sequences using ANSI controls (for terminals) or - pango markup. Default is NoColors. + pango markup. Default is Plain. ** The Output =template= |