2525 "type" : " section" ,
2626 "title" : " Appearance" ,
2727 "keys" : [
28- " menu-icon- custom" ,
28+ " menu-custom" ,
2929 " menu-icon" ,
3030 " menu-label"
3131 ]
4747 " show-category-icons" ,
4848 " show-application-icons" ,
4949 " favbox-show" ,
50+ " favbox-min-height" ,
5051 " show-places" ,
52+ " show-recents" ,
5153 " menu-editor-button"
5254 ]
5355 },
6668 "default" : " Super_L::Super_R" ,
6769 "value" : " Super_L::Super_R"
6870 },
69- "menu-icon- custom" : {
71+ "menu-custom" : {
7072 "type" : " switch" ,
7173 "default" : false ,
72- "description" : " Use a custom icon" ,
73- "tooltip" : " Unchecking this allows the theme to set the icon " ,
74+ "description" : " Use a custom icon and label " ,
75+ "tooltip" : " Check this to specify a custom icon and label " ,
7476 "value" : true
7577 },
7678 "menu-icon" : {
7779 "type" : " iconfilechooser" ,
78- "default" : " /usr/share/ cinnamon/theme/menu -symbolic.svg " ,
80+ "default" : " cinnamon-symbolic" ,
7981 "description" : " Icon" ,
8082 "tooltip" : " Select an icon to show in the panel." ,
81- "dependency" : " menu-icon-custom" ,
82- "indent" : " true" ,
83+ "default_icon" : " cinnamon-symbolic" ,
84+ "dependency" : " menu-custom" ,
85+ "indent" : true ,
8386 "value" : " /usr/share/pixmaps/anarchy-icon.png"
8487 },
8588 "menu-label" : {
8689 "type" : " entry" ,
8790 "default" : " Menu" ,
8891 "description" : " Text" ,
8992 "tooltip" : " Enter custom text to show in the panel." ,
93+ "dependency" : " menu-custom" ,
94+ "indent" : true ,
9095 "value" : " Menu"
9196 },
97+ "favbox-min-height" : {
98+ "type" : " spinbutton" ,
99+ "default" : 300 ,
100+ "min" : 50 ,
101+ "max" : 1000 ,
102+ "step" : 10 ,
103+ "units" : " px" ,
104+ "dependency" : " favbox-show" ,
105+ "description" : " Minimum height of the favorites section" ,
106+ "tooltip" : " The minimum size allocated for the favorites section (this has an impact on the overall height of the menu)." ,
107+ "value" : 190.0
108+ },
92109 "show-category-icons" : {
93110 "type" : " switch" ,
94111 "default" : true ,
106123 "favbox-show" : {
107124 "type" : " switch" ,
108125 "default" : true ,
109- "description" : " Show favorites and quit options " ,
126+ "description" : " Show favorites and session buttons " ,
110127 "tooltip" : " Choose whether or not to show the left pane of the menu." ,
111128 "value" : true
112129 },
117134 "tooltip" : " Choose whether or not to show bookmarks and places in the menu." ,
118135 "value" : true
119136 },
137+ "show-recents" : {
138+ "type" : " switch" ,
139+ "default" : true ,
140+ "description" : " Show recents" ,
141+ "tooltip" : " Choose whether or not to show recents in the menu." ,
142+ "value" : true
143+ },
120144 "enable-autoscroll" : {
121145 "type" : " switch" ,
122146 "default" : true ,
129153 "default" : false ,
130154 "description" : " Enable filesystem path entry in search box" ,
131155 "tooltip" : " Allows path entry in the menu search box." ,
132- "value" : false
156+ "value" : true
133157 },
134158 "activate-on-hover" : {
135159 "type" : " switch" ,
155179 "default" : false ,
156180 "description" : " Use menu animations" ,
157181 "tooltip" : " Allow the menu to animate on open and close" ,
158- "value" : false
182+ "value" : true
159183 },
160184 "menu-editor-button" : {
161185 "type" : " button" ,
162186 "description" : " Open the menu editor" ,
163187 "callback" : " _launch_editor" ,
164188 "tooltip" : " Press this button to customize your menu entries."
165189 },
166- "__md5__" : " 2d57389c9dbdb1d8347645414e45eb1f "
190+ "__md5__" : " cdf1aadcba32c461f6e1b3b7647f8411 "
167191}
0 commit comments