-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpreferences.json
More file actions
92 lines (92 loc) · 2.14 KB
/
Copy pathpreferences.json
File metadata and controls
92 lines (92 loc) · 2.14 KB
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
[
{
"type": "checkbox",
"label": "Enable *Arc Menu Icon*",
"property": "arcane-menu-icon",
"defaultValue": true
},
{
"type": "separator",
"label": "**Fonts**"
},
{
"type": "dropdown",
"property": "arcane-font",
"label": "Select the *font* for browser",
"restart": false,
"defaultValue": "Nunito",
"options": [
{ "label": "Nunito (default)", "value": "Nunito" },
{ "label": "Nunito Italic", "value": "Nunito-Italic" },
{ "label": "SF Pro", "value": "SF-Pro" },
{ "label": "SF Symbols", "value": "SF-Symbols" },
{ "label": "SUSE", "value": "SUSE" },
{ "label": "SUSE Italic", "value": "SUSE-Italic" }
]
},
{
"type": "separator",
"label": "**Remove Stuff**"
},
{
"type": "checkbox",
"property": "arcane-workspace-indicator",
"label": "Remove Workspace Indicator",
"defaultValue": false
},
{
"type": "separator",
"label": "**NoGaps - By CTG**"
},
{
"type": "dropdown",
"value": "number",
"label": "Choose mode for No Gaps mode",
"property": "arcane-nogap.mode-select",
"default": 1,
"options": [
{
"label": "Disable",
"value": -1
},
{
"label": "Only Compact Mode",
"value": 0
},
{
"label": "Both non compact and compact mode",
"value": 1
}
]
},
{
"type": "checkbox",
"default": false,
"label": "Remove highlight on tab when in split mode",
"property": "arcane.remove-split-highlight"
},
{
"type": "checkbox",
"default": false,
"label": "Remove shadow emited by the website",
"property": "arcane.remove-box-shadow"
},
{
"type": "string",
"property": "arcane-border-radius",
"label": "Custom *border radius* on everything on arcane (0 to 20px)",
"defaultValue": "12px",
"placeholder": "12px"
},
{
"type": "separator",
"label": "*Window Transparency*"
},
{
"type": "checkbox",
"property": "browser.tabs.allow_transparent_browser",
"label": "Enable Transparent browser tabs (Restart Required)",
"defaultValue": false,
"restart": true
}
]