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/application-row.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/application-row.ui')
| -rw-r--r-- | raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/application-row.ui | 47 |
1 files changed, 47 insertions, 0 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 new file mode 100644 index 0000000..2a26d14 --- /dev/null +++ b/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/application-row.ui @@ -0,0 +1,47 @@ +<?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 |