From e1e27dfcad08721a835c5a8b1c4bb1b792ee14bd Mon Sep 17 00:00:00 2001 From: Zack Craig Date: Wed, 20 Feb 2019 13:19:56 -0500 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a9acf3f..0ce6bb4c 100644 --- a/README.md +++ b/README.md @@ -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