[gnome] Update extensions

This commit is contained in:
2026-06-10 11:03:09 -04:00
parent 20fc1e4e75
commit 6c973853c6
394 changed files with 12513 additions and 1340 deletions

View File

@ -109,6 +109,47 @@ To get the best results possible, although with reduced performances, you can ch
</object>
</child>
<child>
<object class="AdwActionRow" id="corner_radius_not_found_row">
<property name="title" translatable="yes">Corner radius</property>
<property name="subtitle" translatable="yes">In order to use rounded corners, please install the GNOME Rounded Blur library.</property>
<property name="sensitive" bind-source="blur" bind-property="state" bind-flags="sync-create" />
<property name="activatable-widget">open_gnome_rounded_blur</property>
<child type="suffix">
<object class="GtkButton" id="open_gnome_rounded_blur">
<property name="icon-name">external-link-symbolic</property>
<property name="valign">center</property>
<property name="action-name">link.open-gnome-rounded-blur</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwSpinRow" id="corner_radius_row">
<property name="title" translatable="yes">Corner radius</property>
<property name="subtitle" translatable="yes">Radius for the corner rounding effect.</property>
<property name="adjustment">corner_radius</property>
<property name="sensitive" bind-source="blur" bind-property="state" bind-flags="sync-create" />
</object>
</child>
<child>
<object class="AdwActionRow" id="corner_when_maximized_row">
<property name="title" translatable="yes">Enable corner rounding on maximized and fullscreen</property>
<property name="subtitle" translatable="yes">Corner rounding effect will keep being applied to maximized and fullscreen windows.</property>
<property name="activatable-widget">corner_when_maximized</property>
<property name="sensitive" bind-source="blur" bind-property="state" bind-flags="sync-create" />
<child>
<object class="GtkSwitch" id="corner_when_maximized">
<property name="valign">center</property>
</object>
</child>
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Opacity</property>
@ -268,6 +309,12 @@ Use * to match any sequence of characters (e.g., Firefox* or *Code*), and ? for
<property name="step-increment">0.01</property>
</object>
<object class="GtkAdjustment" id="corner_radius">
<property name="lower">0</property>
<property name="upper">150</property>
<property name="step-increment">1</property>
</object>
<object class="GtkAdjustment" id="opacity">
<property name="lower">25</property>
<property name="upper">255</property>