~heathbar/wingpanel/wingpanel-slim

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
<schemalist>
	<enum id="wingpanel-slim-position-types">
        <value nick="Flush Left" value="3" />
		<value nick="Elementary Left" value="0" />
		<value nick="Middle" value="1" />
		<value nick="Elementary Right" value="2" />
        <value nick="Flush Right" value="4" />
	</enum>
	<enum id="wingpanel-slim-edge-types">
        <value nick="Slanted" value="0" />
		<value nick="Squared" value="1" />
		<value nick="Curved 1" value="2" />
        <value nick="Curved 2" value="3" />
        <value nick="Curved 3" value="4" />
	</enum>
	<schema path="/org/pantheon/desktop/wingpanel-slim/" id="org.pantheon.desktop.wingpanel-slim" gettext-domain="wingpanel-slim">
		<key type="as" name="blacklist">
			<default>[ 'libappmenu.so' ]</default>
			<summary>List of indicators.</summary>
			<description>These indicators will not be displayed in Wingpanel.</description>
		</key>
		<key name="panel-position" enum="wingpanel-slim-position-types">
			<default>"Elementary Right"</default>
			<summary>The position of the panel.</summary>
			<description>The position of the panel.</description>
		</key>
        <key name="panel-edge" enum="wingpanel-slim-edge-types">
			<default>"Slanted"</default>
			<summary>The edge shape of the panel.</summary>
			<description>The edge shape of the panel.</description>
		</key>
        <key type="b" name="auto-hide">
            <default>false</default>
            <summary>Hide the panel when not in use</summary>
            <description>Hide the panel when not in use</description>
        </key>
        <key type="b" name="show-launcher">
			<default>true</default>
			<summary>Wheather to show the Applications Launcher or not.</summary>
			<description>Wheather to show the Applications Launcher or not.</description>
		</key>
		<key type="s" name="default-launcher">
			<default>"slingshot-launcher"</default>
			<summary>The default program to use as App launcher.</summary>
			<description>Description</description>
		</key>

	</schema>
</schemalist>