diff options
author | jao <jao@gnu.org> | 2022-02-02 21:32:01 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-02-02 21:32:01 +0000 |
commit | d7d1873cd009edc8f3de8d141de388f638c6a926 (patch) | |
tree | b87363d1656369b2a9413bf025971ebbc8ff1309 /doc/quick-start.org | |
parent | 560c68cd4f0890a6e273b4a5918ac71416d64d88 (diff) | |
download | xmobar-d7d1873cd009edc8f3de8d141de388f638c6a926.tar.gz xmobar-d7d1873cd009edc8f3de8d141de388f638c6a926.tar.bz2 |
Allow specifying color format as a -T argument
Diffstat (limited to 'doc/quick-start.org')
-rw-r--r-- | doc/quick-start.org | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/quick-start.org b/doc/quick-start.org index 2f8591d..1c48c43 100644 --- a/doc/quick-start.org +++ b/doc/quick-start.org @@ -151,10 +151,10 @@ the =Config= block in your configuration. - =template= The output template. -- =wmClass= The value for the window's X11 WM_CLASS property. Defaults +- =wmClass= The value for the window's X11 ~WM_CLASS~ property. Defaults to "xmobar". -- =wmName= The value for the window's X11 WM_NAME property. Defaults to +- =wmName= The value for the window's X11 ~WM_NAME~ property. Defaults to "xmobar". - =textOutput= When True, instead of running as an X11 application, @@ -164,7 +164,7 @@ the =Config= block in your configuration. - =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. + pango markup. Default is NoColors. ** The Output =template= @@ -383,7 +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 + -T [format] --text[=format] Write output to stdout Mail bug reports and suggestions to <mail@jao.io> #+end_src |