
Fedora Pidgin background
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
THis is 1 of my first background images for pidgin.I created the image from a wallpaper i found on gnome look,and file i copyed and modifyed to use the image for gonme look.Hope you like . I plan to make more of them for other distros. Just copy the hidden file and image to your home folder to use. then restart pidgin
Vall86
9 years ago
Report
max91
13 years ago
Report
daniel24
12 years ago
Now edit the .gtkrc-2.0 file in your /home/username/ folder.
Insert there your path to your backgorund
For example:
Quote:
pixmap_path "~/"
style "my-blist" {
bg_pixmap[NORMAL] = "/.purple/backgrounds/pidginfedora.png"
text[NORMAL] = "#ffffff"
#this makes the text white, if you want black, take this code:
#text[NORMAL] = "#000000"
bg[NORMAL] = "#F5D8BC"
base[NORMAL] = "#F5D8BC"
GtkTreeView:: odd_row_color = ""
GtkTreeView:: even_row_color = ""
}
widget "*pidgin_blist_treeview" style "my-blist"
http://ubuntu.blog.de/2007/08/23/background_in_pidgin_andern~2855412
Report