Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit 4ec31e0

Browse files
Cinnamon desktop adjustments
* Add gnome-screenshot * A few panel edits * default to Anarchy logo for menu Co-authored-by: theringmaster <nytesblood@gmail.com>
1 parent ab05f70 commit 4ec31e0

3 files changed

Lines changed: 38 additions & 18 deletions

File tree

extra/desktop/Anarchy-cinnamon/.cinnamon/configs/menu@cinnamon.org/1.json

Lines changed: 35 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "section",
2626
"title": "Appearance",
2727
"keys": [
28-
"menu-icon-custom",
28+
"menu-custom",
2929
"menu-icon",
3030
"menu-label"
3131
]
@@ -47,7 +47,9 @@
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
},
@@ -66,29 +68,44 @@
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,
@@ -106,7 +123,7 @@
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
},
@@ -117,6 +134,13 @@
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,
@@ -129,7 +153,7 @@
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",
@@ -155,13 +179,13 @@
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
}

extra/desktop/Anarchy-cinnamon/.cinnamon/configs/panel-launchers@cinnamon.org/3.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@
1212
],
1313
"value": [
1414
"firefox.desktop",
15+
"org.gnome.Terminal.desktop",
1516
"nemo.desktop",
16-
"org.gnome.Packages.desktop",
17-
"terminator.desktop",
18-
"chromium.desktop",
19-
"vlc.desktop",
20-
"org.pantheon.noise.desktop",
21-
"libreoffice-writer.desktop"
17+
"chromium.desktop"
2218
]
2319
},
2420
"allow-dragging": {

lib/configure_desktop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ graphics() {
100100
DE+="budgie-desktop mousepad terminator nautilus gnome-backgrounds gnome-control-center $extras "
101101
;;
102102
"Anarchy-cinnamon") config_env="$env"
103-
DE+="cinnamon cinnamon-translations gnome-terminal file-roller p7zip zip unrar terminator $extras "
103+
DE+="cinnamon cinnamon-translations gnome-screenshot gnome-terminal file-roller p7zip zip unrar terminator $extras "
104104
start_term="exec cinnamon-session"
105105
;;
106106
"Anarchy-gnome") config_env="$env"

0 commit comments

Comments
 (0)