This commit is contained in:
2025-12-11 23:04:33 +00:00
parent f506152017
commit d9e33e56b3
2 changed files with 44 additions and 3 deletions
+34 -3
View File
@@ -7,6 +7,7 @@
"popupTransparency": 1,
"dockTransparency": 1,
"widgetBackgroundColor": "sch",
"widgetColorMode": "default",
"cornerRadius": 10,
"use24HourClock": true,
"showSeconds": false,
@@ -34,9 +35,19 @@
"showNotificationButton": true,
"showBattery": true,
"showControlCenterButton": true,
"showCapsLockIndicator": true,
"controlCenterShowNetworkIcon": true,
"controlCenterShowBluetoothIcon": true,
"controlCenterShowAudioIcon": true,
"controlCenterShowVpnIcon": false,
"controlCenterShowBrightnessIcon": false,
"controlCenterShowMicIcon": false,
"controlCenterShowBatteryIcon": false,
"controlCenterShowPrinterIcon": false,
"showPrivacyButton": true,
"privacyShowMicIcon": false,
"privacyShowCameraIcon": false,
"privacyShowScreenShareIcon": false,
"controlCenterWidgets": [
{
"id": "volumeSlider",
@@ -85,6 +96,7 @@
"showWorkspaceApps": true,
"maxWorkspaceIcons": 3,
"workspacesPerMonitor": false,
"showOccupiedWorkspacesOnly": false,
"dwlShowAllTags": false,
"workspaceNameIcons": {},
"waveProgressEnabled": true,
@@ -100,6 +112,8 @@
"appLauncherViewMode": "list",
"spotlightModalViewMode": "grid",
"sortAppsAlphabetically": false,
"appLauncherGridColumns": 4,
"spotlightCloseNiriOverview": true,
"weatherLocation": "Dublin, Leinster",
"weatherCoordinates": "53.3493795,-6.2605593",
"useAutoLocation": true,
@@ -118,7 +132,6 @@
"monoFontFamily": "FiraCode Nerd Font Mono",
"fontWeight": 400,
"fontScale": 1,
"dankBarFontScale": 1,
"notepadUseMonospace": true,
"notepadFontFamily": "",
"notepadFontSize": 14,
@@ -141,11 +154,18 @@
"lockBeforeSuspend": true,
"preventIdleForMedia": true,
"loginctlLockIntegration": true,
"fadeToLockEnabled": false,
"fadeToLockGracePeriod": 5,
"launchPrefix": "",
"brightnessDevicePins": {},
"wifiNetworkPins": {},
"bluetoothDevicePins": {},
"audioInputDevicePins": {},
"audioOutputDevicePins": {},
"gtkThemingEnabled": false,
"qtThemingEnabled": false,
"syncModeWithPortal": true,
"terminalsAlwaysDark": false,
"showDock": false,
"dockAutoHide": false,
"dockGroupByApp": false,
@@ -167,7 +187,16 @@
"notificationTimeoutCritical": 0,
"notificationPopupPosition": 0,
"osdAlwaysShowValue": false,
"osdPosition": 5,
"osdVolumeEnabled": true,
"osdMediaVolumeEnabled": true,
"osdBrightnessEnabled": true,
"osdIdleInhibitorEnabled": true,
"osdMicMuteEnabled": true,
"osdCapsLockEnabled": true,
"osdPowerProfileEnabled": false,
"powerActionConfirm": true,
"powerActionHoldDuration": 1,
"powerMenuActions": [
"reboot",
"logout",
@@ -178,6 +207,7 @@
"hibernate"
],
"powerMenuDefaultAction": "logout",
"powerMenuGridLayout": false,
"customPowerActionLock": "",
"customPowerActionLogout": "",
"customPowerActionSuspend": "",
@@ -187,13 +217,13 @@
"updaterUseCustomCommand": false,
"updaterCustomCommand": "",
"updaterTerminalAdditionalParams": "",
"displayNameMode": "system",
"screenPreferences": {
"dankBar": [
"all"
]
},
"showOnLastDisplay": {},
"configVersion": 2,
"barConfigs": [
{
"id": "default",
@@ -261,5 +291,6 @@
"popupGapsAuto": true,
"popupGapsManual": 4
}
]
],
"configVersion": 2
}