From c34f013e5f70d952da6c64927e9a9f612fc5b98a Mon Sep 17 00:00:00 2001 From: patrick96 Date: Mon, 23 Nov 2020 13:09:23 +0100 Subject: [PATCH] doc: Reflect config fallback in config This should reflect the changes from #2026 --- doc/man/polybar.5.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/man/polybar.5.rst b/doc/man/polybar.5.rst index 4e32fce7..a02a134b 100644 --- a/doc/man/polybar.5.rst +++ b/doc/man/polybar.5.rst @@ -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 ------