summaryrefslogtreecommitdiff
path: root/raveos-gnome-theme/theme-data/extensions/installed/blur-my-shell@aunetx/ui/pipelines.ui
blob: 555ec0a285e787a8ed096b310701525b6c9f43a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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>