Shared config working on desktop
This commit is contained in:
@@ -9,14 +9,13 @@
|
||||
"popupTransparency": 1,
|
||||
"dockTransparency": 1,
|
||||
"widgetBackgroundColor": "sch",
|
||||
"surfaceBase": "s",
|
||||
"cornerRadius": 10,
|
||||
"use24HourClock": true,
|
||||
"showSeconds": false,
|
||||
"useFahrenheit": false,
|
||||
"nightModeEnabled": false,
|
||||
"animationSpeed": 2,
|
||||
"customAnimationDuration": 500,
|
||||
"animationSpeed": 4,
|
||||
"customAnimationDuration": 350,
|
||||
"wallpaperFillMode": "Fill",
|
||||
"blurredWallpaperLayer": false,
|
||||
"blurWallpaperOnOverview": false,
|
||||
@@ -75,9 +74,9 @@
|
||||
"showWorkspaceIndex": false,
|
||||
"showWorkspacePadding": false,
|
||||
"workspaceScrolling": false,
|
||||
"showWorkspaceApps": false,
|
||||
"showWorkspaceApps": true,
|
||||
"maxWorkspaceIcons": 3,
|
||||
"workspacesPerMonitor": true,
|
||||
"workspacesPerMonitor": false,
|
||||
"dwlShowAllTags": false,
|
||||
"workspaceNameIcons": {},
|
||||
"waveProgressEnabled": true,
|
||||
@@ -125,14 +124,14 @@
|
||||
"networkPreference": "auto",
|
||||
"vpnLastConnected": "",
|
||||
"iconTheme": "System Default",
|
||||
"launcherLogoMode": "apps",
|
||||
"launcherLogoMode": "compositor",
|
||||
"launcherLogoCustomPath": "",
|
||||
"launcherLogoColorOverride": "",
|
||||
"launcherLogoColorOverride": "surface",
|
||||
"launcherLogoColorInvertOnMode": false,
|
||||
"launcherLogoBrightness": 0.5,
|
||||
"launcherLogoContrast": 1,
|
||||
"launcherLogoSizeOffset": 0,
|
||||
"fontFamily": "FiraCode Nerd Font Med",
|
||||
"fontFamily": "DejaVu Serif Condensed",
|
||||
"monoFontFamily": "Kelmscott Mono",
|
||||
"fontWeight": 400,
|
||||
"fontScale": 1,
|
||||
@@ -157,6 +156,7 @@
|
||||
"batterySuspendTimeout": 0,
|
||||
"batterySuspendBehavior": 0,
|
||||
"lockBeforeSuspend": true,
|
||||
"preventIdleForMedia": true,
|
||||
"loginctlLockIntegration": true,
|
||||
"launchPrefix": "",
|
||||
"brightnessDevicePins": {},
|
||||
@@ -170,6 +170,7 @@
|
||||
"dockPosition": 1,
|
||||
"dockSpacing": 4,
|
||||
"dockBottomGap": 0,
|
||||
"dockMargin": 0,
|
||||
"dockIconSize": 40,
|
||||
"dockIndicatorStyle": "circle",
|
||||
"notificationOverlayEnabled": false,
|
||||
@@ -183,6 +184,8 @@
|
||||
"dankBarSquareCorners": false,
|
||||
"dankBarNoBackground": false,
|
||||
"dankBarGothCornersEnabled": false,
|
||||
"dankBarGothCornerRadiusOverride": false,
|
||||
"dankBarGothCornerRadiusValue": 12,
|
||||
"dankBarBorderEnabled": false,
|
||||
"dankBarBorderColor": "surfaceText",
|
||||
"dankBarBorderOpacity": 1,
|
||||
@@ -200,6 +203,15 @@
|
||||
"notificationPopupPosition": 0,
|
||||
"osdAlwaysShowValue": false,
|
||||
"powerActionConfirm": true,
|
||||
"powerMenuActions": [
|
||||
"reboot",
|
||||
"logout",
|
||||
"poweroff",
|
||||
"lock",
|
||||
"suspend",
|
||||
"restart"
|
||||
],
|
||||
"powerMenuDefaultAction": "logout",
|
||||
"customPowerActionLock": "",
|
||||
"customPowerActionLogout": "",
|
||||
"customPowerActionSuspend": "",
|
||||
@@ -226,6 +238,8 @@
|
||||
"DP-1"
|
||||
]
|
||||
},
|
||||
"showOnLastDisplay": {},
|
||||
"showOnLastDisplay": {
|
||||
"dankBar": false
|
||||
},
|
||||
"configVersion": 1
|
||||
}
|
||||
Reference in New Issue
Block a user