diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-01 18:57:29 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-01 18:57:29 +0200 |
| commit | 2e5a7d93476c0819b5a23f5740e4c843eaedc73a (patch) | |
| tree | 84279c63b84126eb8f6d9d94a42c44aabbe22336 /raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml | |
| parent | e1f0fac166056bb106284be4a3fec0c558525927 (diff) | |
| download | RaveOS-PKGBUILD-2e5a7d93476c0819b5a23f5740e4c843eaedc73a.tar.gz RaveOS-PKGBUILD-2e5a7d93476c0819b5a23f5740e4c843eaedc73a.zip | |
Raveos gnome update
Diffstat (limited to 'raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml')
| -rw-r--r-- | raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml b/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml index 7526e30..2c03cc9 100644 --- a/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml +++ b/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml @@ -84,6 +84,11 @@ <default>1</default> <summary>Level of hacks to use (from 0 to 2, 2 disabling clipped redraws entirely)</summary> </key> + <!-- ROUNDED BLUR FOUND --> + <key type="b" name="rounded-blur-found"> + <default>false</default> + <summary>Boolean, set to true if a patched version of ShellBlurEffect was found</summary> + </key> <!-- DEBUG --> <key type="b" name="debug"> <default>false</default> @@ -226,6 +231,11 @@ <default>0.6</default> <summary>Brightness to use for the blur effect</summary> </key> + <!-- CORNER RADIUS --> + <key type="i" name="corner-radius"> + <default>0</default> + <summary>Radius for the corner rounding effect</summary> + </key> <!-- COLOR --> <key type="(dddd)" name="color"> <default>(0.,0.,0.,0.)</default> @@ -338,7 +348,7 @@ </key> <!-- CORNER RADIUS --> <key type="i" name="corner-radius"> - <default>12</default> + <default>18</default> <summary>Radius for the corner rounding effect</summary> </key> </schema> @@ -376,6 +386,16 @@ <default>1.</default> <summary>Brightness to use for the blur effect</summary> </key> + <!-- CORNER RADIUS --> + <key type="i" name="corner-radius"> + <default>15</default> + <summary>Radius for the corner rounding effect</summary> + </key> + <!-- CORNER WHEN MAXIMIZED --> + <key type="b" name="corner-when-maximized"> + <default>false</default> + <summary>Boolean, whether to keep rounding the corners of fullscreen and maximized window or not</summary> + </key> <!-- COLOR --> <key type="(dddd)" name="color"> <default>(0.,0.,0.,0.)</default> @@ -592,4 +612,4 @@ <summary>Boolean, whether to blur the original panel (if option selected) with Dash to Panel</summary> </key> </schema> -</schemalist>
\ No newline at end of file +</schemalist> |