diff options
Diffstat (limited to 'raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui')
4 files changed, 117 insertions, 1 deletions
diff --git a/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/applications.ui b/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/applications.ui index 14c9364..e7b57fa 100644 --- a/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/applications.ui +++ b/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/applications.ui @@ -110,6 +110,47 @@ To get the best results possible, although with reduced performances, you can ch </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> <property name="subtitle" translatable="yes">The opacity of the window on top of the blur effect, a higher value will be more legible.</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> diff --git a/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/dash.ui b/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/dash.ui index b08a4d1..e95f606 100644 --- a/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/dash.ui +++ b/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/dash.ui @@ -109,6 +109,32 @@ </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="AdwExpanderRow" id="override_background"> <property name="title" translatable="yes">Override background</property> <property name="subtitle" translatable="yes">Makes the background either transparent or semi-transparent, disable this to use Dash to Dock preferences instead.</property> @@ -161,6 +187,12 @@ <property name="upper">1.0</property> <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="GtkStringList" id="style_dash_to_dock_model"> <items> @@ -169,4 +201,4 @@ <item translatable="yes">Dark</item> </items> </object> -</interface>
\ No newline at end of file +</interface> diff --git a/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/effects-dialog.ui b/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/effects-dialog.ui index c6baf62..6428766 100644 --- a/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/effects-dialog.ui +++ b/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/effects-dialog.ui @@ -62,6 +62,11 @@ </property> </object> </child> + <child> + <object class="AdwPreferencesGroup"> + <property name="description">In order to have rounded corners on a component, add a “Corner” effect at the end of its pipeline.</property> + </object> + </child> </object> </child> </template> diff --git a/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/panel.ui b/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/panel.ui index 306f4ef..eb9df61 100644 --- a/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/panel.ui +++ b/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/panel.ui @@ -109,6 +109,32 @@ </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"> <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> @@ -237,4 +263,10 @@ Recommended unless you want to customize your GNOME theme.</property> <property name="upper">1.0</property> <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> </interface>
\ No newline at end of file |