From ff6ac139b171974fad30c99758b1d7ba6086162a Mon Sep 17 00:00:00 2001 From: defektive Date: Thu, 11 Nov 2021 10:31:03 -0700 Subject: [PATCH 1/2] README updates --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 73e355a..9d2f90a 100644 --- a/README.md +++ b/README.md @@ -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 - -// modules can be placed on the left, center and right of the bar +# 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 +# choose the modules you want in each bar_left: | - // choose the modules you want in each + From f47fbb4b94f57e2bf51a5e838163a083e72c5af0 Mon Sep 17 00:00:00 2001 From: defektive Date: Thu, 11 Nov 2021 11:20:04 -0700 Subject: [PATCH 2/2] Fixes #4 go get command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d2f90a..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