Merge pull request #918 from actionless/fix-wibar-visible
fix(awful: wibar): visible arg was ignored
This commit is contained in:
commit
f228257512
|
@ -322,7 +322,7 @@ function awfulwibar.new(arg)
|
||||||
w.set_stretch = set_stretch
|
w.set_stretch = set_stretch
|
||||||
w.remove = remove
|
w.remove = remove
|
||||||
|
|
||||||
w.visible = true
|
if arg.visible == nil then w.visible = true end
|
||||||
|
|
||||||
w:set_position(position)
|
w:set_position(position)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue