Default settings: control center to the left

This commit is contained in:
ItsLemmy
2025-11-06 15:59:35 -05:00
parent 18b206c0a3
commit d41ea987ea
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -14,6 +14,9 @@
"exclusive": true,
"widgets": {
"left": [
{
"id": "ControlCenter"
},
{
"id": "SystemMonitor"
},
@@ -50,9 +53,6 @@
},
{
"id": "Clock"
},
{
"id": "ControlCenter"
}
]
}
+2 -2
View File
@@ -157,6 +157,8 @@ Singleton {
property JsonObject widgets
widgets: JsonObject {
property list<var> left: [{
"id": "ControlCenter"
}, {
"id": "SystemMonitor"
}, {
"id": "ActiveWindow"
@@ -180,8 +182,6 @@ Singleton {
"id": "Brightness"
}, {
"id": "Clock"
}, {
"id": "ControlCenter"
}]
}
}