Updated borderbox (markdown)

This commit is contained in:
Luke Bonham 2013-09-19 06:24:58 -07:00
parent a14dd68ecd
commit 3e324fd005
1 changed files with 1 additions and 1 deletions

View File

@ -40,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" } )