I was thinking about adding "attrs_normal", "attrs_focus" etc to the theming. These would be appropriately passed into the "<span font_desc=…" of (at least) taglist.lua and tasklist.lua, to allow setting different attributes (italic, underline etc) according to:
http://developer.gnome.org/pygtk/2.22/pango-markup-language.html For example: attrs_normal = "" attrs_focus = "underline='single'" attrs_urgent = "style='italic'" I first considered font_normal, font_focus etc, but I saw that with font_desc it's only possible to set italic and bold, not underline (which is what I wanted in the first place for my focused tasks). Another idea: textformat_normal = "<small>%s</small>" textformat_focus = "<u>%s</u>" Any thoughts on this? I will work on a patch when I have time... -- To unsubscribe, send mail to [email protected].
