forked from mintystark/starkmenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings-schema.json
231 lines (231 loc) · 9.68 KB
/
settings-schema.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
{
"menu-icon" : {
"type" : "iconfilechooser",
"default" : "/usr/share/cinnamon/theme/menu.png",
"description": "Icon",
"tooltip": "Select an icon to show in the panel."
},
"menu-label" : {
"type" : "entry",
"default" : "Menu",
"description" : "Menu Text",
"tooltip" : "Enter custom text to show in the panel."
},
"all-programs-label" : {
"type" : "entry",
"default" : "All Programs",
"description" : "All Programs Text",
"tooltip" : "Enter custom text for button."
},
"favorites-label" : {
"type" : "entry",
"default" : "Favorites",
"description" : "Favorites Text",
"tooltip" : "Enter custom text for button."
},
"shutdown-label" : {
"type" : "entry",
"default" : "Shutdown",
"description" : "Shutdown Text",
"tooltip" : "Enter custom text for button."
},
"show-recent" : {
"type" : "checkbox",
"default" : true,
"description": "Show recent files",
"tooltip": "Choose whether or not to show a recent file list in the menu."
},
"show-places" : {
"type" : "checkbox",
"default" : true,
"description": "Show bookmarks and places",
"tooltip": "Choose whether or not to show bookmarks and places in the menu."
},
"enable-autoscroll" : {
"type" : "checkbox",
"default" : true,
"description": "Enable autoscrolling in application list",
"tooltip": "Choose whether or not to enable smooth autoscrolling in the application list."
},
"search-filesystem" : {
"type" : "checkbox",
"default" : false,
"description": "Enable filesystem path entry in search box",
"tooltip": "Allows path entry in the menu search box."
},
"activate-on-hover" : {
"type" : "checkbox",
"default" : false,
"description": "Open the menu when I move my mouse over it",
"tooltip": "Enable opening the menu when the mouse enters the applet"
},
"hover-delay" : {
"type": "spinbutton",
"default" : 50,
"min" : 0,
"max" : 1000,
"step" : 50,
"units" : "milliseconds",
"description" : "Menu hover delay:",
"tooltip" : "Delay between switching categories"
},
"favorite-icon-size" : {
"type": "spinbutton",
"default" : 32,
"min" : 12,
"max" : 64,
"step" : 1,
"units" : "pixels",
"description" : "Size of the Fovorite Button Icons:",
"tooltip" : "Change the Size of the Favorite Buttons Icons"
},
"show-quicklinks" : {
"type" : "checkbox",
"default" : true,
"description": "Show Quicklinks Sidebar",
"tooltip": "Choose whether or not to show the Quicklinks Sidebar."
},
"quicklink-options" : {
"type": "combobox",
"default": "both",
"options": {
"Both Icons and Labels": "both",
"Icons Only": "icons",
"Labels Only": "labels"
},
"description": "Quicklinks Options",
"tooltip": "Allows the icons or Labels to be shown in the Quicklinks sidebar."
},
"show-quicklinks-shutdown-menu" : {
"type" : "checkbox",
"default" : true,
"description": "Show Quicklinks Shutdown Menu",
"tooltip": "Choose whether or not to show the Quicklinks Shutdown Menu."
},
"quicklink-0" : {
"type": "entry",
"default": "separator",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-1" : {
"type": "entry",
"default": "Home,folder-home,nemo",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-2" : {
"type": "entry",
"default": "Documents,folder-documents,nemo Documents",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-3" : {
"type": "entry",
"default": "Pictures,folder-pictures,nemo Pictures",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-4" : {
"type": "entry",
"default": "Music,folder-music,nemo Music",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-5" : {
"type": "entry",
"default": "Videos,folder-videos,nemo Videos",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-6" : {
"type": "entry",
"default": "separator",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-7" : {
"type": "entry",
"default": "Computer,computer,nemo computer:///",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-8" : {
"type": "entry",
"default": "Software Manager,package-manager,gksu mintinstall",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-9" : {
"type": "entry",
"default": "Control Center,control-center2,cinnamon-settings",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-10" : {
"type": "entry",
"default": "Terminal,terminal,gnome-terminal",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-11" : {
"type": "entry",
"default": "Help,help,yelp",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-12" : {
"type": "entry",
"default": "separator",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-13" : {
"type": "entry",
"default": "",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-14" : {
"type": "entry",
"default": "",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-15" : {
"type": "entry",
"default": "",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-16" : {
"type": "entry",
"default": "",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-17" : {
"type": "entry",
"default": "",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-18" : {
"type": "entry",
"default": "",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"quicklink-19" : {
"type": "entry",
"default": "",
"description": "Quicklink",
"tooltip": "Entry for your Quicklink. Title,icon,command. If the icon does not contain an extension then it will look for the closest icon by name in the current theme. Otherwise it will find the icon by path."
},
"menu-editor-button" : {
"type" : "button",
"description" : "Open the menu editor",
"callback" : "_launch_editor",
"tooltip" : "Press this button to customize your menu entries."
}
}