diff options
author | jao <jao@gnu.org> | 2014-09-26 02:52:00 +0200 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-09-26 02:52:00 +0200 |
commit | a04850b0cbe4355dc7bd083a353fabdc644a24fb (patch) | |
tree | 8bc1edbc1fb14e942e7c5f226aba7f11756c15d3 /readme.md | |
parent | 05554f239c79d738848f5453b16b8ad01e9a5f50 (diff) | |
download | xmobar-a04850b0cbe4355dc7bd083a353fabdc644a24fb.tar.gz xmobar-a04850b0cbe4355dc7bd083a353fabdc644a24fb.tar.bz2 |
CLI switch for iconRoot (-i)
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -321,8 +321,9 @@ Other configuration options: `iconRoot` : Root folder where icons are stored. For <icon=path/> - if path start with `"/"`, `"./"` or `"../"` it is interpreted as it is. - Otherwise it will have `iconRoot ++ "/"` prepended to it. Default is `"."`. + if path start with `"/"`, `"./"` or `"../"` it is interpreted as + it is. Otherwise it will have `iconRoot ++ "/"` prepended to + it. Default is `"."`. `commands` : For setting the options of the programs to run (optional). @@ -377,6 +378,7 @@ xmobar --help): -s char --sepchar=char The character used to separate commands in the output template. Default '%' -t template --template=template The output template + -i path --iconroot=path Default directory for icon pattern files -c commands --commands=commands The list of commands to be executed -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 |