From 938de72ba79ee75ea43fa56fcff5015031ada73b Mon Sep 17 00:00:00 2001 From: actionless Date: Thu, 19 May 2016 00:21:22 +0200 Subject: [PATCH] fix(awful: wibar): visible arg was ignored --- lib/awful/wibar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/wibar.lua b/lib/awful/wibar.lua index 456020110..c2c2757ab 100644 --- a/lib/awful/wibar.lua +++ b/lib/awful/wibar.lua @@ -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)