menu.ui 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface domain="blur-my-shell@aunetx">
  3. <menu id="info_menu_model">
  4. <section>
  5. <item>
  6. <attribute name="label" translatable="yes">Project page</attribute>
  7. <attribute name="action">prefs.open-readme</attribute>
  8. </item>
  9. <item>
  10. <attribute name="label" translatable="yes">Report a Bug</attribute>
  11. <attribute name="action">prefs.open-bug-report</attribute>
  12. </item>
  13. <item>
  14. <attribute name="label" translatable="yes">License</attribute>
  15. <attribute name="action">prefs.open-license</attribute>
  16. </item>
  17. <submenu>
  18. <attribute name="label" translatable="yes">Donate</attribute>
  19. <item>
  20. <attribute name="label">GitHub</attribute>
  21. <attribute name="action">prefs.donate-github</attribute>
  22. </item>
  23. <item>
  24. <attribute name="label">Ko-fi</attribute>
  25. <attribute name="action">prefs.donate-kofi</attribute>
  26. </item>
  27. </submenu>
  28. </section>
  29. </menu>
  30. <object class="GtkMenuButton" id="info_menu">
  31. <property name="menu-model">info_menu_model</property>
  32. <property name="icon-name">heart-symbolic</property>
  33. </object>
  34. <object class="AdwPreferencesPage" id="menu_util"></object>
  35. </interface>