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