[gnome] Update extensions

This commit is contained in:
2026-04-09 09:51:44 -04:00
parent dadc78f2f4
commit 505c67d292
61 changed files with 1729 additions and 365 deletions

View File

@ -351,6 +351,16 @@
<default>false</default>
<summary>Boolean, whether to blur activate the blur for this component or not</summary>
</key>
<!-- PIPELINE -->
<key type="s" name="pipeline">
<default>"pipeline_default"</default>
<summary>String, the name of the pipeline to use. It must exist, else "pipeline_default" will be used</summary>
</key>
<!-- STATIC BLUR -->
<key type="b" name="static-blur">
<default>false</default>
<summary>Boolean, whether to use static or dynamic blur for this component</summary>
</key>
<!-- CUSTOMIZE -->
<key type="b" name="customize">
<default>true</default>