mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
QuickSettings: customization!?
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user