Updated borderbox (markdown)
This commit is contained in:
parent
a14dd68ecd
commit
3e324fd005
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ adds a borderbox on top of them:
|
||||||
...
|
...
|
||||||
|
|
||||||
-- Most likely, you'll want to do this as well:
|
-- 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.
|
-- Create the box and place it above the existing box.
|
||||||
lain.widgets.borderbox(mywibox[s], s, { position = "above" } )
|
lain.widgets.borderbox(mywibox[s], s, { position = "above" } )
|
||||||
|
|
Loading…
Add table
Reference in a new issue