various changes, fixes, and updates

This commit is contained in:
2025-11-06 12:14:04 +00:00
parent c7f2d44043
commit 15e6dbaa9e
8 changed files with 566 additions and 255 deletions
+75 -11
View File
@@ -2,16 +2,19 @@
"currentThemeName": "dynamic",
"customThemeFile": "",
"matugenScheme": "scheme-fidelity",
"runUserMatugenTemplates": true,
"matugenTargetMonitor": "",
"dankBarTransparency": 0,
"dankBarWidgetTransparency": 1,
"popupTransparency": 1,
"dockTransparency": 1,
"use24HourClock": true,
"showSeconds": false,
"useFahrenheit": false,
"nightModeEnabled": false,
"weatherLocation": "Dublin, Leinster",
"weatherCoordinates": "53.3493795,-6.2605593",
"useAutoLocation": false,
"useAutoLocation": true,
"weatherEnabled": true,
"showLauncherButton": true,
"showWorkspaceSwitcher": true,
@@ -76,22 +79,29 @@
}
],
"showWorkspaceIndex": false,
"workspaceScrolling": false,
"showWorkspacePadding": false,
"showWorkspaceApps": false,
"maxWorkspaceIcons": 3,
"workspacesPerMonitor": true,
"workspacesPerMonitor": false,
"dwlShowAllTags": false,
"workspaceNameIcons": {},
"waveProgressEnabled": true,
"clockCompactMode": false,
"focusedWindowCompactMode": false,
"runningAppsCompactMode": true,
"keyboardLayoutNameCompactMode": true,
"runningAppsCurrentWorkspace": true,
"runningAppsGroupByApp": false,
"clockDateFormat": "",
"lockDateFormat": "",
"mediaSize": 1,
"dankBarLeftWidgets": [
"launcherButton",
"workspaceSwitcher",
{
"id": "workspaceSwitcher",
"enabled": true
},
"focusedWindow"
],
"dankBarCenterWidgets": [
@@ -109,24 +119,36 @@
],
"appLauncherViewMode": "list",
"spotlightModalViewMode": "grid",
"networkPreference": "auto",
"sortAppsAlphabetically": false,
"networkPreference": "wifi",
"vpnLastConnected": "",
"iconTheme": "System Default",
"useOSLogo": false,
"osLogoColorOverride": "",
"osLogoBrightness": 0.5,
"osLogoContrast": 1,
"launcherLogoMode": "compositor",
"launcherLogoCustomPath": "",
"launcherLogoColorOverride": "surface",
"launcherLogoColorInvertOnMode": false,
"launcherLogoBrightness": 0.44,
"launcherLogoContrast": 1,
"launcherLogoSizeOffset": 0,
"fontFamily": "FiraCode Nerd Font Med",
"monoFontFamily": "Fira Code",
"fontWeight": 400,
"fontScale": 1,
"dankBarFontScale": 1,
"notepadUseMonospace": true,
"notepadFontFamily": "",
"notepadFontSize": 14,
"notepadShowLineNumbers": true,
"notepadTransparencyOverride": -1,
"notepadLastCustomTransparency": 0.7,
"soundsEnabled": true,
"useSystemSoundTheme": false,
"soundNewNotification": true,
"soundVolumeChanged": true,
"soundPluggedIn": true,
"gtkThemingEnabled": false,
"qtThemingEnabled": false,
"syncModeWithPortal": true,
"showDock": false,
"dockAutoHide": false,
"dockGroupByApp": false,
@@ -134,6 +156,8 @@
"dockPosition": 1,
"dockSpacing": 4,
"dockBottomGap": 0,
"dockIconSize": 40,
"dockIndicatorStyle": "circle",
"cornerRadius": 10,
"notificationOverlayEnabled": false,
"dankBarAutoHide": false,
@@ -145,16 +169,56 @@
"dankBarSquareCorners": false,
"dankBarNoBackground": false,
"dankBarGothCornersEnabled": false,
"dankBarBorderEnabled": false,
"dankBarBorderColor": "surfaceText",
"dankBarBorderOpacity": 1,
"dankBarBorderThickness": 1,
"popupGapsAuto": true,
"popupGapsManual": 4,
"dankBarPosition": 0,
"lockScreenShowPowerActions": true,
"enableFprint": false,
"maxFprintTries": 3,
"hideBrightnessSlider": false,
"widgetBackgroundColor": "sch",
"surfaceBase": "s",
"wallpaperFillMode": "Fill",
"blurredWallpaperLayer": false,
"blurWallpaperOnOverview": false,
"notificationTimeoutLow": 5000,
"notificationTimeoutNormal": 5000,
"notificationTimeoutCritical": 0,
"notificationPopupPosition": 0,
"screenPreferences": {},
"pluginSettings": {},
"animationSpeed": 2
"osdAlwaysShowValue": false,
"powerActionConfirm": true,
"customPowerActionLock": "",
"customPowerActionLogout": "",
"customPowerActionSuspend": "",
"customPowerActionHibernate": "",
"customPowerActionReboot": "",
"customPowerActionPowerOff": "",
"updaterUseCustomCommand": false,
"updaterCustomCommand": "",
"updaterTerminalAdditionalParams": "",
"screenPreferences": {
"dankBar": [
"all"
]
},
"showOnLastDisplay": {},
"animationSpeed": 2,
"customAnimationDuration": 500,
"acMonitorTimeout": 600,
"acLockTimeout": 300,
"acSuspendTimeout": 900,
"acHibernateTimeout": 900,
"batteryMonitorTimeout": 0,
"batteryLockTimeout": 0,
"batterySuspendTimeout": 0,
"batteryHibernateTimeout": 0,
"lockBeforeSuspend": true,
"loginctlLockIntegration": true,
"launchPrefix": "",
"brightnessDevicePins": {},
"configVersion": 1
}