fix(awful: wibar): visible arg was ignored

This commit is contained in:
actionless 2016-05-19 00:21:22 +02:00
parent 3fd292e1ff
commit 938de72ba7
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ function awfulwibar.new(arg)
w.set_stretch = set_stretch
w.remove = remove
w.visible = true
if arg.visible == nil then w.visible = true end
w:set_position(position)