From 7024be866f195b180c0f1a1564d6de0e43b88c71 Mon Sep 17 00:00:00 2001 From: "Mariano Z." Date: Thu, 27 Nov 2025 15:56:19 -0300 Subject: [PATCH] chore: damn --- .../DankMaterialShell/plugin_settings.json | 33 ++ .../.config/DankMaterialShell/settings.json | 321 ++++++++++++++++++ 2 files changed, 354 insertions(+) create mode 100644 DankMaterialShell/.config/DankMaterialShell/plugin_settings.json create mode 100644 DankMaterialShell/.config/DankMaterialShell/settings.json diff --git a/DankMaterialShell/.config/DankMaterialShell/plugin_settings.json b/DankMaterialShell/.config/DankMaterialShell/plugin_settings.json new file mode 100644 index 0000000..1d29e7d --- /dev/null +++ b/DankMaterialShell/.config/DankMaterialShell/plugin_settings.json @@ -0,0 +1,33 @@ +{ + "dankBatteryAlerts": { + "enabled": true + }, + "easyEffects": { + "enabled": false + }, + "grimblast": { + "enabled": false + }, + "wallpaperBing": { + "enabled": false + }, + "wallpaperDiscovery": { + "enabled": false + }, + "wallpaperShufflerPlugin": { + "enabled": true + }, + "worldClock": { + "enabled": true, + "timezones": [ + { + "timezone": "America/New_York", + "label": "NYC" + }, + { + "timezone": "America/Montevideo", + "label": "MVD" + } + ] + } +} \ No newline at end of file diff --git a/DankMaterialShell/.config/DankMaterialShell/settings.json b/DankMaterialShell/.config/DankMaterialShell/settings.json new file mode 100644 index 0000000..79f053d --- /dev/null +++ b/DankMaterialShell/.config/DankMaterialShell/settings.json @@ -0,0 +1,321 @@ +{ + "currentThemeName": "purple", + "customThemeFile": "/home/mzunino/Downloads/everforest.json", + "matugenScheme": "scheme-neutral", + "runUserMatugenTemplates": false, + "matugenTargetMonitor": "", + "popupTransparency": 1, + "dockTransparency": 1, + "widgetBackgroundColor": "sc", + "widgetColorMode": "default", + "cornerRadius": 12, + "use24HourClock": true, + "showSeconds": true, + "useFahrenheit": false, + "nightModeEnabled": false, + "animationSpeed": 1, + "customAnimationDuration": 500, + "wallpaperFillMode": "Fill", + "blurredWallpaperLayer": true, + "blurWallpaperOnOverview": true, + "showLauncherButton": false, + "showWorkspaceSwitcher": true, + "showFocusedWindow": true, + "showWeather": true, + "showMusic": true, + "showClipboard": true, + "showCpuUsage": true, + "showMemUsage": true, + "showCpuTemp": true, + "showGpuTemp": true, + "selectedGpuIndex": 0, + "enabledGpuPciIds": [], + "showSystemTray": true, + "showClock": true, + "showNotificationButton": true, + "showBattery": true, + "showControlCenterButton": true, + "showCapsLockIndicator": true, + "controlCenterShowNetworkIcon": true, + "controlCenterShowBluetoothIcon": true, + "controlCenterShowAudioIcon": true, + "controlCenterShowVpnIcon": false, + "controlCenterShowBrightnessIcon": false, + "controlCenterShowMicIcon": true, + "controlCenterShowBatteryIcon": false, + "controlCenterShowPrinterIcon": false, + "showPrivacyButton": true, + "privacyShowMicIcon": false, + "privacyShowCameraIcon": false, + "privacyShowScreenShareIcon": false, + "controlCenterWidgets": [ + { + "id": "volumeSlider", + "enabled": true, + "width": 50 + }, + { + "id": "brightnessSlider", + "enabled": true, + "width": 50 + }, + { + "id": "wifi", + "enabled": true, + "width": 50 + }, + { + "id": "bluetooth", + "enabled": true, + "width": 50 + }, + { + "id": "audioOutput", + "enabled": true, + "width": 50 + }, + { + "id": "audioInput", + "enabled": true, + "width": 50 + }, + { + "id": "nightMode", + "enabled": true, + "width": 50 + }, + { + "id": "darkMode", + "enabled": true, + "width": 50 + } + ], + "showWorkspaceIndex": true, + "showWorkspacePadding": false, + "workspaceScrolling": false, + "showWorkspaceApps": false, + "maxWorkspaceIcons": 3, + "workspacesPerMonitor": true, + "showOccupiedWorkspacesOnly": true, + "dwlShowAllTags": false, + "workspaceNameIcons": { + "Work": { + "type": "icon", + "value": "work" + }, + "Web": { + "type": "icon", + "value": "celebration" + }, + "Dev": { + "type": "icon", + "value": "terminal" + }, + "Social": { + "type": "icon", + "value": "group" + } + }, + "waveProgressEnabled": true, + "clockCompactMode": false, + "focusedWindowCompactMode": false, + "runningAppsCompactMode": true, + "keyboardLayoutNameCompactMode": false, + "runningAppsCurrentWorkspace": true, + "runningAppsGroupByApp": false, + "clockDateFormat": "", + "lockDateFormat": "", + "mediaSize": 1, + "appLauncherViewMode": "list", + "spotlightModalViewMode": "list", + "sortAppsAlphabetically": false, + "appLauncherGridColumns": 4, + "spotlightCloseNiriOverview": false, + "weatherLocation": "Montevideo", + "weatherCoordinates": "-34.9058916,-56.1913095", + "useAutoLocation": false, + "weatherEnabled": true, + "networkPreference": "auto", + "vpnLastConnected": "", + "iconTheme": "System Default", + "launcherLogoMode": "compositor", + "launcherLogoCustomPath": "", + "launcherLogoColorOverride": "", + "launcherLogoColorInvertOnMode": false, + "launcherLogoBrightness": 0.5, + "launcherLogoContrast": 1, + "launcherLogoSizeOffset": 0, + "fontFamily": "Inter Variable", + "monoFontFamily": "Fira Code", + "fontWeight": 400, + "fontScale": 1, + "notepadUseMonospace": true, + "notepadFontFamily": "", + "notepadFontSize": 14, + "notepadShowLineNumbers": false, + "notepadTransparencyOverride": -1, + "notepadLastCustomTransparency": 0.7, + "soundsEnabled": true, + "useSystemSoundTheme": false, + "soundNewNotification": true, + "soundVolumeChanged": true, + "soundPluggedIn": true, + "acMonitorTimeout": 0, + "acLockTimeout": 0, + "acSuspendTimeout": 0, + "acSuspendBehavior": 0, + "batteryMonitorTimeout": 0, + "batteryLockTimeout": 0, + "batterySuspendTimeout": 0, + "batterySuspendBehavior": 0, + "lockBeforeSuspend": false, + "preventIdleForMedia": false, + "loginctlLockIntegration": true, + "fadeToLockEnabled": false, + "fadeToLockGracePeriod": 5, + "launchPrefix": "", + "brightnessDevicePins": {}, + "wifiNetworkPins": {}, + "bluetoothDevicePins": {}, + "audioInputDevicePins": {}, + "audioOutputDevicePins": { + "preferredOutput": "easyeffects_sink" + }, + "gtkThemingEnabled": false, + "qtThemingEnabled": false, + "syncModeWithPortal": true, + "terminalsAlwaysDark": false, + "showDock": false, + "dockAutoHide": false, + "dockGroupByApp": false, + "dockOpenOnOverview": false, + "dockPosition": 3, + "dockSpacing": 4, + "dockBottomGap": 0, + "dockMargin": 0, + "dockIconSize": 40, + "dockIndicatorStyle": "circle", + "notificationOverlayEnabled": false, + "modalDarkenBackground": false, + "lockScreenShowPowerActions": true, + "enableFprint": false, + "maxFprintTries": 3, + "hideBrightnessSlider": false, + "notificationTimeoutLow": 5000, + "notificationTimeoutNormal": 5000, + "notificationTimeoutCritical": 0, + "notificationPopupPosition": 0, + "osdAlwaysShowValue": true, + "osdPosition": 5, + "osdVolumeEnabled": true, + "osdMediaVolumeEnabled": true, + "osdBrightnessEnabled": true, + "osdIdleInhibitorEnabled": true, + "osdMicMuteEnabled": true, + "osdCapsLockEnabled": true, + "osdPowerProfileEnabled": false, + "powerActionConfirm": true, + "powerActionHoldDuration": 1, + "powerMenuActions": [ + "reboot", + "logout", + "poweroff", + "lock", + "suspend", + "restart" + ], + "powerMenuDefaultAction": "logout", + "powerMenuGridLayout": false, + "customPowerActionLock": "", + "customPowerActionLogout": "", + "customPowerActionSuspend": "", + "customPowerActionHibernate": "", + "customPowerActionReboot": "", + "customPowerActionPowerOff": "", + "updaterUseCustomCommand": false, + "updaterCustomCommand": "", + "updaterTerminalAdditionalParams": "", + "displayNameMode": "system", + "screenPreferences": { + "dock": ["all"], + "systemTray": ["all"], + "notepad": [] + }, + "showOnLastDisplay": { + "dock": true + }, + "barConfigs": [ + { + "id": "default", + "name": "Main Bar", + "enabled": true, + "position": 0, + "screenPreferences": ["all"], + "showOnLastDisplay": true, + "leftWidgets": [ + { + "id": "workspaceSwitcher", + "enabled": true + }, + { + "id": "focusedWindow", + "enabled": true + } + ], + "centerWidgets": ["music"], + "rightWidgets": [ + { + "id": "cpuUsage", + "enabled": true + }, + { + "id": "notificationButton", + "enabled": true + }, + { + "id": "battery", + "enabled": true + }, + { + "id": "controlCenterButton", + "enabled": true + }, + { + "id": "clock", + "enabled": true + }, + { + "id": "systemTray", + "enabled": true + } + ], + "spacing": 1, + "innerPadding": 0, + "bottomGap": -5, + "transparency": 0, + "widgetTransparency": 1, + "squareCorners": false, + "noBackground": false, + "gothCornersEnabled": false, + "gothCornerRadiusOverride": false, + "gothCornerRadiusValue": 12, + "borderEnabled": false, + "borderColor": "primary", + "borderOpacity": 0.04, + "borderThickness": 8, + "widgetOutlineEnabled": false, + "widgetOutlineColor": "primary", + "widgetOutlineOpacity": 1, + "widgetOutlineThickness": 1, + "fontScale": 1, + "autoHide": false, + "autoHideDelay": 250, + "openOnOverview": true, + "visible": true, + "popupGapsAuto": true, + "popupGapsManual": 4 + } + ], + "configVersion": 2 +} +