Skip to content

Commit 5f61363

Browse files
committed
[fix] : FIxed cinnamon menu icon
1 parent 3f8c8e9 commit 5f61363

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

channels/cinnamon/airootfs.any/etc/skel/.cinnamon/configs/[email protected]/0.json

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"overlay-key",
3939
"activate-on-hover",
4040
"hover-delay",
41+
"force-show-panel",
4142
"enable-animation"
4243
]
4344
},
@@ -87,7 +88,7 @@
8788
"default_icon": "cinnamon-symbolic",
8889
"dependency": "menu-custom",
8990
"indent": true,
90-
"value": "alter"
91+
"value": "/usr/share/icons/hicolor/128x128/apps/alter.png"
9192
},
9293
"menu-icon-size": {
9394
"type": "spinbutton",
@@ -99,7 +100,7 @@
99100
"description": "Icon size",
100101
"dependency": "menu-custom",
101102
"indent": true,
102-
"value": 29.0
103+
"value": 29
103104
},
104105
"menu-label": {
105106
"type": "entry",
@@ -179,6 +180,13 @@
179180
"indent": true,
180181
"value": 32
181182
},
183+
"show-favorites": {
184+
"type": "switch",
185+
"default": true,
186+
"description": "Show favorites",
187+
"tooltip": "Choose whether or not to show favorite files in the menu.",
188+
"value": true
189+
},
182190
"show-places": {
183191
"type": "switch",
184192
"default": true,
@@ -207,6 +215,13 @@
207215
"tooltip": "Allows path entry in the menu search box.",
208216
"value": false
209217
},
218+
"force-show-panel": {
219+
"type": "switch",
220+
"default": true,
221+
"description": "Force the panel to be visible when opening the menu",
222+
"tooltip": "Opening the menu will also show the main panel (which may be auto-hidden).",
223+
"value": true
224+
},
210225
"activate-on-hover": {
211226
"type": "switch",
212227
"default": false,
@@ -239,5 +254,5 @@
239254
"callback": "_launch_editor",
240255
"tooltip": "Press this button to customize your menu entries."
241256
},
242-
"__md5__": "9fef899d7c11697066b5f3c4d8479daf"
243-
}
257+
"__md5__": "c4b27da93411965126569249b61793d7"
258+
}

0 commit comments

Comments
 (0)