awful.widget: fix tasklist urgent background

Signed-off-by: Gregor Best <farhaven@googlemail.com>
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Gregor Best 2008-12-10 17:36:54 +01:00 committed by Julien Danjou
parent 1bc9d234e5
commit 0a07e706b0
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ local function widget_tasklist_label_common(c, args)
text = text .. name
end
elseif c.urgent and bg_urgent and fg_urgent then
local bg = bg_urgent
bg = bg_urgent
text = text .. "<bg color='"..bg_urgent.."'/><span color='"..util.color_strip_alpha(fg_urgent).."'>"..name.."</span>"
else
text = text .. name