Update
This commit is contained in:
parent
c886f6c7e3
commit
8990d85503
2 changed files with 78 additions and 63 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"currentThemeName": "dynamic",
|
||||
"customThemeFile": "",
|
||||
"topBarTransparency": 0.75,
|
||||
"topBarWidgetTransparency": 0.85,
|
||||
"matugenScheme": "scheme-tonal-spot",
|
||||
"dankBarTransparency": 0.75,
|
||||
"dankBarWidgetTransparency": 0.85,
|
||||
"popupTransparency": 0.92,
|
||||
"dockTransparency": 1,
|
||||
"use24HourClock": true,
|
||||
|
|
@ -105,7 +106,7 @@
|
|||
"clockDateFormat": "ddd d",
|
||||
"lockDateFormat": "dddd, MMMM d",
|
||||
"mediaSize": 0,
|
||||
"topBarLeftWidgets": [
|
||||
"dankBarLeftWidgets": [
|
||||
"launcherButton",
|
||||
"advancedWorkspaceSwitcher",
|
||||
{
|
||||
|
|
@ -113,7 +114,7 @@
|
|||
"enabled": true
|
||||
}
|
||||
],
|
||||
"topBarCenterWidgets": [
|
||||
"dankBarCenterWidgets": [
|
||||
{
|
||||
"id": "music",
|
||||
"enabled": true
|
||||
|
|
@ -127,7 +128,7 @@
|
|||
"enabled": true
|
||||
}
|
||||
],
|
||||
"topBarRightWidgets": [
|
||||
"dankBarRightWidgets": [
|
||||
{
|
||||
"id": "systemTray",
|
||||
"enabled": true
|
||||
|
|
@ -161,14 +162,18 @@
|
|||
"spotlightModalViewMode": "list",
|
||||
"networkPreference": "auto",
|
||||
"iconTheme": "System Default",
|
||||
"useOSLogo": true,
|
||||
"osLogoColorOverride": "",
|
||||
"osLogoBrightness": 0.5,
|
||||
"osLogoContrast": 1,
|
||||
"launcherLogoMode": "os",
|
||||
"launcherLogoCustomPath": "",
|
||||
"launcherLogoColorOverride": "primary",
|
||||
"launcherLogoColorInvertOnMode": false,
|
||||
"launcherLogoBrightness": 0.5,
|
||||
"launcherLogoContrast": 1,
|
||||
"launcherLogoSizeOffset": 0,
|
||||
"fontFamily": "Inter Variable",
|
||||
"monoFontFamily": "Fira Code",
|
||||
"fontWeight": 400,
|
||||
"fontScale": 1,
|
||||
"dankBarFontScale": 1,
|
||||
"notepadUseMonospace": true,
|
||||
"notepadFontFamily": "",
|
||||
"notepadFontSize": 14,
|
||||
|
|
@ -180,23 +185,32 @@
|
|||
"showDock": false,
|
||||
"dockAutoHide": false,
|
||||
"dockGroupByApp": false,
|
||||
"dockOpenOnOverview": false,
|
||||
"dockPosition": 1,
|
||||
"dockSpacing": 4,
|
||||
"dockBottomGap": 0,
|
||||
"cornerRadius": 12,
|
||||
"notificationOverlayEnabled": false,
|
||||
"topBarAutoHide": false,
|
||||
"topBarOpenOnOverview": true,
|
||||
"topBarVisible": true,
|
||||
"topBarSpacing": 4,
|
||||
"topBarBottomGap": 0,
|
||||
"topBarInnerPadding": 8,
|
||||
"topBarSquareCorners": false,
|
||||
"topBarNoBackground": false,
|
||||
"topBarGothCornersEnabled": false,
|
||||
"dankBarAutoHide": false,
|
||||
"dankBarOpenOnOverview": true,
|
||||
"dankBarVisible": true,
|
||||
"dankBarSpacing": 4,
|
||||
"dankBarBottomGap": 0,
|
||||
"dankBarInnerPadding": 8,
|
||||
"dankBarSquareCorners": false,
|
||||
"dankBarNoBackground": false,
|
||||
"dankBarGothCornersEnabled": false,
|
||||
"dankBarBorderEnabled": false,
|
||||
"dankBarPosition": 0,
|
||||
"lockScreenShowPowerActions": true,
|
||||
"hideBrightnessSlider": false,
|
||||
"widgetBackgroundColor": "sth",
|
||||
"surfaceBase": "s",
|
||||
"notificationTimeoutLow": 5000,
|
||||
"notificationTimeoutNormal": 5000,
|
||||
"notificationTimeoutCritical": 0,
|
||||
"notificationPopupPosition": 0,
|
||||
"osdAlwaysShowValue": false,
|
||||
"screenPreferences": {
|
||||
"notifications": [
|
||||
"all"
|
||||
|
|
@ -204,5 +218,6 @@
|
|||
"toast": [
|
||||
"all"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"animationSpeed": 2
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue