shims: Make sure the wibox boolean properties are set
Also make some changes to support tooltips.
This commit is contained in:
parent
7d0976912e
commit
90342b62c6
|
@ -11,6 +11,10 @@ local function new_drawin(_, args)
|
||||||
ret.y=0
|
ret.y=0
|
||||||
ret.width=1
|
ret.width=1
|
||||||
ret.height=1
|
ret.height=1
|
||||||
|
ret.border_width=0
|
||||||
|
ret.ontop = false
|
||||||
|
ret.below = false
|
||||||
|
ret.above = false
|
||||||
|
|
||||||
ret.geometry = function(_, new)
|
ret.geometry = function(_, new)
|
||||||
new = new or {}
|
new = new or {}
|
||||||
|
|
Loading…
Reference in New Issue