X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/bde0a1a4175c0f2fb4ee6e318949f0884c1636ef..3e324fd005797905bbf7b83be884f1e0a948931e:/borderbox.md?ds=inline diff --git a/borderbox.md b/borderbox.md index cdeece2..5ac0b04 100644 --- a/borderbox.md +++ b/borderbox.md @@ -1,3 +1,5 @@ +[<- widgets](https://github.com/copycat-killer/lain/wiki/Widgets) + Creates a thin wibox at a position relative to another wibox. This allows to create "borders" for your wiboxes. @@ -38,7 +40,7 @@ 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" } )