~and471/wingpanel/window-list

« back to all changes in this revision

Viewing changes to org.pantheon.desktop.wingpanel.gschema.xml

  • Committer: RabbitBot
  • Author(s): Victor Martinez, Tom Beckmann, Jacob Parker
  • Date: 2014-03-18 04:31:33 UTC
  • mfrom: (154.1.5 background-opacity-gala)
  • Revision ID: rabbitbot-20140318043133-juquc9mavx5rytw9
Uses the gala dbus API to get the alpha value of the background. Adds a transition when changing alpha and uses wnck to check for maximized windows on the current screen

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
                <key type="s" name="default-launcher">
14
14
                        <default>"slingshot-launcher"</default>
15
15
                        <summary>The default program to use as App launcher.</summary>
16
 
                        <description>Description</description>
 
16
                        <description>The default program to use as App launcher.</description>
 
17
                </key>
 
18
                <key type="d" name="background-alpha">
 
19
                        <default>0.8</default>
 
20
                        <summary>Background opacity variable.</summary>
 
21
                        <description>Background opacity variable (must be between zero and one).</description>
 
22
                </key>
 
23
                <key type="b" name="auto-adjust-alpha">
 
24
                        <default>true</default>
 
25
                        <summary>Automatically update background alpha.</summary>
 
26
                        <description>Automatically update the background alpha to zero if it will be readable, else 0.8.</description>
17
27
                </key>
18
28
        </schema>
19
29
</schemalist>