mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Settings: edit default bar & quick access
Autoformat
This commit is contained in:
@@ -162,10 +162,6 @@ Singleton {
|
||||
"id": "Tray"
|
||||
}, {
|
||||
"id": "NotificationHistory"
|
||||
}, {
|
||||
"id": "WiFi"
|
||||
}, {
|
||||
"id": "Bluetooth"
|
||||
}, {
|
||||
"id": "Battery"
|
||||
}, {
|
||||
@@ -246,13 +242,17 @@ 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 string quickSettingsStyle: "modern" // "modern" or "classic"
|
||||
property string quickSettingsStyle: "compact" // "modern", "classic", or "compact"
|
||||
property JsonObject widgets
|
||||
widgets: JsonObject {
|
||||
property list<var> quickSettings: [{
|
||||
"id": "WiFi"
|
||||
}, {
|
||||
"id": "Bluetooth"
|
||||
}, {
|
||||
"id": "WiFi"
|
||||
"id": "DoNotDisturb"
|
||||
}, {
|
||||
"id": "ScreenRecorder"
|
||||
}, {
|
||||
"id": "PowerProfile"
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user