-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcom.apple.controlcenter.json
31 lines (31 loc) · 1.09 KB
/
com.apple.controlcenter.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
{
"title": "com.apple.controlcenter",
"description": "Preference Domain: com.apple.controlcenter, Application: macOS Restrictions",
"__version": "12.0",
"__feedback": "[email protected]",
"type": "object",
"options": {
"remove_empty_properties": true
},
"properties": {
"BatteryShowPercentage": {
"title": "Show Battery Percentage",
"description": "If set to true. Battery percentage will show in menubar.",
"propertyOrder": 10,
"anyOf": [
{
"title": "Not Configured",
"type": "null"
},
{
"title": "Configured",
"type": "boolean",
"default": true,
"options": {
"infoText": "Key: BatteryShowPercentage"
}
}
]
}
}
}