org.gnome.shell.extensions.bingwallpaper.gschema.xml 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <schemalist gettext-domain="gnome-shell-extensions">
  2. <schema id="org.gnome.shell.extensions.bingwallpaper"
  3. path="/org/gnome/shell/extensions/bingwallpaper/">
  4. <key name="hide" type="b">
  5. <default>false</default>
  6. <summary>Hide indicator</summary>
  7. <description>Hide indicator icon from status area</description>
  8. </key>
  9. <key name="notify" type="b">
  10. <default>false</default>
  11. <summary>Send a notifications</summary>
  12. <description>Send a notification with explanation when a new image is available</description>
  13. </key>
  14. <key name="notify-only-latest" type="b">
  15. <default>true</default>
  16. <summary>Send a notifications only on most recent image</summary>
  17. <description>Notify only the most recent image, in combination with 'notify' setting</description>
  18. </key>
  19. <key name="transient" type="b">
  20. <default>true</default>
  21. <summary>Use transient notifications (auto dismiss)</summary>
  22. <description></description>
  23. </key>
  24. <key name="set-background" type="b">
  25. <default>true</default>
  26. <summary>Set background</summary>
  27. <description>Set background to Bing's background</description>
  28. </key>
  29. <key name="set-lock-screen" type="b">
  30. <default>false</default>
  31. <summary>Set lock screen</summary>
  32. <description>Set lock screen to Bing's background</description>
  33. </key>
  34. <key name="download-folder" type="s">
  35. <default>""</default>
  36. <summary>Where to download pictures.</summary>
  37. <description></description>
  38. </key>
  39. <key name="market" type="s">
  40. <default>"auto"</default>
  41. <summary>Default Market for Bing</summary>
  42. <description></description>
  43. </key>
  44. <key name="resolution" type="s">
  45. <default>"auto"</default>
  46. <summary>Screen Size</summary>
  47. <description>Valid sizes are '800x600', '1024x768', '1280x720', '1280x768', '1366x768', '1920x1080', '1920x1200' and 'UHD'</description>
  48. </key>
  49. <key name="debug-logging" type="b">
  50. <default>false</default>
  51. <summary>Log messages to systemd journal</summary>
  52. <description>Unlikely to be useful for ordinary users, but helpful for debugging</description>
  53. </key>
  54. <key name="delete-previous" type="b">
  55. <default>false</default>
  56. <summary>Delete previous wallpapers</summary>
  57. <description>Save disk space</description>
  58. </key>
  59. <key name="previous-days" type="i">
  60. <default>8</default>
  61. <summary>Number of days to keep wallpapers</summary>
  62. <description>Delete wallpapers after this number of days</description>
  63. </key>
  64. <key name="replace-watermark" type="s">
  65. <default>""</default>
  66. <summary>Replace or remove Bing watermark on high-res images</summary>
  67. <description>Set to "none", "Gnome" or "Ubuntu"</description>
  68. </key>
  69. <key name="icon-name" type="s">
  70. <default>"bing-symbolic"</default>
  71. <summary>Icon Name</summary>
  72. <description>Icon filename to use for extension applet</description>
  73. </key>
  74. <key name="override-wp-flag" type="b">
  75. <default>false</default>
  76. <summary>Ignore Bing permitted for use as wallpaper flag</summary>
  77. <description>Used when wallpaper is animated, or not licensed for wallpaper use</description>
  78. </key>
  79. <key name="override-lockscreen-blur" type="b">
  80. <default>false</default>
  81. <summary>Override GNOME lockscreen (gdm3) wallpaper blur</summary>
  82. <description>Applies to GNOME 3.36 and above only</description>
  83. </key>
  84. <key name="lockscreen-blur-strength" type="i">
  85. <range min="0" max="100" />
  86. <default>2</default>
  87. <summary>GNOME lockscreen (gdm3) wallpaper blur strength</summary>
  88. <description>Degree of fuzziness</description>
  89. </key>
  90. <key name="lockscreen-blur-brightness" type="i">
  91. <range min="0" max="100" />
  92. <default>50</default>
  93. <summary>GNOME lockscreen (gdm3) wallpaper blur Brightness</summary>
  94. <description>Used to darken the wallpaper to improve visibility</description>
  95. </key>
  96. <key name="selected-image" type="s">
  97. <default>"current"</default>
  98. <summary>Use older Bing image, select by filename</summary>
  99. <description></description>
  100. </key>
  101. <key name="revert-to-current-image" type="b">
  102. <default>true</default>
  103. <summary>Revert to showing the current image when a new one arrives</summary>
  104. <description>This setting may best reflect what users want from selectable or random images</description>
  105. </key>
  106. <key name="state" type="s">
  107. <default>"[]"</default>
  108. <summary>Store state in JSON format so we can restore details immediately on boot</summary>
  109. <description></description>
  110. </key>
  111. <key name="bing-json" type="s">
  112. <default>"[]"</default>
  113. <summary>Store Bing image details for rollback</summary>
  114. <description></description>
  115. </key>
  116. <key name="random-interval-mode" type="s">
  117. <default>"daily"</default>
  118. <summary>Set to either 'daily', 'hourly', 'weekly', 'custom'</summary>
  119. <description>Daily is midnight, hourly is on the hour, weekly is midnight on Sunday, or custom as defined by the 'random-interval'</description>
  120. </key>
  121. <key name="random-interval" type="i">
  122. <range min="300" max="86400" />
  123. <default>3600</default>
  124. <summary>How frequently to change the wallpaper when on random mode</summary>
  125. <description></description>
  126. </key>
  127. <key name="random-mode-include-only-favourites" type="b">
  128. <default>false</default>
  129. <summary>Only pick from favourites in random mode</summary>
  130. <description></description>
  131. </key>
  132. <key name="random-mode-enabled" type="b">
  133. <default>false</default>
  134. <summary>Pick a random image at random-interval</summary>
  135. <description></description>
  136. </key>
  137. <key name="random-mode-include-only-uhd" type="b">
  138. <default>false</default>
  139. <summary>Only pick from UHD in random mode</summary>
  140. <description></description>
  141. </key>
  142. <key name="random-mode-include-only-unhidden" type="b">
  143. <default>true</default>
  144. <summary>Only pick from unhidden in random mode</summary>
  145. <description></description>
  146. </key>
  147. <key name="override-unsafe-wayland" type="b">
  148. <default>true</default>
  149. <summary>Override safe defaults for Wayland desktop</summary>
  150. <description>Enables features which may or may not be unstable or untested in all cases</description>
  151. </key>
  152. <key name="create-thumbs" type="b">
  153. <default>true</default>
  154. <summary>Create thumbnails to speed up image gallery loading</summary>
  155. <description>Speeds up subsequent loads, but requires some additional disk space</description>
  156. </key>
  157. <key name="min-uhd-height" type="i">
  158. <range min="1080" max="3000" />
  159. <default>2160</default>
  160. <summary>Minimum image height to be considered UHD</summary>
  161. <description></description>
  162. </key>
  163. <key name="always-export-bing-json" type="b">
  164. <default>false</default>
  165. <summary>Save backup copy of Bing JSON to wallpaper directory</summary>
  166. <description>Enables migration to new install or restoration from back up</description>
  167. </key>
  168. <key name="show-count-in-image-title" type="b">
  169. <default>false</default>
  170. <summary>Include current index and total image count in image title</summary>
  171. </key>
  172. <key name="controls-icon-size" type="i">
  173. <range min="16" max="48" />
  174. <default>32</default>
  175. <summary>Size of icons for controls in popup menu</summary>
  176. </key>
  177. <key name="trash-deletes-images" type="b">
  178. <default>true</default>
  179. <summary>Trash deletes images or just marks as bad</summary>
  180. </key>
  181. <!-- not currently used
  182. <key name="gallery-width" type="i">
  183. <range min="1000" max="9600" />
  184. <default>1600</default>
  185. <summary>Gallery window width</summary>
  186. <description></description>
  187. </key>
  188. <key name="gallery-height" type="i">
  189. <range min="700" max="9600" />
  190. <default>800</default>
  191. <summary>Gallery window height</summary>
  192. <description></description>
  193. </key>
  194. <key name="gallery-top" type="i">
  195. <range min="0" max="9600" />
  196. <default>30</default>
  197. <summary>Gallery window x-pos</summary>
  198. <description></description>
  199. </key>
  200. <key name="gallery-left" type="i">
  201. <range min="0" max="9600" />
  202. <default>30</default>
  203. <summary>Gallery window y-pos</summary>
  204. <description></description>
  205. </key>
  206. -->
  207. </schema>
  208. </schemalist>