This commit is contained in:
2026-01-31 16:48:30 +00:00
parent 90fe47f127
commit 8c9f969b33
5 changed files with 240 additions and 162 deletions
+113 -14
View File
@@ -1,6 +1,8 @@
{
"currentThemeName": "dynamic",
"currentThemeCategory": "generic",
"customThemeFile": "",
"registryThemeVariants": {},
"matugenScheme": "scheme-fidelity",
"runUserMatugenTemplates": true,
"matugenTargetMonitor": "",
@@ -9,6 +11,15 @@
"widgetBackgroundColor": "sch",
"widgetColorMode": "colorful",
"cornerRadius": 10,
"niriLayoutGapsOverride": -1,
"niriLayoutRadiusOverride": -1,
"niriLayoutBorderSize": -1,
"hyprlandLayoutGapsOverride": -1,
"hyprlandLayoutRadiusOverride": -1,
"hyprlandLayoutBorderSize": -1,
"mangoLayoutGapsOverride": -1,
"mangoLayoutRadiusOverride": -1,
"mangoLayoutBorderSize": -1,
"use24HourClock": true,
"showSeconds": false,
"useFahrenheit": false,
@@ -39,11 +50,15 @@
"controlCenterShowNetworkIcon": true,
"controlCenterShowBluetoothIcon": true,
"controlCenterShowAudioIcon": true,
"controlCenterShowAudioPercent": false,
"controlCenterShowVpnIcon": false,
"controlCenterShowBrightnessIcon": false,
"controlCenterShowBrightnessPercent": false,
"controlCenterShowMicIcon": false,
"controlCenterShowMicPercent": false,
"controlCenterShowBatteryIcon": false,
"controlCenterShowPrinterIcon": false,
"controlCenterShowScreenSharingIcon": true,
"showPrivacyButton": true,
"privacyShowMicIcon": false,
"privacyShowCameraIcon": false,
@@ -91,23 +106,61 @@
}
],
"showWorkspaceIndex": false,
"showWorkspaceName": false,
"showWorkspacePadding": false,
"workspaceScrolling": false,
"showWorkspaceApps": true,
"maxWorkspaceIcons": 3,
"workspacesPerMonitor": false,
"groupWorkspaceApps": true,
"workspaceFollowFocus": false,
"showOccupiedWorkspacesOnly": false,
"reverseScrolling": false,
"dwlShowAllTags": false,
"workspaceColorMode": "default",
"workspaceOccupiedColorMode": "none",
"workspaceUnfocusedColorMode": "default",
"workspaceUrgentColorMode": "default",
"workspaceFocusedBorderEnabled": false,
"workspaceFocusedBorderColor": "primary",
"workspaceFocusedBorderThickness": 2,
"workspaceNameIcons": {},
"waveProgressEnabled": true,
"scrollTitleEnabled": true,
"audioVisualizerEnabled": true,
"audioScrollMode": "volume",
"clockCompactMode": false,
"focusedWindowCompactMode": false,
"runningAppsCompactMode": true,
"keyboardLayoutNameCompactMode": true,
"runningAppsCurrentWorkspace": true,
"runningAppsGroupByApp": false,
"appIdSubstitutions": [
{
"pattern": "Spotify",
"replacement": "spotify",
"type": "exact"
},
{
"pattern": "beepertexts",
"replacement": "beeper",
"type": "exact"
},
{
"pattern": "home assistant desktop",
"replacement": "homeassistant-desktop",
"type": "exact"
},
{
"pattern": "com.transmissionbt.transmission",
"replacement": "transmission-gtk",
"type": "contains"
},
{
"pattern": "^steam_app_(\\d+)$",
"replacement": "steam_icon_$1",
"type": "regex"
}
],
"centeringMode": "index",
"clockDateFormat": "",
"lockDateFormat": "",
@@ -118,13 +171,27 @@
"appLauncherGridColumns": 4,
"spotlightCloseNiriOverview": true,
"niriOverviewOverlayEnabled": true,
"weatherLocation": "Dublin, Leinster",
"weatherCoordinates": "53.3493795,-6.2605593",
"useAutoLocation": true,
"weatherEnabled": true,
"networkPreference": "wifi",
"vpnLastConnected": "",
"iconTheme": "System Default",
"cursorSettings": {
"theme": "System Default",
"size": 24,
"niri": {
"hideWhenTyping": false,
"hideAfterInactiveMs": 0
},
"hyprland": {
"hideOnKeyPress": false,
"hideOnTouch": false,
"inactiveTimeout": 0
},
"dwl": {
"cursorHideTimeout": 0
}
},
"launcherLogoMode": "compositor",
"launcherLogoCustomPath": "",
"launcherLogoColorOverride": "surface",
@@ -132,9 +199,9 @@
"launcherLogoBrightness": 0.44,
"launcherLogoContrast": 1,
"launcherLogoSizeOffset": 0,
"fontFamily": "DejaVu Serif Condensed",
"monoFontFamily": "FiraCode Nerd Font Mono",
"fontWeight": 400,
"fontFamily": "Liberation Serif",
"monoFontFamily": "Mplus Code 60 Medium",
"fontWeight": 500,
"fontScale": 1,
"notepadUseMonospace": true,
"notepadFontFamily": "",
@@ -157,10 +224,13 @@
"batterySuspendTimeout": 1200,
"batterySuspendBehavior": 2,
"batteryProfileName": "",
"batteryChargeLimit": 100,
"lockBeforeSuspend": true,
"loginctlLockIntegration": true,
"fadeToLockEnabled": true,
"fadeToLockGracePeriod": 5,
"fadeToDpmsEnabled": true,
"fadeToDpmsGracePeriod": 5,
"launchPrefix": "",
"brightnessDevicePins": {},
"wifiNetworkPins": {},
@@ -174,21 +244,27 @@
"runDmsMatugenTemplates": true,
"matugenTemplateGtk": true,
"matugenTemplateNiri": true,
"matugenTemplateHyprland": true,
"matugenTemplateMangowc": true,
"matugenTemplateQt5ct": true,
"matugenTemplateQt6ct": true,
"matugenTemplateFirefox": true,
"matugenTemplatePywalfox": true,
"matugenTemplateZenBrowser": true,
"matugenTemplateVesktop": true,
"matugenTemplateEquibop": true,
"matugenTemplateGhostty": true,
"matugenTemplateKitty": true,
"matugenTemplateFoot": true,
"matugenTemplateAlacritty": true,
"matugenTemplateNeovim": true,
"matugenTemplateWezterm": true,
"matugenTemplateDgop": true,
"matugenTemplateKcolorscheme": true,
"matugenTemplateVscode": true,
"showDock": false,
"dockAutoHide": false,
"dockSmartAutoHide": false,
"dockGroupByApp": false,
"dockOpenOnOverview": false,
"dockPosition": 1,
@@ -201,6 +277,7 @@
"dockBorderColor": "surfaceText",
"dockBorderOpacity": 1,
"dockBorderThickness": 1,
"dockIsolateDisplays": false,
"notificationOverlayEnabled": false,
"modalDarkenBackground": true,
"lockScreenShowPowerActions": true,
@@ -209,15 +286,24 @@
"lockScreenShowDate": true,
"lockScreenShowProfileImage": true,
"lockScreenShowPasswordField": true,
"lockScreenPowerOffMonitorsOnLock": false,
"enableFprint": false,
"maxFprintTries": 3,
"lockScreenActiveMonitor": "all",
"lockScreenInactiveColor": "#000000",
"lockScreenNotificationMode": 0,
"hideBrightnessSlider": false,
"notificationTimeoutLow": 5000,
"notificationTimeoutNormal": 5000,
"notificationTimeoutCritical": 0,
"notificationCompactMode": false,
"notificationPopupPosition": 0,
"notificationHistoryEnabled": true,
"notificationHistoryMaxCount": 50,
"notificationHistoryMaxAgeDays": 7,
"notificationHistorySaveLow": true,
"notificationHistorySaveNormal": true,
"notificationHistorySaveCritical": true,
"osdAlwaysShowValue": false,
"osdPosition": 5,
"osdVolumeEnabled": true,
@@ -236,11 +322,10 @@
"poweroff",
"lock",
"suspend",
"restart",
"hibernate"
],
"powerMenuDefaultAction": "logout",
"powerMenuGridLayout": false,
"powerMenuGridLayout": true,
"customPowerActionLock": "",
"customPowerActionLogout": "",
"customPowerActionSuspend": "",
@@ -261,6 +346,10 @@
"niriOutputSettings": {},
"hyprlandOutputSettings": {
"eDP-1": {
"bitdepth": 10,
"colorManagement": "auto"
},
"DP-1": {
"bitdepth": 10
}
},
@@ -309,11 +398,11 @@
"enabled": true
}
],
"spacing": 3,
"spacing": 1,
"innerPadding": 4,
"bottomGap": 0,
"bottomGap": -6,
"transparency": 0,
"widgetTransparency": 1,
"widgetTransparency": 0.7,
"squareCorners": false,
"noBackground": false,
"gothCornersEnabled": false,
@@ -333,8 +422,9 @@
"maximizeDetection": true,
"widgetOutlineEnabled": true,
"widgetOutlineColor": "primary",
"widgetOutlineOpacity": 0.58,
"widgetOutlineThickness": 1
"widgetOutlineOpacity": 0.59,
"widgetOutlineThickness": 1,
"shadowIntensity": 0
}
],
"desktopClockEnabled": false,
@@ -395,6 +485,7 @@
"systemMonitorTopProcessCount": 3,
"systemMonitorTopProcessSortBy": "cpu",
"systemMonitorGraphInterval": 60,
"systemMonitorLayoutMode": "auto",
"systemMonitorX": -1,
"systemMonitorY": -1,
"systemMonitorWidth": 320,
@@ -411,5 +502,13 @@
}
}
},
"configVersion": 3
"desktopWidgetGridSettings": {},
"desktopWidgetInstances": [],
"desktopWidgetGroups": [],
"builtInPluginSettings": {
"dms_settings_search": {
"trigger": "?"
}
},
"configVersion": 5
}