Advertisement
Guest User

winxp_settings_for_menu

a guest
Sep 15th, 2020
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 17.65 KB | None | 0 0
  1. {
  2.     "layout": {
  3.         "type": "layout",
  4.         "pages": [
  5.             "menu",
  6.             "panel",
  7.             "sidebar",
  8.             "quicklauncher"
  9.         ],
  10.         "panel": {
  11.             "type": "page",
  12.             "title": "Panel",
  13.             "sections": [
  14.                 "panel-appear",
  15.                 "panel-behave"
  16.             ]
  17.         },
  18.         "menu": {
  19.             "type": "page",
  20.             "title": "Menu",
  21.             "sections": [
  22.                 "menu-appear",
  23.                 "menu-icons",
  24.                 "menu-behave"
  25.             ]
  26.         },
  27.         "sidebar": {
  28.             "type": "page",
  29.             "title": "Sidebar",
  30.             "sections": [
  31.                 "sidebar-layout",
  32.                 "quitmenu-layout",
  33.                 "quicklauncher-separator-layout"
  34.             ]
  35.         },
  36.         "quicklauncher": {
  37.             "type": "page",
  38.             "title": "Quicklauncher",
  39.             "sections": [
  40.                 "custom-quicklauncher-places",
  41.                 "custom-quicklauncher-apps"
  42.             ]
  43.         },
  44.         "panel-appear": {
  45.             "type": "section",
  46.             "title": "Appearance",
  47.             "keys": [
  48.                 "menu-custom",
  49.                 "menu-icon",
  50.                 "menu-label"
  51.             ]
  52.         },
  53.         "panel-behave": {
  54.             "type": "section",
  55.             "title": "Behavior",
  56.             "keys": [
  57.                 "overlay-key",
  58.                 "activate-on-hover",
  59.                 "hover-delay",
  60.                 "enable-animation"
  61.             ]
  62.         },
  63.         "menu-appear": {
  64.             "type": "section",
  65.             "title": "Layout and content",
  66.             "keys": [
  67.                 "menu-layout",
  68.                 "show-apps-description-on-buttons",
  69.                 "show-places",
  70.                 "menu-editor-button"
  71.             ]
  72.         },
  73.         "menu-icons": {
  74.             "type": "section",
  75.             "title": "Icons and Labels",
  76.             "keys": [
  77.                 "show-category-icons",
  78.                 "show-application-icons",
  79.                 "show-favorite-icons",
  80.                 "favorite-button-size",
  81.                 "all-programs-label",
  82.                 "favorites-label"
  83.             ]
  84.         },
  85.         "menu-behave": {
  86.             "type": "section",
  87.             "title": "Behavior",
  88.             "keys": [
  89.                 "enable-autoscroll",
  90.                 "search-filesystem"
  91.             ]
  92.         },
  93.         "sidebar-layout": {
  94.             "type": "section",
  95.             "title": "Sidebar Layout",
  96.             "keys": [
  97.                 "show-sidebar",
  98.                 "user-box-layout",
  99.                 "quicklauncher-layout"
  100.             ]
  101.         },
  102.         "quitmenu-layout": {
  103.             "type": "section",
  104.             "title": "Quit Menu Layout",
  105.             "keys": [
  106.                 "show-shutdown-menu",
  107.                 "shutdown-menu-reverse-order",
  108.                 "shutdown-menu-layout",
  109.                 "shutdown-label"
  110.             ]
  111.         },
  112.         "quicklauncher-separator-layout": {
  113.             "type": "section",
  114.             "title": "Quicklauncher Separators",
  115.             "keys": [
  116.                 "quicklauncher-separator1",
  117.                 "quicklauncher-separator2",
  118.                 "quicklauncher-separator3"
  119.             ]
  120.         },
  121.         "custom-quicklauncher-places": {
  122.             "type": "section",
  123.             "title": "Quicklauncher Places",
  124.             "keys": [
  125.                 "quicklauncher-places"
  126.             ]
  127.         },
  128.         "custom-quicklauncher-apps": {
  129.             "type": "section",
  130.             "title": "Quicklauncher Applications",
  131.             "keys": [
  132.                 "quicklauncher-apps"
  133.             ]
  134.         }
  135.     },
  136.     "menu-layout": {
  137.         "type": "combobox",
  138.         "default": "stark-menu",
  139.         "options": {
  140.             "Stark-Menu": "stark-menu",
  141.             "MATE-Menu": "mate-menu"
  142.         },
  143.         "description": "Menu layout",
  144.         "tooltip": "Choose between Stark-Menu and MATE-Menu layout",
  145.         "value": "stark-menu"
  146.     },
  147.     "overlay-key": {
  148.         "type": "keybinding",
  149.         "description": "Keyboard shortcut to open and close the menu",
  150.         "default": "Super_L::Super_R",
  151.         "value": "Super_L::Super_R"
  152.     },
  153.     "menu-custom": {
  154.         "type": "switch",
  155.         "default": false,
  156.         "description": "Use a custom icon and label",
  157.         "tooltip": "Check this to specify a custom icon and label",
  158.         "value": true
  159.     },
  160.     "menu-icon": {
  161.         "type": "iconfilechooser",
  162.         "default": "cinnamon-symbolic",
  163.         "description": "Icon",
  164.         "tooltip": "Select an icon to show in the panel.",
  165.         "dependency": "menu-custom",
  166.         "indent": true,
  167.         "value": "/home/username/.icons/Windows-XP-3.1/128x128/apps/start-here.png"
  168.     },
  169.     "menu-label": {
  170.         "type": "entry",
  171.         "default": "Menu",
  172.         "description": "Text",
  173.         "tooltip": "Enter custom text to show in the panel.",
  174.         "dependency": "menu-custom",
  175.         "indent": true,
  176.         "value": " start"
  177.     },
  178.     "all-programs-label": {
  179.         "type": "entry",
  180.         "default": "All Programs",
  181.         "description": "'All Programs'-Button label",
  182.         "tooltip": "Enter custom text for the 'All Programs' button.",
  183.         "value": "All Programs"
  184.     },
  185.     "favorites-label": {
  186.         "type": "entry",
  187.         "default": "Favorites",
  188.         "description": "'Favorites'-Button label",
  189.         "tooltip": "Enter custom text for the 'Favorites' button.",
  190.         "value": "Favorites"
  191.     },
  192.     "show-apps-description-on-buttons": {
  193.         "type": "switch",
  194.         "default": false,
  195.         "description": "Show application's description under their titles",
  196.         "tooltip": "Choose whether or not to show the application description on the application buttons.",
  197.         "value": false
  198.     },
  199.     "show-places": {
  200.         "type": "switch",
  201.         "default": false,
  202.         "description": "Show bookmarks and places",
  203.         "tooltip": "Choose whether or not to show bookmarks and places in the menu.",
  204.         "value": false
  205.     },
  206.     "enable-autoscroll": {
  207.         "type": "switch",
  208.         "default": true,
  209.         "description": "Enable autoscrolling in application list",
  210.         "tooltip": "Choose whether or not to enable smooth autoscrolling in the application list.",
  211.         "value": true
  212.     },
  213.     "search-filesystem": {
  214.         "type": "switch",
  215.         "default": false,
  216.         "description": "Enable filesystem path entry in search box",
  217.         "tooltip": "Allows path entry in the menu search box.",
  218.         "value": false
  219.     },
  220.     "activate-on-hover": {
  221.         "type": "switch",
  222.         "default": false,
  223.         "description": "Open the menu when I move my mouse over it",
  224.         "tooltip": "Enable opening the menu when the mouse enters the applet",
  225.         "value": false
  226.     },
  227.     "hover-delay": {
  228.         "type": "spinbutton",
  229.         "default": 0,
  230.         "min": 0,
  231.         "max": 1000,
  232.         "step": 50,
  233.         "units": "milliseconds",
  234.         "dependency": "activate-on-hover",
  235.         "description": "Menu hover delay",
  236.         "tooltip": "Delay before the menu opens when hovered",
  237.         "value": 0
  238.     },
  239.     "enable-animation": {
  240.         "type": "switch",
  241.         "default": false,
  242.         "description": "Use menu animations",
  243.         "tooltip": "Allow the menu to animate on open and close",
  244.         "value": false
  245.     },
  246.     "menu-editor-button": {
  247.         "type": "button",
  248.         "description": "Open the menu editor",
  249.         "callback": "_launch_editor",
  250.         "tooltip": "Press this button to customize your menu entries."
  251.     },
  252.     "show-category-icons": {
  253.         "type": "switch",
  254.         "default": true,
  255.         "description": "Show category icons",
  256.         "tooltip": "Choose whether or not to show icons on categories.",
  257.         "value": true
  258.     },
  259.     "show-application-icons": {
  260.         "type": "switch",
  261.         "default": true,
  262.         "description": "Show application icons",
  263.         "tooltip": "Choose whether or not to show icons on applications.",
  264.         "value": true
  265.     },
  266.     "show-favorite-icons": {
  267.         "type": "switch",
  268.         "default": true,
  269.         "description": "Show favorite icons",
  270.         "tooltip": "Choose whether or not to show icons on favorites.",
  271.         "value": true
  272.     },
  273.     "favorite-button-size": {
  274.         "type": "spinbutton",
  275.         "default": 32,
  276.         "min": 12,
  277.         "max": 64,
  278.         "step": 1,
  279.         "units": "pixels",
  280.         "description": "Size of the favorite buttons",
  281.         "tooltip": "Change the size of the favorite buttons",
  282.         "value": 32
  283.     },
  284.     "show-sidebar": {
  285.         "type": "switch",
  286.         "default": true,
  287.         "description": "Show sidebar on menu",
  288.         "tooltip": "Choose whether or not to show the sidebar.",
  289.         "value": true
  290.     },
  291.     "user-box-layout": {
  292.         "type": "combobox",
  293.         "default": "userIcon",
  294.         "options": {
  295.             "User picture and user name": "userNameAndIcon",
  296.             "User picture only": "userIcon",
  297.             "Hide": "userHide"
  298.         },
  299.         "description": "User account info box style",
  300.         "tooltip": "Choose whether to show the user name and/or user picture.",
  301.         "dependency": "show-sidebar",
  302.         "indent": true,
  303.         "value": "userNameAndIcon"
  304.     },
  305.     "quicklauncher-layout": {
  306.         "type": "combobox",
  307.         "default": "both",
  308.         "options": {
  309.             "Icons and Labels": "both",
  310.             "Icons only": "icons",
  311.             "Labels only": "labels"
  312.         },
  313.         "description": "Quicklauncher button style",
  314.         "tooltip": "Choose whether to show icons and/or labels on the quicklauncher buttons.",
  315.         "dependency": "show-sidebar",
  316.         "indent": true,
  317.         "value": "both"
  318.     },
  319.     "show-shutdown-menu": {
  320.         "type": "switch",
  321.         "default": true,
  322.         "description": "Show quit buttons",
  323.         "tooltip": "Choose whether or not to show the quit buttons.",
  324.         "value": true
  325.     },
  326.     "shutdown-menu-reverse-order": {
  327.         "type": "switch",
  328.         "default": true,
  329.         "description": "Reverse quit button order",
  330.         "tooltip": "Choose whether to display the 'Quit' button first or last. (Has no effect on 'DropDown' layout.)",
  331.         "dependency": "show-shutdown-menu",
  332.         "indent": true,
  333.         "value": true
  334.     },
  335.     "shutdown-menu-layout": {
  336.         "type": "combobox",
  337.         "default": "vertical",
  338.         "options": {
  339.             "DropDown": "dropdown",
  340.             "Vertical": "vertical",
  341.             "Horizontal": "horizontal"
  342.         },
  343.         "description": "Quit buttons layout",
  344.         "tooltip": "Choose the layout of the quit options.",
  345.         "dependency": "show-shutdown-menu",
  346.         "indent": true,
  347.         "value": "horizontal"
  348.     },
  349.     "shutdown-label": {
  350.         "type": "entry",
  351.         "default": "Quit",
  352.         "description": "'Quit'-Button label",
  353.         "tooltip": "Enter custom text for the 'Quit' button.",
  354.         "dependency": "show-shutdown-menu",
  355.         "indent": true,
  356.         "value": "Quit"
  357.     },
  358.     "quicklauncher-separator1": {
  359.         "type": "switch",
  360.         "default": false,
  361.         "description": "Separator below user account info box",
  362.         "tooltip": "Choose whether or not to show this separator.",
  363.         "value": true
  364.     },
  365.     "quicklauncher-places": {
  366.         "type": "list",
  367.         "description": "Custom Quicklauncher Places",
  368.         "columns": [
  369.             {
  370.                 "id": "checkbox",
  371.                 "title": "Visible",
  372.                 "type": "boolean",
  373.                 "default": true
  374.             },
  375.             {
  376.                 "id": "directory",
  377.                 "title": "Directory",
  378.                 "type": "file",
  379.                 "select-dir": true
  380.             },
  381.             {
  382.                 "id": "label",
  383.                 "title": "Custom Label",
  384.                 "type": "string"
  385.             },
  386.             {
  387.                 "id": "icon",
  388.                 "title": "Custom Icon",
  389.                 "type": "icon"
  390.             }
  391.         ],
  392.         "default": [
  393.             {
  394.                 "checkbox": true,
  395.                 "directory": "~/",
  396.                 "label": "Home",
  397.                 "icon": "user-home"
  398.             },
  399.             {
  400.                 "checkbox": true,
  401.                 "directory": "~/Documents",
  402.                 "label": "",
  403.                 "icon": "folder-documents"
  404.             },
  405.             {
  406.                 "checkbox": true,
  407.                 "directory": "~/Pictures",
  408.                 "label": "",
  409.                 "icon": "folder-pictures"
  410.             },
  411.             {
  412.                 "checkbox": true,
  413.                 "directory": "~/Music",
  414.                 "label": "",
  415.                 "icon": "folder-music"
  416.             },
  417.             {
  418.                 "checkbox": true,
  419.                 "directory": "~/Videos",
  420.                 "label": "",
  421.                 "icon": "folder-videos"
  422.             },
  423.             {
  424.                 "checkbox": true,
  425.                 "directory": "~/Downloads",
  426.                 "label": "",
  427.                 "icon": "folder-download"
  428.             }
  429.         ],
  430.         "value": [
  431.             {
  432.                 "checkbox": true,
  433.                 "directory": "~/",
  434.                 "label": "Home",
  435.                 "icon": "user-home"
  436.             },
  437.             {
  438.                 "checkbox": true,
  439.                 "directory": "~/Documents",
  440.                 "label": "",
  441.                 "icon": "folder-documents"
  442.             },
  443.             {
  444.                 "checkbox": true,
  445.                 "directory": "~/Pictures",
  446.                 "label": "",
  447.                 "icon": "folder-pictures"
  448.             },
  449.             {
  450.                 "checkbox": true,
  451.                 "directory": "~/Music",
  452.                 "label": "",
  453.                 "icon": "folder-music"
  454.             },
  455.             {
  456.                 "checkbox": true,
  457.                 "directory": "~/Videos",
  458.                 "label": "",
  459.                 "icon": "folder-videos"
  460.             },
  461.             {
  462.                 "checkbox": true,
  463.                 "directory": "~/Downloads",
  464.                 "label": "",
  465.                 "icon": "folder-download"
  466.             }
  467.         ]
  468.     },
  469.     "quicklauncher-separator2": {
  470.         "type": "switch",
  471.         "default": true,
  472.         "description": "Separator below quicklauncher places",
  473.         "tooltip": "Choose whether or not to show this separator.",
  474.         "value": true
  475.     },
  476.     "quicklauncher-apps": {
  477.         "type": "list",
  478.         "description": "Custom Quicklauncher Applications",
  479.         "columns": [
  480.             {
  481.                 "id": "checkbox",
  482.                 "title": "Visible",
  483.                 "type": "boolean",
  484.                 "default": true
  485.             },
  486.             {
  487.                 "id": "command",
  488.                 "title": "Command",
  489.                 "type": "string"
  490.             },
  491.             {
  492.                 "id": "label",
  493.                 "title": "Custom Label",
  494.                 "type": "string"
  495.             },
  496.             {
  497.                 "id": "icon",
  498.                 "title": "Custom Icon",
  499.                 "type": "icon"
  500.             }
  501.         ],
  502.         "default": [
  503.             {
  504.                 "checkbox": true,
  505.                 "command": "xdg-open computer:///",
  506.                 "label": "Computer",
  507.                 "icon": "computer"
  508.             },
  509.             {
  510.                 "checkbox": true,
  511.                 "command": "cinnamon-settings",
  512.                 "label": "System Settings",
  513.                 "icon": "preferences-system"
  514.             },
  515.             {
  516.                 "checkbox": true,
  517.                 "command": "system-config-printer",
  518.                 "label": "Printers",
  519.                 "icon": "printer"
  520.             },
  521.             {
  522.                 "checkbox": true,
  523.                 "command": "gnome-terminal",
  524.                 "label": "Terminal",
  525.                 "icon": "utilities-terminal"
  526.             },
  527.             {
  528.                 "checkbox": true,
  529.                 "command": "cinnamon-settings info",
  530.                 "label": "System Info",
  531.                 "icon": "cs-details"
  532.             }
  533.         ],
  534.         "value": [
  535.             {
  536.                 "checkbox": true,
  537.                 "command": "xdg-open computer:///",
  538.                 "label": "Computer",
  539.                 "icon": "computer"
  540.             },
  541.             {
  542.                 "checkbox": true,
  543.                 "command": "cinnamon-settings",
  544.                 "label": "System Settings",
  545.                 "icon": "preferences-system"
  546.             },
  547.             {
  548.                 "checkbox": true,
  549.                 "command": "system-config-printer",
  550.                 "label": "Printers",
  551.                 "icon": "printer"
  552.             },
  553.             {
  554.                 "checkbox": true,
  555.                 "command": "gnome-terminal",
  556.                 "label": "Terminal",
  557.                 "icon": "utilities-terminal"
  558.             },
  559.             {
  560.                 "checkbox": true,
  561.                 "command": "cinnamon-settings info",
  562.                 "label": "System Info",
  563.                 "icon": "cs-details"
  564.             }
  565.         ]
  566.     },
  567.     "quicklauncher-separator3": {
  568.         "type": "switch",
  569.         "default": true,
  570.         "description": "Separator above quit buttons",
  571.         "tooltip": "Choose whether or not to show this separator.",
  572.         "value": false
  573.     },
  574.     "__md5__": "3bbf0764173b5cea99ed8dfd8816aef0"
  575. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement