Add luarocks loader to rc.lua
This commit is contained in:
parent
763baa8e68
commit
7d74396048
4 changed files with 5 additions and 3 deletions
|
@ -39,7 +39,7 @@ function add_bar(s, position, direction, first, second)
|
|||
position = position,
|
||||
screen = s,
|
||||
opacity = 0.6,
|
||||
width = math.floor(s.dpi / 5)
|
||||
width = math.floor(s.dpi / 5),
|
||||
})
|
||||
|
||||
newbar:setup {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue