diff --git a/README.md b/README.md index 73e355a..3295669 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Download the [latest release](https://github.com/ShimmerGlass/bar3x/releases/lat Or, if you have the Golang toolchain installed : ``` -go get github.com/ShimmerGlass/bar3x +go get github.com/shimmerglass/bar3x ``` ### Building @@ -49,16 +49,17 @@ Here is an example config : ```yaml -// colors configuration -bg_color: "#17191e" // bar background -text_color: "#d4e5f7" // general text -accent_color: "#1ebce8" // icons and UI elements such as bars -neutral_color: "#37393e" // background elements such as module separators and background graphs -neutral_light_color: "#90949d" // used for less important text such as units +# colors configuration +bg_color: "#17191e" # bar background +text_color: "#d4e5f7" # general text +accent_color: "#1ebce8" # icons and UI elements such as bars +neutral_color: "#37393e" # background elements such as module separators and background graphs +neutral_light_color: "#90949d" # used for less important text such as units -// modules can be placed on the left, center and right of the bar +# modules can be placed on the left, center and right of the bar +# choose the modules you want in each bar_left: | - // choose the modules you want in each +