You can add your own skins for GProc. Here is a small manual...

I) A skin shema:

	-------------------------------------------------------
	|    |   |   |   B    |   |                           |                              
	|    | M |   |   U    |   |         L                 |                               
	| S  | O | S |   T    | S |         A                 |                                
	| E  | V | E |   T    | E |         B                 |                                
	| P  | E | P |   O    | P |         E                 |                                
	|    |   |   |   N    |   |         L                 |                             
	|____|___|___|________|___|___________________________|
															
	(same things for the vertical skin, but....vertical :)



II) There is 5 graphics for a skin:
	- 1 background
	- 1 "move-pixmap" wich allow you to drag GProc over the desktop
	- 2 buttons (one pressed and one released)
	- 1 label for displaying the number of process
	

	
III) You have to design "two skins in one"
	Gproc can run either horizontal or vertical, so you should create an "horizontal skin" and a vertical.


	
IV) Create the file skin.def:
	
	Here is the format


	@ GProc skin def file

	Hmwin_w:<width of the main horizontal window>
	Hmwin_h:<heigth of the main horizontal window>
	Hbutton_w:<width of the horizontal button>
	Hbutton_h:<heigth of the horizontal button>
	Hlabel_w:<width of tha horizontal label>
	Hlabel_h:<height of the horizontal label>
	Vmwin_w:<width of the main vertical window>
	Vmwin_h:<width of the main horizontal window>
	Vbutton_w:<width of the vertical button>
	Vbutton_h:<heigth of the vertical button>
	Vlabel_w:<width of the vertical label>
	Vlabel_h:<height of the vertical label>
	Hsep1:<width of the first horizontal separator>
	Hsep2:<width of the second horizontal separator>
	Hsep3:<width of the third horizontal separator>
	Vsep1:<heigth of the first vertical separator>
	Vsep2:<heigth of the second vertical separator>
	Vsep3:<heigth of the third vertical separator>
	Htext_x:<x offset of the text in the horizontal label>
	Htext_y:<y offset of the text int the horizontal label>
	Vtext_x:<x offset of the text in the vertical label>
	Vtext_y:<y offset of the text in the vertical label>
	font:<font for the text label>
	font_color:<text color>
	font_shadow_color:<text shadow color>


	
V) Copy your skin in you ~/.gproc/skins/ (created after the first start)


VI) Run GProc configuration panel, choose skins and select your new skin.
	If GProc crash when loading your skin  verify all your skin files, 
	and if the problem persist, contact me at cjean@nexen.net


	
VI) Now everything is working well..... have fun ! :-)
	
