X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/cf8601a25fd04bf384fdd7cb9a7bc21a4d39b3ee..65c1a3ab6e411aec30c3145178fac9f7fdbab87f:/borderbox.md diff --git a/borderbox.md b/borderbox.md index e4d7afb..a56026a 100644 --- a/borderbox.md +++ b/borderbox.md @@ -15,7 +15,7 @@ Variable | Meaning | Type | Default `color` | Color of the additional box | string | `#FFFFFF` `size` | Size in pixels of the additional box | int | 1 -Possible values for `.position`: `above`, `below`, `left` and `right`. +Possible values for `.position`: `top`, `bottom`, `left` and `right`. ### Example usage @@ -40,10 +40,10 @@ adds a borderbox on top of them: ... -- Most likely, you'll want to do this as well: - awful.screen.padding(screen[s], { bottom = 1 }) + awful.screen.padding(screen[s], "bottom") -- Create the box and place it above the existing box. - lain.widgets.borderbox(mywibox[s], s, { position = "above" } ) + lain.widgets.borderbox(mywibox[s], s ) ... end \ No newline at end of file