Panel Customization - Task List Backgrounds
Well, I know that it is possible to change the panel background image, and colors... But how can I change the task item's background to an image?
Modifying from the panel background image, I put this in the file.. only it just changes while not selected.. cannot figure out how to customize selected.. tried changing normal to active, still stays the same..
style "list-item"
{
bg[NORMAL] = "#1177FF"
bg_pixmap[NORMAL] = "testpanel.png"
fg[NORMAL] = "#FFFFFF"
}
widget_class "*GtkListItem*" style "list-item"
widget "*GtkListItem*" style "list-item"
class "*GtkListItem*" style "list-item"
Last edited by Prada; 06-26-2008 at 09:34 PM.
|