From 451a450cec175e4aca71410d9c37df65c7116ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Mon, 21 Jan 2019 19:57:25 +0100 Subject: [PATCH] README: cleanup bar configuration table --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bcfb58..e37e162 100644 --- a/README.md +++ b/README.md @@ -97,11 +97,11 @@ There are a couple types used that are specific to f00bar. ## Bar | Name | Type | Req. | Description -|----------- |------ |------|------------- +|---------------|--------|------|------------ | height | int | yes | The height of the bar, in pixels | location | enum | yes | One of `top` or `bottom` -| background | color | yes | Background color. -| monitor | string | no | Monitor to place the bar. If not specified, the primary monitor will be used +| background | color | yes | Background color +| monitor | string | no | Monitor to place the bar. If not specified, the primary monitor will be used. | left-spacing | int | no | Space, in pixels, added **before** each module | right-spacing | int | no | Space, in pixels, added **after** each module | spacing | int | no | Short-hand for setting both `left-spacing` and `right-spacing`