mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Merge branch 'main' into auto-hide-bar
This commit is contained in:
@@ -61,10 +61,12 @@
|
||||
"dimDesktop": true,
|
||||
"showScreenCorners": false,
|
||||
"forceBlackScreenCorners": false,
|
||||
"scaleRatio": 1,
|
||||
"radiusRatio": 1,
|
||||
"screenRadiusRatio": 1,
|
||||
"animationSpeed": 1,
|
||||
"animationDisabled": false
|
||||
"animationDisabled": false,
|
||||
"compactLockScreen": false
|
||||
},
|
||||
"location": {
|
||||
"name": "Tokyo",
|
||||
@@ -109,9 +111,8 @@
|
||||
},
|
||||
"controlCenter": {
|
||||
"position": "close_to_bar_button",
|
||||
"quickSettingsStyle": "compact",
|
||||
"widgets": {
|
||||
"quickSettings": [
|
||||
"shortcuts": {
|
||||
"left": [
|
||||
{
|
||||
"id": "WiFi"
|
||||
},
|
||||
@@ -119,19 +120,49 @@
|
||||
"id": "Bluetooth"
|
||||
},
|
||||
{
|
||||
"id": "Notifications"
|
||||
"id": "ScreenRecorder"
|
||||
},
|
||||
{
|
||||
"id": "ScreenRecorder"
|
||||
"id": "WallpaperSelector"
|
||||
}
|
||||
],
|
||||
"right": [
|
||||
{
|
||||
"id": "Notifications"
|
||||
},
|
||||
{
|
||||
"id": "PowerProfile"
|
||||
},
|
||||
{
|
||||
"id": "WallpaperSelector"
|
||||
"id": "KeepAwake"
|
||||
},
|
||||
{
|
||||
"id": "NightLight"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"cards": [
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "profile-card"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "shortcuts-card"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "audio-card"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "weather-card"
|
||||
},
|
||||
{
|
||||
"enabled": true,
|
||||
"id": "media-sysmon-card"
|
||||
}
|
||||
]
|
||||
},
|
||||
"dock": {
|
||||
"displayMode": "always_visible",
|
||||
@@ -139,7 +170,8 @@
|
||||
"floatingRatio": 1,
|
||||
"onlySameOutput": true,
|
||||
"monitors": [],
|
||||
"pinnedApps": []
|
||||
"pinnedApps": [],
|
||||
"colorizeIcons": false
|
||||
},
|
||||
"network": {
|
||||
"wifiEnabled": true
|
||||
@@ -159,7 +191,8 @@
|
||||
"enabled": true,
|
||||
"location": "top_right",
|
||||
"monitors": [],
|
||||
"autoHideMs": 2000
|
||||
"autoHideMs": 2000,
|
||||
"alwaysOnTop": false
|
||||
},
|
||||
"audio": {
|
||||
"volumeStep": 5,
|
||||
@@ -174,7 +207,6 @@
|
||||
"fontFixed": "DejaVu Sans Mono",
|
||||
"fontDefaultScale": 1,
|
||||
"fontFixedScale": 1,
|
||||
"monitorsScaling": [],
|
||||
"idleInhibitorEnabled": false,
|
||||
"tooltipsEnabled": true
|
||||
},
|
||||
@@ -191,6 +223,7 @@
|
||||
"templates": {
|
||||
"gtk": false,
|
||||
"qt": false,
|
||||
"kcolorscheme": false,
|
||||
"kitty": false,
|
||||
"ghostty": false,
|
||||
"foot": false,
|
||||
|
||||
Reference in New Issue
Block a user