diff --git a/configs/dms-darp8/settings.json b/configs/dms-darp8/settings.json index 0dee0f0..48e8c5d 100644 --- a/configs/dms-darp8/settings.json +++ b/configs/dms-darp8/settings.json @@ -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 } \ No newline at end of file diff --git a/hosts/darp8/file.nix b/hosts/darp8/file.nix index f892883..f725bd5 100644 --- a/hosts/darp8/file.nix +++ b/hosts/darp8/file.nix @@ -27,6 +27,16 @@ in outOfStoreSymlink = true; recursive = false; }; + ".config/hypr/monitors.conf" = { + source = ../../configs/hypr-darp8/monitors.conf; + outOfStoreSymlink = true; + recursive = false; + }; + ".config/hypr/workspaces.conf" = { + source = ../../configs/hypr-darp8/workspaces.conf; + outOfStoreSymlink = true; + recursive = false; + }; ".config/DankMaterialShell" = { source = ../../configs/dms-darp8; outOfStoreSymlink = true;