QuickSettings: customization!?

This commit is contained in:
lysec
2025-10-09 13:56:35 +02:00
parent a90bca23aa
commit f77efc409b
15 changed files with 507 additions and 33 deletions
+22
View File
@@ -95,6 +95,24 @@
"label": "Position",
"description": "Choose where the Control Center panel appears when opened."
}
},
"controlCenter": {
"quickSettingsStyle": {
"section": {
"label": "Quick Settings Style",
"description": "Choose the visual style for quick settings buttons."
},
"style": {
"label": "Display Style",
"description": "Select between modern card-style buttons or classic icon buttons."
}
},
"widgets": {
"section": {
"label": "Widgets",
"description": "Manage and configure Control Center widgets."
}
}
}
},
"audio": {
@@ -1241,6 +1259,10 @@
"bottom_right": "Bottom right",
"bottom_center": "Bottom center",
"top_center": "Top center"
},
"quickSettingsStyle": {
"modern": "Modern Cards",
"classic": "Classic Icons"
}
},
"osd": {
+30 -1
View File
@@ -112,7 +112,36 @@
"terminalCommand": "xterm -e"
},
"controlCenter": {
"position": "close_to_bar_button"
"position": "close_to_bar_button",
"quickSettingsStyle": "modern",
"widgets": {
"quickSettings": [
{
"id": "WiFi"
},
{
"id": "Bluetooth"
},
{
"id": "DoNotDisturb"
},
{
"id": "NightLight"
},
{
"id": "KeepAwake"
},
{
"id": "PowerProfile"
},
{
"id": "ScreenRecorder"
},
{
"id": "WallpaperSelector"
}
]
}
},
"dock": {
"displayMode": "always_visible",