cinnamon-applet-dualbatteries/settings-schema.json

39 lines
1.0 KiB
JSON

{
"show-bat0-percent": {
"type": "switch",
"default": "false",
"description": "Show BAT0 Percent",
"tooltip": "default"
},
"show-bat0-capacity": {
"type": "switch",
"default": "false",
"description": "Show BAT0 Capacity",
"tooltip": "default"
},
"show-bat0-estimated-time-remaining": {
"type": "switch",
"default": "false",
"description": "Show BAT0 Estimated Time Remaining",
"tooltip": "default"
},
"show-bat1-percent": {
"type": "switch",
"default": "false",
"description": "Show BAT1 Percent",
"tooltip": "default"
},
"show-bat1-capacity": {
"type": "switch",
"default": "false",
"description": "Show BAT1 Capacity",
"tooltip": "default"
},
"show-bat1-estimated-time-remaining": {
"type": "switch",
"default": "false",
"description": "Show BAT1 Estimated Time Remaining",
"tooltip": "default"
}
}