X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/c061737f1f08d79826bcdc116a26806339193dea..648be56a195bd3fdb63b6de5ab5be90c628b4546:/borderbox.md diff --git a/borderbox.md b/borderbox.md index 5ac0b04..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 @@ -43,7 +43,7 @@ adds a borderbox on top of them: 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