THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - stefano verna (steffoz)
Attached to Project - awesome
Summary - people need bg_minimize and fg_minimize
Task Type - Feature Request
Category - Core
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - I propose a bg_minimize and fg_minimize property inside themes to be
used inside widget_tasklist_label_common():
elseif c.urgent and bg_urgent and fg_urgent then
bg = bg_urgent
text = text .. "<bg color='"..bg_urgent.."'/><span
color='"..util.color_strip_alpha(fg_urgent).."'>"..name.."</span>"
elseif c.minimize then
bg = bg_minimize
fg = fg_minimize
text = text .. "<bg color='"..bg.."'/><span
color='"..util.color_strip_alpha(fg).."'>"..name.."</span>"
else
text = text .. name
end
More information can be found at the following URL:
http://awesome.naquadah.org/bugs/index.php?do=details&task_id=451
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].