QuickSettings: editable widgets/button section in the ControlCenter

This commit is contained in:
ItsLemmy
2025-10-08 23:05:52 -04:00
parent c4d1a142ab
commit bff195309a
19 changed files with 542 additions and 357 deletions
+10
View File
@@ -246,6 +246,16 @@ Singleton {
property JsonObject controlCenter: JsonObject {
// Position: close_to_bar_button, center, top_left, top_right, bottom_left, bottom_right, bottom_center, top_center
property string position: "close_to_bar_button"
property JsonObject widgets
widgets: JsonObject {
property list<var> quickSettings: [{
"id": "Bluetooth"
}, {
"id": "WiFi"
}, {
"id": "PowerProfile"
}]
}
}
// dock