mirror of
https://github.com/Snigdha-OS/snigdhaos-cinnamon-config.git
synced 2025-09-24 01:54:55 +02:00
🚀 feat(_conf): add pecies config
This commit is contained in:
@@ -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_time"
|
||||
},
|
||||
"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": true
|
||||
},
|
||||
"__md5__": "db29025b0930e93063f745d0adcc675a"
|
||||
}
|
Reference in New Issue
Block a user