diff options
| author | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
|---|---|---|
| committer | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
| commit | 5d94c0a7d44a2255b81815a52a7056a94a39842d (patch) | |
| tree | 759bdea9645c6a62f9e1e4c001f7d81cccd120d2 /raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas | |
| parent | e79cdf210b267f21a186255ce1a4d50029439d54 (diff) | |
| download | RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.tar.gz RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.zip | |
update Raveos themes
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> |