diff options
| author | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
|---|---|---|
| committer | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
| commit | 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch) | |
| tree | ab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas | |
| parent | 5d94c0a7d44a2255b81815a52a7056a94a39842d (diff) | |
| download | RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip | |
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas')
2 files changed, 0 insertions, 49 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 differdeleted file mode 100644 index 1a6beff..0000000 --- a/raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas/gschemas.compiled +++ /dev/null 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 deleted file mode 100644 index c303489..0000000 --- a/raveos-theme/gnome/theme-data/extensions/installed/appindicatorsupport@rgcjonas.gmail.com/schemas/org.gnome.shell.extensions.appindicator.gschema.xml +++ /dev/null @@ -1,49 +0,0 @@ -<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> |