mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Default settings: control center to the left
This commit is contained in:
@@ -14,6 +14,9 @@
|
||||
"exclusive": true,
|
||||
"widgets": {
|
||||
"left": [
|
||||
{
|
||||
"id": "ControlCenter"
|
||||
},
|
||||
{
|
||||
"id": "SystemMonitor"
|
||||
},
|
||||
@@ -50,9 +53,6 @@
|
||||
},
|
||||
{
|
||||
"id": "Clock"
|
||||
},
|
||||
{
|
||||
"id": "ControlCenter"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user