summaryrefslogtreecommitdiff
path: root/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/application-row.ui
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/application-row.ui')
-rw-r--r--raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/application-row.ui47
1 files changed, 0 insertions, 47 deletions
diff --git a/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/application-row.ui b/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/application-row.ui
deleted file mode 100644
index 2a26d14..0000000
--- a/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/application-row.ui
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<interface domain="blur-my-shell@aunetx">
- <template class="ApplicationRow" parent="AdwExpanderRow">
- <property name="title" translatable="yes">Window Name</property>
-
- <child>
- <object class="AdwActionRow">
- <property name="title" translatable="yes">Select window</property>
- <property name="subtitle" translatable="yes">Pick a window or select it by its classname.</property>
-
- <child>
- <object class="GtkBox" id="window_selector">
- <property name="valign">center</property>
- <property name="hexpand">true</property>
- <property name="width-request">175px</property>
- <style>
- <class name="linked" />
- </style>
-
- <child>
- <object class="GtkButton" id="window_picker">
- <property name="valign">center</property>
- <property name="hexpand">true</property>
- <property name="icon-name">select-window-symbolic</property>
- </object>
- </child>
-
- <child>
- <object class="GtkEntry" id="window_class">
- <property name="valign">center</property>
- <property name="hexpand">true</property>
- </object>
- </child>
- </object>
- </child>
- </object>
- </child>
- </template>
-
- <object class="AdwToast" id="picking_failure_toast">
- <property name="title">Could not pick window, make sure that the extension is enabled.</property>
- </object>
-
- <object class="AdwToast" id="window_not_found_toast">
- <property name="title">Could not pick window from here, does not seem like a valid window.</property>
- </object>
-</interface> \ No newline at end of file