diff options
Diffstat (limited to 'raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas')
2 files changed, 49 insertions, 0 deletions
diff --git a/raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas/gschemas.compiled b/raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas/gschemas.compiled Binary files differnew file mode 100644 index 0000000..1a6beff --- /dev/null +++ b/raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas/gschemas.compiled diff --git a/raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas/org.gnome.shell.extensions.appindicator.gschema.xml b/raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas/org.gnome.shell.extensions.appindicator.gschema.xml new file mode 100644 index 0000000..c303489 --- /dev/null +++ b/raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas/org.gnome.shell.extensions.appindicator.gschema.xml @@ -0,0 +1,49 @@ +<schemalist gettext-domain="AppIndicatorExtension"> + <schema id="org.gnome.shell.extensions.appindicator" path="/org/gnome/shell/extensions/appindicator/"> + <key name="legacy-tray-enabled" type="b"> + <default>true</default> + <summary>Enable legacy tray icons support</summary> + </key> + <key name="icon-saturation" type="d"> + <default>0.0</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>240</default> + <summary>Opacity</summary> + </key> + <key name="icon-size" type="i"> + <default>0</default> + <summary>Icon size</summary> + <description>Icon size in pixel</description> + </key> + <key name="compact-mode-enabled" type="b"> + <default>true</default> + <summary>Compact Mode</summary> + <description>Reduces the Spacing Between Indicators</description> + </key> + <key name="tray-pos" type="s"> + <default>"right"</default> + <summary>Position in tray</summary> + <description>Set where the Icon 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 Icon tray should appear among other trays</description> + </key> + <key name="custom-icons" type="a(sss)"> + <default>[]</default> + <summary>Custom icons</summary> + <description>Replace any icons with custom icons from themes</description> + </key> + </schema> +</schemalist> |