Update preferences.json

This commit is contained in:
JLBlk 2025-04-16 21:44:37 +02:00 committed by GitHub
parent b801e2aecd
commit 4fdba09c7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,25 @@
"type": "checkbox",
"disabledOn": []
},
{
"property": "uc.essentials.auto-grow",
"label": "Makes the Essentials auto-grow to fit the full width of its row.",
"type": "checkbox",
"disabledOn": []
},
{
"property": "uc.essentials.position",
"label": "Select the position of Essentials",
"type": "dropdown",
"placeholder": "Top",
"disabledOn": [],
"options": [
{
"label": "Bottom",
"value": "bottom"
}
]
},
{
"property": "uc.superpins.border",
"label": "Add a border around Pins/Essentials",
@ -95,6 +114,12 @@
"type": "checkbox",
"disabledOn": []
},
{
"property": "uc.pins.auto-grow",
"label": "Makes pinned tabs auto-grow to fit the full width of its row.",
"type": "checkbox",
"disabledOn": []
},
{
"property": "uc.pins.bg",
"label": "Adds a background to the pinned tabs",
@ -114,9 +139,107 @@
"disabledOn": []
},
{
"property": "zen.tabs.dim-pending",
"label": "Dims unloaded tabs",
"type": "checkbox",
"disabledOn": []
"property": "uc.tabs.dim-type",
"label": "Dim the selected parts of a tab when it is unloaded",
"type": "dropdown",
"disabledOn": [],
"options": [
{
"label": "Icons + Text",
"value": "both"
},
{
"label": "Icons only",
"value": "icons"
},
{
"label": "Text only",
"value": "text"
}
]
},
{
"property": "uc.pinned.height",
"label": "Height of Pinned tabs",
"type": "dropdown",
"placeholder": "Default",
"options": [
{
"label": "Small",
"value": "small"
},
{
"label": "Normal",
"value": "normal"
},
{
"label": "Large",
"value": "large"
}
]
},
{
"property": "uc.favicon.size",
"label": "Size of tabs favicons",
"type": "dropdown",
"placeholder": "Default",
"options": [
{
"label": "Small",
"value": "small"
},
{
"label": "Normal",
"value": "normal"
},
{
"label": "Large",
"value": "large"
}
]
},
{
"property": "uc.workspace.icon.size",
"label": "Size of workspace icons",
"type": "dropdown",
"placeholder": "Default",
"options": [
{
"label": "Extra Small",
"value": "x-small"
},
{
"label": "Small",
"value": "small"
},
{
"label": "Medium",
"value": "medium"
},
{
"label": "Large",
"value": "large"
}
]
},
{
"property": "uc.workspace.current.icon.size",
"label": "Size of current workspace indicator icon",
"type": "dropdown",
"placeholder": "Default",
"options": [
{
"label": "Small",
"value": "small"
},
{
"label": "Normal",
"value": "normal"
},
{
"label": "Large",
"value": "large"
}
]
}
]
]