mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
awful.widget: change deprecated key
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e8b7bf9a18
commit
8ec2b33fb3
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ local function widget_tasklist_label_common(c, args)
|
|||
elseif c.urgent and fg_urgent then
|
||||
bg = bg_urgent
|
||||
text = text .. "<span color='"..util.color_strip_alpha(fg_urgent).."'>"..name.."</span>"
|
||||
elseif c.minimize and fg_minimize and bg_minimize then
|
||||
elseif c.minimized and fg_minimize and bg_minimize then
|
||||
bg = bg_minimize
|
||||
text = text .. "<span color='"..util.color_strip_alpha(fg_minimize).."'>"..name.."</span>"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue