Advertisement
Linux-Advocate

Untitled

Aug 13th, 2022
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 KB | None | 0 0
  1. {
  2. "layout": {
  3. "type": "layout",
  4. "pages": [
  5. "panel",
  6. "menu"
  7. ],
  8. "panel": {
  9. "type": "page",
  10. "title": "Panel",
  11. "sections": [
  12. "panel-appear",
  13. "panel-behave"
  14. ]
  15. },
  16. "menu": {
  17. "type": "page",
  18. "title": "Menu",
  19. "sections": [
  20. "menu-layout",
  21. "menu-behave"
  22. ]
  23. },
  24. "panel-appear": {
  25. "type": "section",
  26. "title": "Appearance",
  27. "keys": [
  28. "menu-custom",
  29. "menu-icon",
  30. "menu-icon-size",
  31. "menu-label"
  32. ]
  33. },
  34. "panel-behave": {
  35. "type": "section",
  36. "title": "Behavior",
  37. "keys": [
  38. "overlay-key",
  39. "activate-on-hover",
  40. "hover-delay",
  41. "force-show-panel",
  42. "enable-animation"
  43. ]
  44. },
  45. "menu-layout": {
  46. "type": "section",
  47. "title": "Layout and content",
  48. "keys": [
  49. "restrict-menu-height",
  50. "menu-height",
  51. "show-category-icons",
  52. "category-icon-size",
  53. "show-application-icons",
  54. "application-icon-size",
  55. "favbox-show",
  56. "fav-icon-size",
  57. "show-places",
  58. "show-recents",
  59. "menu-editor-button"
  60. ]
  61. },
  62. "menu-behave": {
  63. "type": "section",
  64. "title": "Behavior",
  65. "keys": [
  66. "category-hover",
  67. "enable-autoscroll",
  68. "search-filesystem"
  69. ]
  70. }
  71. },
  72. "overlay-key": {
  73. "type": "keybinding",
  74. "description": "Keyboard shortcut to open and close the menu",
  75. "default": "Super_L::Super_R",
  76. "value": "Super_L::Super_R"
  77. },
  78. "menu-custom": {
  79. "type": "switch",
  80. "default": true,
  81. "description": "Use a custom icon and label",
  82. "tooltip": "Check this to specify a custom icon and label",
  83. "value": true
  84. },
  85. "menu-icon": {
  86. "type": "iconfilechooser",
  87. "default": "linuxmint-logo-ring-symbolic",
  88. "description": "Icon",
  89. "tooltip": "Select an icon to show in the panel.",
  90. "default_icon": "linuxmint-logo-ring-symbolic",
  91. "dependency": "menu-custom",
  92. "icon_categories": [
  93. {
  94. "name": "Linux Mint",
  95. "icons": [
  96. "linuxmint-logo",
  97. "linuxmint-logo-badge",
  98. "linuxmint-logo-badge-symbolic",
  99. "linuxmint-logo-filled-badge",
  100. "linuxmint-logo-filled-leaf-badge",
  101. "linuxmint-logo-filled-leaf",
  102. "linuxmint-logo-filled-ring",
  103. "linuxmint-logo-leaf-badge",
  104. "linuxmint-logo-leaf-badge-symbolic",
  105. "linuxmint-logo-leaf",
  106. "linuxmint-logo-leaf-symbolic",
  107. "linuxmint-logo-neon",
  108. "linuxmint-logo-ring",
  109. "linuxmint-logo-ring-symbolic",
  110. "linuxmint-logo-simple",
  111. "linuxmint-logo-simple-symbolic",
  112. "cinnamon-symbolic",
  113. "emblem-favorite-symbolic",
  114. "user-bookmarks-symbolic",
  115. "start-here-symbolic"
  116. ]
  117. }
  118. ],
  119. "default_category": "Linux Mint",
  120. "value": "linuxmint-logo-filled-leaf-badge"
  121. },
  122. "menu-icon-size": {
  123. "type": "spinbutton",
  124. "default": 32,
  125. "min": 16,
  126. "max": 96,
  127. "step": 1,
  128. "units": "px",
  129. "description": "Icon size",
  130. "dependency": "menu-custom",
  131. "value": 22
  132. },
  133. "menu-label": {
  134. "type": "entry",
  135. "default": "",
  136. "description": "Text",
  137. "tooltip": "Enter custom text to show in the panel.",
  138. "dependency": "menu-custom",
  139. "value": "Menu"
  140. },
  141. "restrict-menu-height": {
  142. "type": "switch",
  143. "default": false,
  144. "description": "Use a fixed menu height",
  145. "tooltip": "Keep the size of the menu the same no matter how many favorites or categories there are.",
  146. "value": false
  147. },
  148. "menu-height": {
  149. "type": "spinbutton",
  150. "default": 550,
  151. "min": 300,
  152. "max": 2000,
  153. "step": 10,
  154. "units": "px",
  155. "description": "Menu height",
  156. "dependency": "restrict-menu-height",
  157. "value": 540
  158. },
  159. "show-category-icons": {
  160. "type": "switch",
  161. "default": true,
  162. "description": "Show category icons",
  163. "tooltip": "Choose whether or not to show icons on categories.",
  164. "value": true
  165. },
  166. "category-icon-size": {
  167. "type": "spinbutton",
  168. "default": 22,
  169. "min": 16,
  170. "max": 48,
  171. "step": 1,
  172. "units": "px",
  173. "description": "Categories icon size",
  174. "dependency": "show-category-icons",
  175. "value": 22
  176. },
  177. "show-application-icons": {
  178. "type": "switch",
  179. "default": true,
  180. "description": "Show application icons",
  181. "tooltip": "Choose whether or not to show icons on applications.",
  182. "value": true
  183. },
  184. "application-icon-size": {
  185. "type": "spinbutton",
  186. "default": 22,
  187. "min": 16,
  188. "max": 48,
  189. "step": 1,
  190. "units": "px",
  191. "description": "Applications icon size",
  192. "dependency": "show-application-icons",
  193. "value": 22
  194. },
  195. "favbox-show": {
  196. "type": "switch",
  197. "default": true,
  198. "description": "Show favorites and session buttons",
  199. "tooltip": "Choose whether or not to show the left pane of the menu.",
  200. "value": true
  201. },
  202. "fav-icon-size": {
  203. "type": "spinbutton",
  204. "default": 32,
  205. "min": 16,
  206. "max": 64,
  207. "step": 1,
  208. "units": "px",
  209. "description": "Favorites icon size",
  210. "dependency": "favbox-show",
  211. "value": 32
  212. },
  213. "show-favorites": {
  214. "type": "switch",
  215. "default": true,
  216. "description": "Show favorites",
  217. "tooltip": "Choose whether or not to show favorite files in the menu.",
  218. "value": true
  219. },
  220. "show-places": {
  221. "type": "switch",
  222. "default": true,
  223. "description": "Show bookmarks and places",
  224. "tooltip": "Choose whether or not to show bookmarks and places in the menu.",
  225. "value": true
  226. },
  227. "show-recents": {
  228. "type": "switch",
  229. "default": true,
  230. "description": "Show recents",
  231. "tooltip": "Choose whether or not to show recents in the menu.",
  232. "value": false
  233. },
  234. "category-hover": {
  235. "type": "switch",
  236. "default": true,
  237. "description": "Change categories on hover",
  238. "tooltip": "Choose whether or not to change categories by hovering.",
  239. "value": true
  240. },
  241. "enable-autoscroll": {
  242. "type": "switch",
  243. "default": true,
  244. "description": "Enable autoscrolling in application list",
  245. "tooltip": "Choose whether or not to enable smooth autoscrolling in the application list.",
  246. "value": true
  247. },
  248. "search-filesystem": {
  249. "type": "switch",
  250. "default": false,
  251. "description": "Enable filesystem path entry in search box",
  252. "tooltip": "Allows path entry in the menu search box.",
  253. "value": false
  254. },
  255. "force-show-panel": {
  256. "type": "switch",
  257. "default": true,
  258. "description": "Force the panel to be visible when opening the menu",
  259. "tooltip": "Opening the menu will also show the main panel (which may be auto-hidden).",
  260. "value": true
  261. },
  262. "activate-on-hover": {
  263. "type": "switch",
  264. "default": false,
  265. "description": "Open the menu when I move my mouse over it",
  266. "tooltip": "Enable opening the menu when the mouse enters the applet",
  267. "value": false
  268. },
  269. "hover-delay": {
  270. "type": "spinbutton",
  271. "default": 0,
  272. "min": 0,
  273. "max": 1000,
  274. "step": 50,
  275. "units": "milliseconds",
  276. "dependency": "activate-on-hover",
  277. "description": "Menu hover delay",
  278. "tooltip": "Delay before the menu opens when hovered",
  279. "value": 0
  280. },
  281. "enable-animation": {
  282. "type": "switch",
  283. "default": false,
  284. "description": "Use menu animations",
  285. "tooltip": "Allow the menu to animate on open and close",
  286. "value": false
  287. },
  288. "menu-editor-button": {
  289. "type": "button",
  290. "description": "Open the menu editor",
  291. "callback": "_launch_editor",
  292. "tooltip": "Press this button to customize your menu entries."
  293. },
  294. "__md5__": "38c9122e36f6267fae12706a694ac35f0a188a8ff9c3d3f4fa2c1cd14fe0d0a0"
  295. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement