~smspillaz/compiz-plugins-main/compiz-plugins-main.fix_939228

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