File: org.gnome.shell.extensions.topicons.gschema.xml

package info (click to toggle)
gnome-shell-extension-top-icons-plus 19-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,120 kB
  • ctags: 21
  • sloc: xml: 40; makefile: 24
file content (40 lines) | stat: -rw-r--r-- 1,355 bytes parent folder | download
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
<schemalist>
  <schema id="org.gnome.shell.extensions.topicons" path="/org/gnome/shell/extensions/topicons/">
    <key name="icon-saturation" type="d">
      <default>0.375</default>
      <summary>Saturation</summary>
    </key>
    <key name="icon-brightness" type="d">
      <default>0.0</default>
      <summary>Brightness</summary>
    </key>
    <key name="icon-contrast" type="d">
      <default>0.0</default>
      <summary>Contrast</summary>
    </key>
    <key name="icon-opacity" type="i">
      <default>220</default>
      <summary>Opacity</summary>
    </key>
    <key name="icon-size" type="i">
      <default>24</default>
      <summary>Icon size</summary>
      <description>Icon size in pixel</description>
    </key>
    <key name="icon-spacing" type="i">
      <default>12</default>
      <summary>Icon spacing</summary>
      <description>Icon spacing within the tray</description>
    </key>
    <key name="tray-pos" type="s">
      <default>"right"</default>
      <summary>Position in tray</summary>
      <description>Set where the TopIcon tray should appear in Gnome tray</description>
    </key>
    <key name="tray-order" type="i">
      <default>1</default>
      <summary>Order in tray</summary>
      <description>Set where the TopIcon tray should appear among other trays</description>
    </key>
  </schema>
</schemalist>