~wasta-linux/wasta-core-wily/master

« back to all changes in this revision

Viewing changes to install-files/extensions/windowoverlay-icons@sustmidown.centrum.cz/schemas/org.gnome.shell.extensions.windowoverlay-icons.gschema.xml

  • Committer: Rik Shaw
  • Date: 2015-11-01 13:28:40 UTC
  • Revision ID: git-v1:59c62c9b2e4f4f1cf62db1f5dc1cf630feb99933
initial 15.10 commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist gettext-domain="windowoverlay-icons">
 
2
  <enum id="org.gnome.shell.extensions.windowoverlay-icons.icon-horizontal-alignment">
 
3
    <value value="1" nick="left"/>
 
4
    <value value="2" nick="middle"/>
 
5
    <value value="3" nick="right"/>
 
6
  </enum>
 
7
  <enum id="org.gnome.shell.extensions.windowoverlay-icons.icon-vertical-alignment">
 
8
    <value value="1" nick="top"/>
 
9
    <value value="2" nick="middle"/>
 
10
    <value value="3" nick="bottom"/>
 
11
  </enum>
 
12
  
 
13
  <schema id="org.gnome.shell.extensions.windowoverlay-icons" path="/org/gnome/shell/extensions/windowoverlay-icons/">
 
14
                <key name="icon-size" type="i">
 
15
      <range min="0" />
 
16
      <default>32</default>
 
17
    </key>
 
18
    <key name="icon-size-relative" type="b">
 
19
      <default>false</default>
 
20
    </key>
 
21
    
 
22
    <key name="icon-opacity-focus" type="i">
 
23
      <range min="0" max="255" />
 
24
      <default>50</default>
 
25
    </key>
 
26
    <key name="icon-opacity-blur" type="i">
 
27
      <range min="0" max="255" />
 
28
      <default>200</default>
 
29
    </key>
 
30
    
 
31
    <key name="background-color" type="s">
 
32
      <default>"#000"</default>
 
33
    </key>
 
34
    <key name="background-alpha" type="i">
 
35
      <range min="0" max="65535" />
 
36
      <default>50000</default>
 
37
    </key>
 
38
    
 
39
    <key name="icon-horizontal-alignment" enum="org.gnome.shell.extensions.windowoverlay-icons.icon-horizontal-alignment">
 
40
      <default>"right"</default>
 
41
      <summary>Horizontal alignment of window icon</summary>
 
42
    </key>
 
43
    <key name="icon-vertical-alignment" enum="org.gnome.shell.extensions.windowoverlay-icons.icon-vertical-alignment">
 
44
      <default>"bottom"</default>
 
45
      <summary>Vertical alignment of window icon</summary>
 
46
    </key>
 
47
  </schema>
 
48
</schemalist>