other.ui 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <interface domain="blur-my-shell@aunetx">
  3. <template class="Other" parent="AdwPreferencesPage">
  4. <property name="name">other</property>
  5. <property name="title" translatable="yes">Other</property>
  6. <property name="icon-name">other-symbolic</property>
  7. <child>
  8. <object class="AdwPreferencesGroup">
  9. <property name="title" translatable="yes">Lockscreen blur</property>
  10. <property name="description" translatable="yes">Change the blur of the lockscreen to use this extension's preferences.</property>
  11. <property name="header-suffix">
  12. <object class="GtkSwitch" id="lockscreen_blur">
  13. <property name="valign">center</property>
  14. </object>
  15. </property>
  16. <child>
  17. <object class="CustomizeRow" id="lockscreen_customize">
  18. <property name="sensitive" bind-source="lockscreen_blur" bind-property="state" bind-flags="sync-create" />
  19. </object>
  20. </child>
  21. </object>
  22. </child>
  23. <child>
  24. <object class="AdwPreferencesGroup">
  25. <property name="title" translatable="yes">Screenshot blur</property>
  26. <property name="description" translatable="yes">Add blur to the background of the window selector in the screenshot UI.</property>
  27. <property name="header-suffix">
  28. <object class="GtkSwitch" id="screenshot_blur">
  29. <property name="valign">center</property>
  30. </object>
  31. </property>
  32. <child>
  33. <object class="CustomizeRow" id="screenshot_customize">
  34. <property name="sensitive" bind-source="screenshot_blur" bind-property="state" bind-flags="sync-create" />
  35. </object>
  36. </child>
  37. </object>
  38. </child>
  39. <child>
  40. <object class="AdwPreferencesGroup">
  41. <property name="title" translatable="yes">Window list extension blur</property>
  42. <property name="description" translatable="yes">Make the window-list extension blurred, if it is used.</property>
  43. <property name="header-suffix">
  44. <object class="GtkSwitch" id="window_list_blur">
  45. <property name="valign">center</property>
  46. </object>
  47. </property>
  48. <child>
  49. <object class="CustomizeRow" id="window_list_customize">
  50. <property name="sensitive" bind-source="window_list_blur" bind-property="state" bind-flags="sync-create" />
  51. </object>
  52. </child>
  53. </object>
  54. </child>
  55. </template>
  56. </interface>