doc: Reflect config fallback in config

This should reflect the changes from #2026
This commit is contained in:
patrick96 2020-11-23 13:09:23 +01:00 committed by Patrick Ziegler
parent df15a4062a
commit c34f013e5f
1 changed files with 2 additions and 4 deletions

View File

@ -31,10 +31,8 @@ places in the following order:
* If the ``-c`` or ``--config`` command line argument is specified, it will use
the path given there.
* If the environment variable ``XDG_CONFIG_HOME`` is set it will use
``$XDG_CONFIG_HOME/polybar/config``
* If the environment variable ``HOME`` is set it will use
``$HOME/.config/polybar/config``
* ``$XDG_CONFIG_HOME/polybar/config``
* ``$HOME/.config/polybar/config``
Syntax
------