1<?xml version="1.0"?>
2<compiz>
3  <plugin name="resizeinfo" useBcop="true">
4    <_short>Resize Info</_short>
5    <_long>Display info on resize similar to metacity</_long>
6	<category>Utility</category>
7	<deps>
8		<relation type="after">
9			<plugin>resize</plugin>
10		</relation>
11	</deps>
12    <display>
13		<group>
14	<option name="fade_time" type="int">
15	  <_short>Fade Time</_short>
16	  <_long>Fade time (in ms) for popup window</_long>
17	  <default>500</default>
18	  <min>10</min>
19	  <max>5000</max>
20	</option>
21	<option name="always_show" type="bool">
22	  <_short> Show resize info for all windows. </_short>
23	  <_long> Show resize info for all windows as opposed to just
24	  windows with a resize increment of greater than 1. </_long>
25	  <default>false</default>
26	</option>
27	<option name="text_color" type="color">
28	  <_short> Text color. </_short>
29	  <_long> Color of text on resize popup. </_long>
30	  <default>
31	    <red> 0x0000 </red>
32	    <blue> 0x0000 </blue>
33	    <green> 0x0000 </green>
34	    <alpha> 0xffff </alpha>
35	  </default>
36	</option>
37	<option name="gradient_1" type="color">
38	  <_short> Gradient Color 1 </_short>
39	  <_long> Color 1 of the gradient background. </_long>
40	  <default>
41	    <red> 0xcccc </red>
42	    <green> 0xcccc </green>
43	    <blue> 0xe665 </blue>
44	    <alpha> 0xcccc </alpha>
45	  </default>
46	</option>
47	<option name="gradient_2" type="color">
48	  <_short> Gradient Color 2 </_short>
49	  <_long> Color 2 of the gradient background. </_long>
50	  <default>
51	    <red> 0xf332 </red>
52	    <green> 0xf332 </green>
53	    <blue> 0xf332 </blue>
54	    <alpha> 0xcccc </alpha>
55	  </default>
56	</option>
57	<option name="gradient_3" type="color">
58	  <_short> Gradient Color 3 </_short>
59	  <_long> Color 3 of the gradient background. </_long>
60	  <default>
61	    <red> 0xd998 </red>
62	    <green> 0xd998 </green>
63	    <blue> 0xd998 </blue>
64	    <alpha> 0xcccc </alpha>
65	  </default>
66	</option>
67
68      </group>
69    </display>
70  </plugin>
71</compiz>
72