1
0
forked from lionel/debianlive

cinnamon conf

This commit is contained in:
Lionel
2023-03-03 10:54:58 +01:00
parent 4793d28bf6
commit 75cda435ff
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,22 @@
{
"labelinfo": {
"type": "combobox",
"description": "Display",
"default": "nothing",
"options": {
"Show percentage": "percentage",
"Show time remaining": "time",
"Show percentage and time remaining": "percentage_time",
"Hide label": "nothing"
},
"value": "percentage"
},
"showmulti": {
"type": "switch",
"default": false,
"description": "Always show all batteries",
"tooltip": "Check this to always show multiple batteries in the panel, regardless of whether one of them is marked primary.",
"value": false
},
"__md5__": "db29025b0930e93063f745d0adcc675a"
}