| How to change pidgin theme ? |
|
|
|
| Written by Deepak K.C. | ||||||||||||||||||||||||||
| Thursday, 07 May 2009 15:43 | ||||||||||||||||||||||||||
|
How to change pidgin theme ? 1. First get into the purple directory which is present in your home folder and is hidden. deep@deep-laptop:~$cd .purple 2. When you get into the purple directory,check for the backgrounds folder, if it doesn't exist create one
deep@deep-laptop:~$ mkdir backgrounds 3. Put the background image you wish to use for pidgin in the above created folder (backgrounds). The size of the image for pidgin is 300px width and 500px height (300*500). Let us suppose that you have saved the background image named pidgin-background.png in desktop the n type the following command to copy that picture to backgrounds folder. deep@deep-laptop:~$ cp /home/deep/Desktop/pidgin-background.png /home/deep/.purple/backgrounds/ Note if you dont want to modify the file name gtkrc-2.0 then save the image as pidgin- background.png ,else you need to modify this file according to your image name.
5. Now check for .gtkrc-2.0 file in your home folder. (Remember this is a hidden file) If it doesn't exist create a one by typing the following command: deep@deep-laptop:~$ nano .gtkrc-2.0 The .gtkrc-2.0 file content should be the following : Copy the following text and paste it. pixmap_path "~/" style "my-blist" { bg_pixmap[NORMAL] = "/.purple/backgrounds/pidgin-background.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"
Finally restart your pidgin . Thats it you have a different background ..........
!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved." |
||||||||||||||||||||||||||
| Last Updated on Sunday, 31 May 2009 02:42 |