readme: Mention sample config location (#1658)

* Update readme on installing example config

IF you isntall via a package manager, it's a bit trickier to get the default config, I found myself reading the sourcecode for the makefile to figure out where it came from.

On arch, at least, a copy is stored in `/usr/share/doc/polybar/config`, I assume this is the same for most distros, so I figured i'd add that snippet to the readme

* Make requested changes
This commit is contained in:
Zack Craig 2019-02-20 13:19:56 -05:00 committed by Patrick Ziegler
parent ea7399decc
commit e1e27dfcad

View File

@ -159,6 +159,7 @@ Run the following inside the build directory:
~~~ sh
$ make userconfig
~~~
Or you can copy the example config from `/usr/share/doc/polybar/config` or ` /usr/local/share/doc/polybar/config` (depending on your install parameters)
#### Launch the example bar
~~~ sh