diff options
author | jao <jao@gnu.org> | 2022-02-01 04:53:09 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-01 21:21:41 +0000 |
commit | 560c68cd4f0890a6e273b4a5918ac71416d64d88 (patch) | |
tree | 20588496458eeeac8370151595fad9609e7626a7 /doc/quick-start.org | |
parent | 65f67cc86d3929802f227133c1003dc4174ee85d (diff) | |
download | xmobar-560c68cd4f0890a6e273b4a5918ac71416d64d88.tar.gz xmobar-560c68cd4f0890a6e273b4a5918ac71416d64d88.tar.bz2 |
Documentation bits
Diffstat (limited to 'doc/quick-start.org')
-rw-r--r-- | doc/quick-start.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/quick-start.org b/doc/quick-start.org index c51be3e..2f8591d 100644 --- a/doc/quick-start.org +++ b/doc/quick-start.org @@ -157,6 +157,15 @@ the =Config= block in your configuration. - =wmName= The value for the window's X11 WM_NAME property. Defaults to "xmobar". +- =textOutput= When True, instead of running as an X11 application, + write output to stdout, with optional color escape sequences. In + this mode, icon and action specifications are ignored. Default is + False. + +- =textOutputColors= NoColors, Ansi or Pango, to emit, when in text + mode, escape color sequences using ANSI controls (for terminals) or + pango markup. Default is Ansi. + ** The Output =template= The output template is how xmobar will end up printing all of your @@ -374,6 +383,7 @@ This is the list of command line options (the output of =xmobar --help=): -C command --add-command=command Add to the list of commands to be executed -x screen --screen=screen On which X screen number to start -p position --position=position Specify position of xmobar. Same syntax as in config file + -T --text Write output to stdout Mail bug reports and suggestions to <mail@jao.io> #+end_src |