diff options
| author | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
|---|---|---|
| committer | nippy <you@example.com> | 2026-04-18 13:49:56 +0200 |
| commit | 5d94c0a7d44a2255b81815a52a7056a94a39842d (patch) | |
| tree | 759bdea9645c6a62f9e1e4c001f7d81cccd120d2 /raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/pipelines.ui | |
| parent | e79cdf210b267f21a186255ce1a4d50029439d54 (diff) | |
| download | RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.tar.gz RaveOS-PKGBUILD-5d94c0a7d44a2255b81815a52a7056a94a39842d.zip | |
update Raveos themes
Diffstat (limited to 'raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/pipelines.ui')
| -rw-r--r-- | raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/pipelines.ui | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/pipelines.ui b/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/pipelines.ui new file mode 100644 index 0000000..555ec0a --- /dev/null +++ b/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/pipelines.ui @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface domain="blur-my-shell@aunetx"> + <template class="Pipelines" parent="AdwPreferencesPage"> + <property name="name">pipelines</property> + <property name="title" translatable="yes">Pipelines</property> + <property name="icon-name">pipelines-symbolic</property> + + <child> + <object class="AdwPreferencesGroup"> + <property name="description" translatable="yes">Each component uses a pipeline, which can be chosen in the corresponding tab. Here you can create, modify and delete the pipelines and their effects.</property> + + <property name="header-suffix"> + <object class="GtkButton" id="add_pipeline"> + <property name="halign">start</property> + <property name="valign">center</property> + <property name="margin-start">12</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 Pipeline</property> + </object> + </child> + </object> + </child> + <style> + <class name="circular" /> + <class name="suggested-action" /> + </style> + </object> + </property> + </object> + </child> + + </template> +</interface>
\ No newline at end of file |