[gnome] Update extensions for v46

This commit is contained in:
2024-04-03 12:59:14 -04:00
parent 3fb1ec63ae
commit 7421cdba8f
251 changed files with 15759 additions and 3153 deletions

View File

@ -17,7 +17,47 @@
<child>
<object class="CustomizeRow" id="customize">
<property name="sensitive" bind-source="blur" bind-property="state"
bind-flags="sync-create" />
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Static blur</property>
<property name="subtitle" translatable="yes">Uses a static blurred image, can be used with rounding effect.
&lt;b&gt;Important notice:&lt;/b&gt; with this activated, you should not use a big sigma value as it will deteriorate performances.</property>
<property name="activatable-widget">static_blur</property>
<property name="sensitive" bind-source="blur" bind-property="state" bind-flags="sync-create" />
<child>
<object class="GtkSwitch" id="static_blur">
<property name="valign">center</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Rounded corner radius</property>
<property name="subtitle" translatable="yes">The radius for the rounding effect. Only available with static blur.</property>
<property name="activatable-widget">corner_radius_scale</property>
<property name="sensitive" bind-source="blur" bind-property="state" bind-flags="sync-create" />
<property name="sensitive" bind-source="static_blur" bind-property="state" bind-flags="sync-create" />
<child>
<object class="GtkScale" id="corner_radius_scale">
<property name="valign">center</property>
<property name="hexpand">true</property>
<property name="width-request">200px</property>
<property name="draw-value">true</property>
<property name="value-pos">right</property>
<property name="orientation">horizontal</property>
<property name="digits">0</property>
<property name="adjustment">corner_radius</property>
</object>
</child>
</object>
</child>
@ -70,4 +110,10 @@
<item translatable="yes">Dark</item>
</items>
</object>
<object class="GtkAdjustment" id="corner_radius">
<property name="lower">0</property>
<property name="upper">50</property>
<property name="step-increment">1</property>
</object>
</interface>