diff options
| author | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
|---|---|---|
| committer | AlexanderCurl <alexc@alexc.hu> | 2026-04-18 17:46:06 +0100 |
| commit | 70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch) | |
| tree | ab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/effects-dialog.ui | |
| parent | 5d94c0a7d44a2255b81815a52a7056a94a39842d (diff) | |
| download | RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip | |
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/effects-dialog.ui')
| -rw-r--r-- | raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/effects-dialog.ui | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/effects-dialog.ui b/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/effects-dialog.ui deleted file mode 100644 index c6baf62..0000000 --- a/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/effects-dialog.ui +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface domain="blur-my-shell@aunetx"> - <template class="EffectsDialog" parent="AdwPreferencesDialog"> - <property name="title" translatable="yes">Effects</property> - <property name="presentation-mode">ADW_DIALOG_BOTTOM_SHEET</property> - <property name="content-width">600</property> - <property name="content-height">480</property> - - <child> - <object class="AdwPreferencesPage"> - <child> - <object class="AdwPreferencesGroup" id="effects_list"> - <property name="title">Effects list</property> - <property name="description">Effect on the top will be applied first.</property> - - <property name="header-suffix"> - <object class="GtkBox"> - <property name="margin-start">12</property> - <property name="margin-end">12</property> - <style> - <class name="linked" /> - </style> - <child> - <object class="GtkButton" id="add_effect"> - <property name="halign">start</property> - <property name="valign">center</property> - <child> - <object class="GtkBox"> - <property name="margin-start">12</property> - <property name="margin-end">12</property> - <child> - <object class="GtkImage"> - <property name="margin-end">6</property> - <property name="icon-name">list-add-symbolic</property> - </object> - </child> - <child> - <object class="GtkLabel"> - <property name="label" translatable="yes">Add Effect</property> - </object> - </child> - </object> - </child> - <style> - <class name="circular" /> - <class name="suggested-action" /> - </style> - </object> - </child> - - <child> - <object class="GtkMenuButton" id="add_effect_alt_menu"> - <property name="valign">center</property> - <property name="icon-name">down-symbolic</property> - <property name="menu-model">add_effect_alt_menu_model</property> - <style> - <class name="circular" /> - </style> - </object> - </child> - </object> - </property> - </object> - </child> - </object> - </child> - </template> - - <menu id="add_effect_alt_menu_model"> - <section> - <item> - <attribute name="label" translatable="yes">Include advanced effects</attribute> - <attribute name="action">effects-dialog.advanced-effects-bool</attribute> - </item> - </section> - </menu> -</interface>
\ No newline at end of file |