titlebar: Support bgimage
This commit is contained in:
parent
c957b3d5a8
commit
4a20f9e533
|
@ -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] = {
|
||||
|
|
Loading…
Reference in New Issue