From 4a20f9e5333356cb6413b6f3f3f5e5f2411b78f6 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Mon, 8 Feb 2016 03:37:49 -0500 Subject: [PATCH] titlebar: Support bgimage --- lib/awful/titlebar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/awful/titlebar.lua b/lib/awful/titlebar.lua index 41ec779b5..6834f488a 100644 --- a/lib/awful/titlebar.lua +++ b/lib/awful/titlebar.lua @@ -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] = {