~unity-team/compiz/plugins-main-trunk.fix_wrong_window_move_expo

« back to all changes in this revision

Viewing changes to resizeinfo/resizeinfo.xml.in

  • Committer: David Barth
  • Date: 2011-03-29 16:36:40 UTC
  • Revision ID: david.barth@canonical.com-20110329163640-fpen5qsoo0lbjode
initial import from compiz-plugins-main_0.9.4git20110322.orig.tar.gz

Show diffs side-by-side

added added

removed removed

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