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/menu.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/menu.ui')
| -rw-r--r-- | raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/menu.ui | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/menu.ui b/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/menu.ui new file mode 100644 index 0000000..6d2a474 --- /dev/null +++ b/raveos-theme/gnome/theme-data/extensions/installed/blur-my-shell@aunetx/ui/menu.ui @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<interface domain="blur-my-shell@aunetx"> + <menu id="info_menu_model"> + <section> + <item> + <attribute name="label" translatable="yes">Project page</attribute> + <attribute name="action">prefs.open-readme</attribute> + </item> + <item> + <attribute name="label" translatable="yes">Report a Bug</attribute> + <attribute name="action">prefs.open-bug-report</attribute> + </item> + <item> + <attribute name="label" translatable="yes">License</attribute> + <attribute name="action">prefs.open-license</attribute> + </item> + <submenu> + <attribute name="label" translatable="yes">Donate</attribute> + <item> + <attribute name="label">GitHub</attribute> + <attribute name="action">prefs.donate-github</attribute> + </item> + <item> + <attribute name="label">Ko-fi</attribute> + <attribute name="action">prefs.donate-kofi</attribute> + </item> + </submenu> + </section> + </menu> + + <object class="GtkMenuButton" id="info_menu"> + <property name="menu-model">info_menu_model</property> + <property name="icon-name">heart-symbolic</property> + </object> + + <object class="AdwPreferencesPage" id="menu_util"></object> +</interface>
\ No newline at end of file |