shims: Make sure the wibox boolean properties are set

Also make some changes to support tooltips.
This commit is contained in:
Emmanuel Lepage Vallee 2018-12-21 21:19:59 -05:00
parent 7d0976912e
commit 90342b62c6
1 changed files with 4 additions and 0 deletions

View File

@ -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 {}