1: I use awesome wiki's way to remove icon on tasklist. but it is wrong . 
I do not know where is wrong .
bellowing: 

    -- Create a tasklist widget
    -- original
    mytaglist[s] = awful.widget.taglist(s, awful.widget.taglist.label.all, 
mytaglist.buttons)
    -- remove icon on tasklist
    -- mytasklist_template = { { item = "title", bg_resize = true}, layout = 
layout.horizontal.leftright }
    -- mytasklist[s] = awful.widget.tasklist(s, 
awful.widget.tasklist.filter.currenttags, mytasklist.buttons, nil, 
mytasklist_template)

    mytasklist[s] = awful.widget.tasklist(function(c)
                                              return 
awful.widget.tasklist.label.currenttags(c, s)
                                          end, mytasklist.buttons)

2: how to replace systray icon with my own icon ? I want to use widget.image to 
replace it . but I do not know how .

Thanks for your help and reply .

-- 
I try to detoxify my memory.    ---- http://about.me/Evanescence
Forget can not be treated as betray.
It's not certainly a love even though you  remember to the end of your life.

-- 
To unsubscribe, send mail to [email protected].

Reply via email to