From cb0c43a61b823bdbdd10c2e12e8c3d5ab98801e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 17 Feb 2019 15:47:29 +0100 Subject: [PATCH] README: update bar configuration properties --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c19e8d3..a506a7f 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,13 @@ There are a couple types used that are specific to f00bar. | right-margin | int | no | Right-side margin, in pixels | margin | int | no | Short-hand for setting both `left-margin` and `right-margin` | border | dict | no | Configures a border around the status bar -| border.width | int | yes | Width, in pixels, of the border -| border.color | color | yes | The color of the border +| border.width | int | no | Width, in pixels, of the border +| border.color | color | no | The color of the border +| border.margin | int | no | left/rigth/top/bottom margins, from screen edge to bar +| border.left-margin | int | no | left margin from screen edge to bar. Overrides `border.margin` +| border.right-margin | int | no | right margin from screen edge to bar. Overrides `border.margin` +| border.top-margin | int | no | top margin from screen edge to bar. Overrides `border.margin` +| border.bottom-margin | int | no | bottom margin from screen edge to bar. Overrides `border.margin` | font | font | no | Default font to use in modules and particles | foreground | color | no | Default foreground (text) color to use | left | list | no | Left-aligned modules