[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

@ -38,13 +38,13 @@
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Disable in overview</property>
<property name="subtitle" translatable="yes">Disables the blur from the panel when entering the overview.</property>
<property name="activatable-widget">unblur_in_overview</property>
<property name="title" translatable="yes">Force light text</property>
<property name="subtitle" translatable="yes">Use a light text for the panel, useful when using gnome-shell's light theme.</property>
<property name="activatable-widget">force_light_text</property>
<property name="sensitive" bind-source="blur" bind-property="state" bind-flags="sync-create" />
<child>
<object class="GtkSwitch" id="unblur_in_overview">
<object class="GtkSwitch" id="force_light_text">
<property name="valign">center</property>
</object>
</child>
@ -89,6 +89,21 @@ Recommended unless you want to customize your GNOME theme.</property>
</child>
</object>
</child>
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Disable in overview</property>
<property name="subtitle" translatable="yes">Disables the blur from the panel when entering the overview.</property>
<property name="activatable-widget">unblur_in_overview</property>
<property name="sensitive" bind-source="blur" bind-property="state" bind-flags="sync-create" />
<child>
<object class="GtkSwitch" id="unblur_in_overview">
<property name="valign">center</property>
</object>
</child>
</object>
</child>
</object>
</child>