/usr/share/glib-2.0/schemas/org.gnome.shell.extensions.topicons.gschema.xml is in gnome-shell-extension-top-icons-plus 21-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 gettext-domain="TopIcons-Plus">
<schema id="org.gnome.shell.extensions.topicons" path="/org/gnome/shell/extensions/topicons/">
<key name="icon-saturation" type="d">
<default>0.4</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>"center"</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>
|