titlebar: Support bgimage

This commit is contained in:
Emmanuel Lepage Vallee 2016-02-08 03:37:49 -05:00
parent c957b3d5a8
commit 4a20f9e533
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ local function new(c, args)
local args = bars[position].args
ret:set_bg(get_color("bg", c, args))
ret:set_fg(get_color("fg", c, args))
ret:set_bgimage(get_color("bgimage", c, args))
end
bars[position] = {