gaim_buddylist_background
Howto create a background for your gaim buddylist:
(gnome & linux only).
(this works for most themes not all)
- go to ur home.
- create a background picture called background.jpg in ur home directory.
- type: gedit gtkrc-2.0.
if it doesnt exist type it annyways so you can greate it.
- Put this piece of code in the file:
pixmap_path "/home/(change to my name)" style "my-blist" { bg_pixmap[NORMAL] = "background.jpg" text[NORMAL] = "blue" bg[NORMAL] = "#efebe7" base[NORMAL] = "#efebe7"
GtkTreeView::odd_row_color = ""
GtkTreeView::even_row_color = "" } widget "*gaim_gtkblist_treeview" style "my-blist"
- save the file and reload ur theme or gnome.
good luck
Thankz to RommeDeSerieux & ThomAnnatar
gaim_buddylist_background (last edited 2008-08-06 16:41:42 by localhost)