aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/DankMaterialShell
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/DankMaterialShell')
-rw-r--r--dotfiles/.config/DankMaterialShell/.changelog-1.40
-rw-r--r--dotfiles/.config/DankMaterialShell/.firstlaunch0
-rw-r--r--dotfiles/.config/DankMaterialShell/firefox.css132
-rw-r--r--dotfiles/.config/DankMaterialShell/plugin_settings.json22
-rw-r--r--dotfiles/.config/DankMaterialShell/settings.json887
-rw-r--r--dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json105
6 files changed, 1146 insertions, 0 deletions
diff --git a/dotfiles/.config/DankMaterialShell/.changelog-1.4 b/dotfiles/.config/DankMaterialShell/.changelog-1.4
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/dotfiles/.config/DankMaterialShell/.changelog-1.4
diff --git a/dotfiles/.config/DankMaterialShell/.firstlaunch b/dotfiles/.config/DankMaterialShell/.firstlaunch
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/dotfiles/.config/DankMaterialShell/.firstlaunch
diff --git a/dotfiles/.config/DankMaterialShell/firefox.css b/dotfiles/.config/DankMaterialShell/firefox.css
new file mode 100644
index 0000000..a8efeae
--- /dev/null
+++ b/dotfiles/.config/DankMaterialShell/firefox.css
@@ -0,0 +1,132 @@
+@media -moz-pref("userChrome.theme-material") {
+ :root {
+ --md-sys-color-primary: #006877;
+ --md-sys-color-surface-tint: #006877;
+ --md-sys-color-on-primary: #ffffff;
+ --md-sys-color-primary-container: #a3eeff;
+ --md-sys-color-on-primary-container: #001f25;
+ --md-sys-color-secondary: #4a6268;
+ --md-sys-color-on-secondary: #ffffff;
+ --md-sys-color-secondary-container: #cde7ed;
+ --md-sys-color-on-secondary-container: #051f24;
+ --md-sys-color-tertiary: #545d7e;
+ --md-sys-color-on-tertiary: #ffffff;
+ --md-sys-color-tertiary-container: #dce1ff;
+ --md-sys-color-on-tertiary-container: #111a37;
+ --md-sys-color-error: #ba1a1a;
+ --md-sys-color-on-error: #ffffff;
+ --md-sys-color-error-container: #ffdad6;
+ --md-sys-color-on-error-container: #410002;
+ --md-sys-color-background: #f9f9f9;
+ --md-sys-color-on-background: #1b1b1b;
+ --md-sys-color-surface: #f9f9f9;
+ --md-sys-color-on-surface: #1b1b1b;
+ --md-sys-color-surface-variant: #e2e2e2;
+ --md-sys-color-on-surface-variant: #474747;
+ --md-sys-color-outline: #777777;
+ --md-sys-color-outline-variant: #c6c6c6;
+ --md-sys-color-shadow: #000000;
+ --md-sys-color-scrim: #000000;
+ --md-sys-color-inverse-surface: #303030;
+ --md-sys-color-inverse-on-surface: #f1f1f1;
+ --md-sys-color-inverse-primary: #52d7f0;
+ --md-sys-color-primary-fixed: #a3eeff;
+ --md-sys-color-on-primary-fixed: #001f25;
+ --md-sys-color-primary-fixed-dim: #52d7f0;
+ --md-sys-color-on-primary-fixed-variant: #004e5a;
+ --md-sys-color-secondary-fixed: #cde7ed;
+ --md-sys-color-on-secondary-fixed: #051f24;
+ --md-sys-color-secondary-fixed-dim: #b2cbd1;
+ --md-sys-color-on-secondary-fixed-variant: #334a50;
+ --md-sys-color-tertiary-fixed: #dce1ff;
+ --md-sys-color-on-tertiary-fixed: #111a37;
+ --md-sys-color-tertiary-fixed-dim: #bcc5eb;
+ --md-sys-color-on-tertiary-fixed-variant: #3d4665;
+ --md-sys-color-surface-dim: #dadada;
+ --md-sys-color-surface-bright: #f9f9f9;
+ --md-sys-color-surface-container-lowest: #ffffff;
+ --md-sys-color-surface-container-low: #f3f3f3;
+ --md-sys-color-surface-container: #f9f9f9;
+ --md-sys-color-surface-container-high: #f9f9f9;
+ --md-sys-color-surface-container-highest: #f9f9f9;
+
+ --m3-radius: 12px;
+ --m3-radius-sm: 10px;
+ --m3-elev-0: none;
+ --m3-elev-1: 0 1px 2px rgba(0,0,0,.08), 0 1px 3px rgba(0,0,0,.06);
+ --m3-elev-2: 0 2px 6px rgba(0,0,0,.10), 0 1px 3px rgba(0,0,0,.06);
+
+ --tab-height: 34px;
+ --urlbar-height: 38px;
+
+ --state-hover: color-mix(in srgb, var(--md-sys-color-on-surface) 8%, transparent);
+ --state-press: color-mix(in srgb, var(--md-sys-color-on-surface) 12%, transparent);
+
+ --focus-ring: 0 0 0 2px color-mix(in srgb, var(--md-sys-color-primary) 70%, transparent);
+ }
+}
+
+@media (prefers-color-scheme: dark) {
+ :root {
+ --md-sys-color-primary: #52d7f0;
+ --md-sys-color-surface-tint: #52d7f0;
+ --md-sys-color-on-primary: #00363e;
+ --md-sys-color-primary-container: #004e5a;
+ --md-sys-color-on-primary-container: #a3eeff;
+ --md-sys-color-secondary: #b2cbd1;
+ --md-sys-color-on-secondary: #1c3439;
+ --md-sys-color-secondary-container: #334a50;
+ --md-sys-color-on-secondary-container: #cde7ed;
+ --md-sys-color-tertiary: #bcc5eb;
+ --md-sys-color-on-tertiary: #262f4d;
+ --md-sys-color-tertiary-container: #3d4665;
+ --md-sys-color-on-tertiary-container: #dce1ff;
+ --md-sys-color-error: #ffb4ab;
+ --md-sys-color-on-error: #690005;
+ --md-sys-color-error-container: #93000a;
+ --md-sys-color-on-error-container: #ffdad6;
+ --md-sys-color-background: #131313;
+ --md-sys-color-on-background: #e2e2e2;
+ --md-sys-color-surface: #131313;
+ --md-sys-color-on-surface: #e2e2e2;
+ --md-sys-color-surface-variant: #474747;
+ --md-sys-color-on-surface-variant: #c6c6c6;
+ --md-sys-color-outline: #919191;
+ --md-sys-color-outline-variant: #474747;
+ --md-sys-color-shadow: #000000;
+ --md-sys-color-scrim: #000000;
+ --md-sys-color-inverse-surface: #e2e2e2;
+ --md-sys-color-inverse-on-surface: #303030;
+ --md-sys-color-inverse-primary: #006877;
+ --md-sys-color-primary-fixed: #a3eeff;
+ --md-sys-color-on-primary-fixed: #001f25;
+ --md-sys-color-primary-fixed-dim: #52d7f0;
+ --md-sys-color-on-primary-fixed-variant: #004e5a;
+ --md-sys-color-secondary-fixed: #cde7ed;
+ --md-sys-color-on-secondary-fixed: #051f24;
+ --md-sys-color-secondary-fixed-dim: #b2cbd1;
+ --md-sys-color-on-secondary-fixed-variant: #334a50;
+ --md-sys-color-tertiary-fixed: #dce1ff;
+ --md-sys-color-on-tertiary-fixed: #111a37;
+ --md-sys-color-tertiary-fixed-dim: #bcc5eb;
+ --md-sys-color-on-tertiary-fixed-variant: #3d4665;
+ --md-sys-color-surface-dim: #131313;
+ --md-sys-color-surface-bright: #393939;
+ --md-sys-color-surface-container-lowest: #0e0e0e;
+ --md-sys-color-surface-container-low: #1b1b1b;
+ --md-sys-color-surface-container: #1f1f1f;
+ --md-sys-color-surface-container-high: #2a2a2a;
+ --md-sys-color-surface-container-highest: #353535;
+
+ --m3-elev-1: 0 1px 2px rgba(0,0,0,.50), 0 1px 3px rgba(0,0,0,.35);
+ --m3-elev-2: 0 4px 10px rgba(0,0,0,.55), 0 1px 3px rgba(0,0,0,.35);
+
+ --state-hover: color-mix(in srgb, var(--md-sys-color-on-surface) 6%, transparent);
+ --state-press: color-mix(in srgb, var(--md-sys-color-on-surface) 10%, transparent);
+ }
+}
+
+/* idk if this even works, but the suggestion in the material updated readme bricks symbols no matter how many fallbacks I add */
+:root {
+ font-family: system-ui, "Inter Variable", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
+}
diff --git a/dotfiles/.config/DankMaterialShell/plugin_settings.json b/dotfiles/.config/DankMaterialShell/plugin_settings.json
new file mode 100644
index 0000000..3e14a79
--- /dev/null
+++ b/dotfiles/.config/DankMaterialShell/plugin_settings.json
@@ -0,0 +1,22 @@
+{
+ "powerUsagePlugin": {
+ "enabled": true,
+ "refreshInterval": 2,
+ "selectedPopout": "processList"
+ },
+ "emojiLauncher": {
+ "enabled": true,
+ "recentEmojis": "🎂"
+ },
+ "calculator": {
+ "enabled": true,
+ "trigger": "="
+ },
+ "dankPomodoroTimer": {
+ "enabled": true,
+ "autoStartBreaks": true
+ },
+ "usbManager": {
+ "enabled": false
+ }
+} \ No newline at end of file
diff --git a/dotfiles/.config/DankMaterialShell/settings.json b/dotfiles/.config/DankMaterialShell/settings.json
new file mode 100644
index 0000000..1f36cf5
--- /dev/null
+++ b/dotfiles/.config/DankMaterialShell/settings.json
@@ -0,0 +1,887 @@
+{
+ "currentThemeName": "custom",
+ "currentThemeCategory": "custom",
+ "customThemeFile": "/home/yaroslav/.config/DankMaterialShell/themes/ultramar/theme.json",
+ "registryThemeVariants": {
+ "modus": {
+ "dark": {
+ "flavor": "vivendi",
+ "accent": "blue"
+ }
+ },
+ "amoledBlack": {
+ "dark": {
+ "flavor": "black",
+ "accent": "white"
+ }
+ },
+ "bru": {
+ "dark": {
+ "flavor": "espresso",
+ "accent": "teal"
+ },
+ "light": {
+ "flavor": "latte",
+ "accent": "teal"
+ }
+ },
+ "ultramar": {
+ "dark": {
+ "flavor": "oscuro",
+ "accent": "turquesa"
+ },
+ "light": {
+ "flavor": "claro",
+ "accent": "turquesa"
+ }
+ }
+ },
+ "matugenScheme": "scheme-rainbow",
+ "matugenContrast": 0,
+ "runUserMatugenTemplates": true,
+ "matugenTargetMonitor": "",
+ "popupTransparency": 0.7,
+ "dockTransparency": 1,
+ "widgetBackgroundColor": "sth",
+ "widgetBackgroundCustomColor": "#6750A4",
+ "widgetBackgroundCustomStrength": 0.5,
+ "widgetColorMode": "default",
+ "controlCenterTileColorMode": "primary",
+ "buttonColorMode": "primaryContainer",
+ "cornerRadius": 6,
+ "niriLayoutGapsOverride": 6,
+ "niriLayoutRadiusOverride": 1,
+ "niriLayoutBorderSize": 3,
+ "hyprlandLayoutGapsOverride": -1,
+ "hyprlandLayoutGapsOutOverride": -1,
+ "hyprlandLayoutRadiusOverride": -1,
+ "hyprlandLayoutBorderSize": -1,
+ "hyprlandResizeOnBorder": false,
+ "mangoLayoutGapsOverride": -1,
+ "mangoLayoutGapsOutOverride": -1,
+ "mangoLayoutRadiusOverride": -1,
+ "mangoLayoutBorderSize": -1,
+ "mangoTrackpadNaturalScrolling": true,
+ "firstDayOfWeek": -1,
+ "showWeekNumber": false,
+ "calendarBackend": "auto",
+ "clockFormat": "24h",
+ "showSeconds": true,
+ "padHours12Hour": false,
+ "useFahrenheit": false,
+ "windSpeedUnit": "kmh",
+ "nightModeEnabled": false,
+ "animationSpeed": 4,
+ "customAnimationDuration": 148,
+ "syncComponentAnimationSpeeds": false,
+ "popoutAnimationSpeed": 4,
+ "popoutCustomAnimationDuration": 120,
+ "modalAnimationSpeed": 1,
+ "modalCustomAnimationDuration": 150,
+ "enableRippleEffects": true,
+ "animationVariant": 0,
+ "motionEffect": 1,
+ "m3ElevationEnabled": true,
+ "m3ElevationIntensity": 12,
+ "m3ElevationOpacity": 30,
+ "m3ElevationColorMode": "default",
+ "m3ElevationLightDirection": "top",
+ "m3ElevationCustomColor": "#000000",
+ "modalElevationEnabled": true,
+ "popoutElevationEnabled": true,
+ "barElevationEnabled": false,
+ "blurEnabled": true,
+ "blurForegroundLayers": true,
+ "blurLayerOutlineOpacity": 0.4,
+ "blurBorderEnabled": true,
+ "blurBorderColor": "outline",
+ "blurBorderCustomColor": "#ffffff",
+ "blurBorderOpacity": 0.6,
+ "wallpaperFillMode": "Fill",
+ "blurredWallpaperLayer": true,
+ "blurWallpaperOnOverview": false,
+ "wallpaperBackgroundColorMode": "black",
+ "wallpaperBackgroundCustomColor": "#000000",
+ "showLauncherButton": true,
+ "showWorkspaceSwitcher": true,
+ "showFocusedWindow": true,
+ "showWeather": true,
+ "showMusic": true,
+ "showClipboard": true,
+ "showCpuUsage": true,
+ "showMemUsage": true,
+ "showCpuTemp": true,
+ "showGpuTemp": true,
+ "selectedGpuIndex": 0,
+ "enabledGpuPciIds": [],
+ "showSystemTray": true,
+ "systemTrayIconTintMode": "none",
+ "systemTrayIconTintSaturation": 50,
+ "systemTrayIconTintStrength": 135,
+ "showClock": true,
+ "showNotificationButton": true,
+ "showBattery": true,
+ "showBatteryPercent": true,
+ "showBatteryPercentOnlyOnBattery": false,
+ "showBatteryTime": false,
+ "showBatteryTimeOnlyOnBattery": false,
+ "batteryPillStyle": false,
+ "batteryPillPercentSign": false,
+ "showControlCenterButton": true,
+ "showCapsLockIndicator": true,
+ "controlCenterShowNetworkIcon": true,
+ "controlCenterShowBluetoothIcon": true,
+ "controlCenterShowAudioIcon": true,
+ "controlCenterShowAudioPercent": false,
+ "controlCenterShowVpnIcon": true,
+ "controlCenterShowBrightnessIcon": false,
+ "controlCenterShowBrightnessPercent": false,
+ "controlCenterShowMicIcon": false,
+ "controlCenterShowMicPercent": true,
+ "controlCenterShowBatteryIcon": false,
+ "controlCenterShowPrinterIcon": false,
+ "controlCenterShowScreenSharingIcon": true,
+ "controlCenterShowIdleInhibitorIcon": false,
+ "controlCenterShowDoNotDisturbIcon": 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": "builtin_vpn",
+ "enabled": true,
+ "width": 50
+ },
+ {
+ "id": "bluetooth",
+ "enabled": true,
+ "width": 50
+ },
+ {
+ "id": "nightMode",
+ "enabled": true,
+ "width": 25
+ },
+ {
+ "id": "darkMode",
+ "enabled": true,
+ "width": 25
+ },
+ {
+ "id": "audioOutput",
+ "enabled": true,
+ "width": 50
+ },
+ {
+ "id": "audioInput",
+ "enabled": true,
+ "width": 50
+ },
+ {
+ "id": "diskUsage",
+ "enabled": true,
+ "width": 50,
+ "instanceId": "morbslj4y4y10hed2bj",
+ "mountPath": "/"
+ },
+ {
+ "id": "colorPicker",
+ "enabled": true,
+ "width": 50
+ }
+ ],
+ "showWorkspaceIndex": true,
+ "showWorkspaceName": false,
+ "showWorkspacePadding": true,
+ "workspaceScrolling": false,
+ "showWorkspaceApps": false,
+ "workspaceDragReorder": true,
+ "maxWorkspaceIcons": 3,
+ "workspaceAppIconSizeOffset": 0,
+ "groupWorkspaceApps": true,
+ "groupActiveWorkspaceApps": false,
+ "workspaceFollowFocus": false,
+ "showOccupiedWorkspacesOnly": false,
+ "reverseScrolling": false,
+ "dwlShowAllTags": false,
+ "workspaceActiveAppHighlightEnabled": false,
+ "workspaceColorMode": "default",
+ "workspaceFocusedCustomColor": "#6750A4",
+ "workspaceOccupiedColorMode": "primaryContainer",
+ "workspaceOccupiedCustomColor": "#625B71",
+ "workspaceUnfocusedColorMode": "default",
+ "workspaceUnfocusedCustomColor": "#49454E",
+ "workspaceUrgentColorMode": "default",
+ "workspaceUrgentCustomColor": "#B3261E",
+ "workspaceFocusedBorderEnabled": false,
+ "workspaceFocusedBorderColor": "primary",
+ "workspaceFocusedBorderCustomColor": "#6750A4",
+ "workspaceFocusedBorderThickness": 2,
+ "workspaceUnfocusedMonitorSeparateAppearance": true,
+ "workspaceUnfocusedMonitorColorMode": "secondary",
+ "workspaceUnfocusedMonitorFocusedCustomColor": "#6750A4",
+ "workspaceUnfocusedMonitorOccupiedColorMode": "secondaryContainer",
+ "workspaceUnfocusedMonitorOccupiedCustomColor": "#625B71",
+ "workspaceUnfocusedMonitorUnfocusedColorMode": "default",
+ "workspaceUnfocusedMonitorUnfocusedCustomColor": "#49454E",
+ "workspaceUnfocusedMonitorUrgentColorMode": "default",
+ "workspaceUnfocusedMonitorUrgentCustomColor": "#B3261E",
+ "workspaceUnfocusedMonitorBorderEnabled": false,
+ "workspaceUnfocusedMonitorBorderColor": "primary",
+ "workspaceUnfocusedMonitorBorderCustomColor": "#6750A4",
+ "workspaceUnfocusedMonitorBorderThickness": 2,
+ "workspaceNameIcons": {},
+ "waveProgressEnabled": false,
+ "scrollTitleEnabled": false,
+ "mediaAdaptiveWidthEnabled": true,
+ "audioVisualizerEnabled": true,
+ "mediaUseAlbumArtAccent": false,
+ "audioScrollMode": "volume",
+ "audioWheelScrollAmount": 2,
+ "audioDeviceScrollVolumeEnabled": false,
+ "mediaExcludePlayers": [],
+ "clockCompactMode": false,
+ "focusedWindowCompactMode": false,
+ "focusedWindowSize": 1,
+ "focusedWindowShowIcon": true,
+ "runningAppsCompactMode": true,
+ "barMaxVisibleApps": 0,
+ "barMaxVisibleRunningApps": 0,
+ "barShowOverflowBadge": true,
+ "trayAutoOverflow": true,
+ "trayPopupSingleLine": true,
+ "trayMaxVisibleItems": 0,
+ "appsDockHideIndicators": false,
+ "appsDockColorizeActive": false,
+ "appsDockActiveColorMode": "primary",
+ "appsDockEnlargeOnHover": false,
+ "appsDockEnlargePercentage": 125,
+ "appsDockIconSizePercentage": 100,
+ "keyboardLayoutNameCompactMode": false,
+ "keyboardLayoutNameShowIcon": false,
+ "runningAppsCurrentWorkspace": true,
+ "runningAppsGroupByApp": false,
+ "runningAppsCurrentMonitor": false,
+ "appIdSubstitutions": [],
+ "centeringMode": "index",
+ "clockDateFormat": "yyyy年MM月dd日",
+ "lockDateFormat": "ddd d MMM yyyy",
+ "greeterRememberLastSession": true,
+ "greeterRememberLastUser": true,
+ "greeterAutoLogin": false,
+ "greeterEnableFprint": false,
+ "greeterEnableU2f": false,
+ "greeterWallpaperPath": "",
+ "greeterLockDateFormat": "",
+ "greeterFontFamily": "",
+ "greeterWallpaperFillMode": "",
+ "greeterPamExternallyManaged": false,
+ "greeterSyncPending": false,
+ "greeterSyncBaseline": {},
+ "mediaSize": 1,
+ "appLauncherViewMode": "list",
+ "spotlightModalViewMode": "list",
+ "browserPickerViewMode": "grid",
+ "browserUsageHistory": {},
+ "appPickerViewMode": "grid",
+ "filePickerUsageHistory": {},
+ "sortAppsAlphabetically": false,
+ "appLauncherGridColumns": 4,
+ "spotlightCloseNiriOverview": true,
+ "rememberLastQuery": false,
+ "rememberLastMode": true,
+ "spotlightSectionViewModes": {},
+ "appDrawerSectionViewModes": {},
+ "niriOverviewOverlayEnabled": true,
+ "niriOverviewLauncherStyle": "full",
+ "dankLauncherV2Size": "medium",
+ "dankLauncherV2ShowSourceBadges": true,
+ "dankLauncherV2BorderEnabled": true,
+ "dankLauncherV2BorderThickness": 2,
+ "dankLauncherV2BorderColor": "outline",
+ "dankLauncherV2ShowFooter": true,
+ "dankLauncherV2UnloadOnClose": true,
+ "dankLauncherV2IncludeFilesInAll": false,
+ "dankLauncherV2IncludeFoldersInAll": false,
+ "launcherUseOverlayLayer": false,
+ "launcherStyle": "full",
+ "spotlightBarShowModeChips": false,
+ "keybindsFloatingWindow": false,
+ "useAutoLocation": false,
+ "weatherEnabled": true,
+ "dashTabs": [
+ {
+ "id": "overview",
+ "enabled": true
+ },
+ {
+ "id": "media",
+ "enabled": true
+ },
+ {
+ "id": "wallpaper",
+ "enabled": true
+ },
+ {
+ "id": "weather",
+ "enabled": true
+ },
+ {
+ "id": "settings",
+ "enabled": true
+ }
+ ],
+ "networkPreference": "wifi",
+ "iconThemeDark": "breeze-dark",
+ "iconThemeLight": "breeze",
+ "iconThemePerMode": true,
+ "lastAppliedIconTheme": "breeze-dark",
+ "cursorSettings": {
+ "theme": "System Default",
+ "size": 24,
+ "niri": {
+ "hideWhenTyping": false,
+ "hideAfterInactiveMs": 0
+ },
+ "hyprland": {
+ "hideOnKeyPress": false,
+ "hideOnTouch": false,
+ "inactiveTimeout": 0
+ },
+ "dwl": {
+ "cursorHideTimeout": 0
+ }
+ },
+ "launcherLogoMode": "apps",
+ "launcherLogoCustomPath": "",
+ "launcherLogoColorOverride": "",
+ "launcherLogoColorInvertOnMode": false,
+ "launcherLogoBrightness": 0.5,
+ "launcherLogoContrast": 1,
+ "launcherLogoSizeOffset": 0,
+ "fontFamily": "Monospace",
+ "monoFontFamily": "Monospace",
+ "fontWeight": 600,
+ "fontScale": 1,
+ "textRenderType": 0,
+ "textRenderQuality": 0,
+ "notepadUseMonospace": true,
+ "notepadFontFamily": "",
+ "notepadFontSize": 14,
+ "notificationSummaryFontSize": 0,
+ "notificationBodyFontSize": 0,
+ "notepadShowLineNumbers": false,
+ "notepadAutoSave": false,
+ "notepadSlideoutSide": "right",
+ "notepadDefaultMode": "slideout",
+ "notepadTransparencyOverride": -1,
+ "notepadLastCustomTransparency": 0.7,
+ "notepadUseCompositorGap": false,
+ "notepadEdgeGap": 0,
+ "soundsEnabled": true,
+ "useSystemSoundTheme": true,
+ "soundLogin": false,
+ "soundNewNotification": true,
+ "soundVolumeChanged": false,
+ "soundPluggedIn": true,
+ "muteSoundsWhenMediaPlaying": true,
+ "acMonitorTimeout": 0,
+ "acLockTimeout": 0,
+ "acSuspendTimeout": 0,
+ "acSuspendBehavior": 0,
+ "acProfileName": "",
+ "acPostLockMonitorTimeout": 0,
+ "batteryMonitorTimeout": 0,
+ "batteryLockTimeout": 0,
+ "batterySuspendTimeout": 0,
+ "batterySuspendBehavior": 0,
+ "batteryProfileName": "",
+ "batteryPostLockMonitorTimeout": 0,
+ "batteryChargeLimit": 100,
+ "batteryNotifyChargeLimit": false,
+ "batteryCriticalThreshold": 10,
+ "batteryNotifyCritical": true,
+ "batteryLowThreshold": 20,
+ "batteryNotifyLow": false,
+ "batteryChargeLimitNotificationType": 0,
+ "batteryLowNotificationType": 0,
+ "batteryCriticalNotificationType": 1,
+ "batteryAutoPowerSaver": false,
+ "lockBeforeSuspend": true,
+ "loginctlLockIntegration": true,
+ "fadeToLockEnabled": true,
+ "fadeToLockGracePeriod": 5,
+ "fadeToDpmsEnabled": true,
+ "fadeToDpmsGracePeriod": 5,
+ "launchPrefix": "",
+ "brightnessDevicePins": {},
+ "wifiNetworkPins": {},
+ "bluetoothDevicePins": {},
+ "audioInputDevicePins": {},
+ "audioOutputDevicePins": {},
+ "gtkThemingEnabled": false,
+ "qtThemingEnabled": false,
+ "syncModeWithPortal": true,
+ "terminalsAlwaysDark": false,
+ "muxType": "tmux",
+ "muxUseCustomCommand": false,
+ "muxCustomCommand": "",
+ "muxSessionFilter": "",
+ "runDmsMatugenTemplates": true,
+ "matugenTemplateGtk": true,
+ "matugenTemplateNiri": true,
+ "matugenTemplateHyprland": false,
+ "matugenTemplateMangowc": false,
+ "matugenTemplateQt5ct": true,
+ "matugenTemplateQt6ct": true,
+ "matugenTemplateFirefox": true,
+ "matugenTemplatePywalfox": false,
+ "matugenTemplateZenBrowser": false,
+ "matugenTemplateVesktop": false,
+ "matugenTemplateVencord": true,
+ "matugenTemplateEquibop": false,
+ "matugenTemplateGhostty": false,
+ "matugenTemplateKitty": true,
+ "matugenTemplateFoot": true,
+ "matugenTemplateAlacritty": true,
+ "matugenTemplateNeovim": false,
+ "matugenTemplateWezterm": false,
+ "matugenTemplateDgop": true,
+ "matugenTemplateKcolorscheme": true,
+ "matugenTemplateVscode": false,
+ "matugenTemplateEmacs": false,
+ "matugenTemplateZed": false,
+ "matugenTemplateNeovimSettings": {
+ "dark": {
+ "baseTheme": "github_dark",
+ "harmony": 0.5
+ },
+ "light": {
+ "baseTheme": "github_light",
+ "harmony": 0.5
+ }
+ },
+ "matugenTemplateNeovimSetBackground": true,
+ "showDock": false,
+ "dockAutoHide": false,
+ "dockSmartAutoHide": false,
+ "dockUseOverlayLayer": false,
+ "dockGroupByApp": true,
+ "dockRestoreSpecialWorkspaceOnClick": false,
+ "dockOpenOnOverview": true,
+ "dockPosition": 1,
+ "dockSpacing": 4,
+ "dockBottomGap": -70,
+ "dockMargin": 0,
+ "dockIconSize": 40,
+ "dockIndicatorStyle": "circle",
+ "dockBorderEnabled": true,
+ "dockBorderColor": "surfaceText",
+ "dockBorderOpacity": 1,
+ "dockBorderThickness": 1,
+ "dockIsolateDisplays": true,
+ "dockLauncherEnabled": true,
+ "dockLauncherLogoMode": "os",
+ "dockLauncherLogoCustomPath": "",
+ "dockLauncherLogoColorOverride": "primary",
+ "dockLauncherLogoSizeOffset": 0,
+ "dockLauncherLogoBrightness": 0.5,
+ "dockLauncherLogoContrast": 1,
+ "dockMaxVisibleApps": 0,
+ "dockMaxVisibleRunningApps": 0,
+ "dockShowOverflowBadge": true,
+ "dockShowTrash": false,
+ "dockTrashFileManager": "default",
+ "dockTrashCustomCommand": "",
+ "notificationOverlayEnabled": false,
+ "notificationPopupShadowEnabled": true,
+ "notificationPopupPrivacyMode": false,
+ "notificationForegroundLayers": true,
+ "modalDarkenBackground": true,
+ "lockScreenShowPowerActions": true,
+ "lockScreenShowSystemIcons": true,
+ "lockScreenShowTime": true,
+ "lockScreenShowDate": true,
+ "lockScreenShowProfileImage": true,
+ "lockScreenShowPasswordField": true,
+ "lockScreenShowMediaPlayer": true,
+ "lockScreenPowerOffMonitorsOnLock": false,
+ "lockAtStartup": false,
+ "enableFprint": false,
+ "maxFprintTries": 15,
+ "enableU2f": false,
+ "u2fMode": "or",
+ "lockPamPath": "",
+ "lockPamInlineFprint": false,
+ "lockPamInlineU2f": false,
+ "lockPamExternallyManaged": false,
+ "lockU2fPamPath": "",
+ "lockScreenInactiveColor": "#000000",
+ "lockScreenNotificationMode": 2,
+ "lockScreenVideoEnabled": false,
+ "lockScreenVideoPath": "",
+ "lockScreenVideoCycling": false,
+ "lockScreenWallpaperPath": "",
+ "lockScreenWallpaperFillMode": "",
+ "lockScreenFontFamily": "",
+ "hideBrightnessSlider": false,
+ "notificationTimeoutLow": 5000,
+ "notificationTimeoutNormal": 5000,
+ "notificationTimeoutCritical": 0,
+ "notificationCompactMode": true,
+ "notificationShowTimeoutBar": true,
+ "notificationDedupeEnabled": true,
+ "notificationPopupPosition": 0,
+ "notificationAnimationSpeed": 1,
+ "notificationCustomAnimationDuration": 400,
+ "notificationHistoryEnabled": true,
+ "notificationHistoryMaxCount": 50,
+ "notificationHistoryMaxAgeDays": 7,
+ "notificationHistorySaveLow": true,
+ "notificationHistorySaveNormal": true,
+ "notificationHistorySaveCritical": true,
+ "notificationRules": [],
+ "notificationFocusedMonitor": false,
+ "osdAlwaysShowValue": true,
+ "osdPosition": 6,
+ "osdVolumeEnabled": true,
+ "osdMediaVolumeEnabled": true,
+ "osdMediaPlaybackEnabled": false,
+ "osdBrightnessEnabled": true,
+ "osdIdleInhibitorEnabled": true,
+ "osdMicMuteEnabled": true,
+ "osdCapsLockEnabled": true,
+ "osdPowerProfileEnabled": true,
+ "osdAudioOutputEnabled": true,
+ "powerActionConfirm": true,
+ "powerActionHoldDuration": 0.25,
+ "powerMenuActions": [
+ "reboot",
+ "logout",
+ "poweroff",
+ "lock",
+ "suspend",
+ "restart"
+ ],
+ "powerMenuDefaultAction": "logout",
+ "powerMenuGridLayout": true,
+ "customPowerActionLock": "",
+ "customPowerActionLogout": "",
+ "customPowerActionSuspend": "",
+ "customPowerActionHibernate": "",
+ "customPowerActionReboot": "",
+ "customPowerActionPowerOff": "",
+ "updaterHideWidget": false,
+ "updaterCheckOnStart": false,
+ "updaterUseCustomCommand": false,
+ "updaterCustomCommand": "",
+ "updaterTerminalAdditionalParams": "",
+ "updaterIntervalSeconds": 1800,
+ "updaterIncludeFlatpak": true,
+ "updaterAllowAUR": true,
+ "updaterIgnoredPackages": [],
+ "displayNameMode": "system",
+ "screenPreferences": {},
+ "showOnLastDisplay": {},
+ "niriOutputSettings": {},
+ "hyprlandOutputSettings": {},
+ "displayProfiles": {},
+ "activeDisplayProfile": {},
+ "displayProfileAutoSelect": false,
+ "displayShowDisconnected": false,
+ "displaySnapToEdge": true,
+ "connectedFrameBarStyleBackups": {},
+ "barConfigs": [
+ {
+ "id": "default",
+ "name": "Main Bar",
+ "enabled": true,
+ "position": 0,
+ "screenPreferences": [
+ "all"
+ ],
+ "showOnLastDisplay": true,
+ "leftWidgets": [
+ {
+ "id": "launcherButton",
+ "enabled": true
+ },
+ {
+ "id": "separator",
+ "enabled": true
+ },
+ {
+ "id": "clock",
+ "enabled": true
+ },
+ {
+ "id": "weather",
+ "enabled": true
+ },
+ {
+ "id": "separator",
+ "enabled": true
+ },
+ {
+ "id": "workspaceSwitcher",
+ "enabled": true
+ },
+ {
+ "id": "separator",
+ "enabled": true
+ },
+ {
+ "id": "music",
+ "enabled": true,
+ "mediaSize": 3
+ },
+ {
+ "id": "controlCenterButton",
+ "enabled": true,
+ "showNetworkIcon": false,
+ "showBluetoothIcon": false,
+ "showAudioIcon": true,
+ "showAudioPercent": true,
+ "showVpnIcon": false,
+ "showBrightnessIcon": false,
+ "showBrightnessPercent": false,
+ "showMicIcon": false,
+ "showMicPercent": false,
+ "showBatteryIcon": false,
+ "showPrinterIcon": false,
+ "showScreenSharingIcon": false
+ }
+ ],
+ "centerWidgets": [],
+ "rightWidgets": [
+ {
+ "id": "separator",
+ "enabled": true
+ },
+ {
+ "id": "keyboard_layout_name",
+ "enabled": true,
+ "keyboardLayoutNameCompactMode": true
+ },
+ {
+ "id": "separator",
+ "enabled": true
+ },
+ {
+ "id": "cpuUsage",
+ "enabled": true,
+ "minimumWidth": false
+ },
+ {
+ "id": "cpuTemp",
+ "enabled": true,
+ "minimumWidth": false
+ },
+ {
+ "id": "memUsage",
+ "enabled": true,
+ "minimumWidth": false,
+ "showSwap": false
+ },
+ {
+ "id": "separator",
+ "enabled": true
+ },
+ {
+ "id": "notificationButton",
+ "enabled": true
+ },
+ {
+ "id": "separator",
+ "enabled": true
+ },
+ {
+ "id": "controlCenterButton",
+ "enabled": true,
+ "showAudioIcon": false,
+ "showAudioPercent": false,
+ "showBrightnessIcon": false,
+ "showBrightnessPercent": false,
+ "showMicPercent": false,
+ "showBatteryIcon": false,
+ "showScreenSharingIcon": true
+ },
+ {
+ "id": "systemTray",
+ "enabled": true
+ }
+ ],
+ "spacing": 0,
+ "innerPadding": 2,
+ "bottomGap": 0,
+ "transparency": 0.89,
+ "widgetTransparency": 1,
+ "squareCorners": true,
+ "noBackground": false,
+ "maximizeWidgetIcons": false,
+ "maximizeWidgetText": false,
+ "removeWidgetPadding": false,
+ "widgetPadding": 4,
+ "gothCornersEnabled": false,
+ "gothCornerRadiusOverride": false,
+ "gothCornerRadiusValue": 12,
+ "borderEnabled": true,
+ "borderColor": "surfaceText",
+ "borderOpacity": 0.4,
+ "borderThickness": 1,
+ "widgetOutlineEnabled": false,
+ "widgetOutlineColor": "surfaceText",
+ "widgetOutlineOpacity": 0.4,
+ "widgetOutlineThickness": 1,
+ "fontScale": 1.1,
+ "iconScale": 1.15,
+ "autoHide": false,
+ "autoHideDelay": 250,
+ "showOnWindowsOpen": false,
+ "openOnOverview": true,
+ "visible": true,
+ "popupGapsAuto": true,
+ "popupGapsManual": 0,
+ "maximizeDetection": true,
+ "scrollEnabled": true,
+ "scrollXBehavior": "column",
+ "scrollYBehavior": "workspace",
+ "shadowIntensity": 0,
+ "shadowOpacity": 85,
+ "shadowColorMode": "custom",
+ "shadowCustomColor": "#000000",
+ "clickThrough": false
+ }
+ ],
+ "desktopClockEnabled": false,
+ "desktopClockStyle": "analog",
+ "desktopClockTransparency": 0.8,
+ "desktopClockColorMode": "primary",
+ "desktopClockCustomColor": {
+ "r": 1,
+ "g": 1,
+ "b": 1,
+ "a": 1,
+ "hsvHue": -1,
+ "hsvSaturation": 0,
+ "hsvValue": 1,
+ "hslHue": -1,
+ "hslSaturation": 0,
+ "hslLightness": 1,
+ "valid": true
+ },
+ "desktopClockShowDate": true,
+ "desktopClockShowAnalogNumbers": false,
+ "desktopClockShowAnalogSeconds": true,
+ "desktopClockX": -1,
+ "desktopClockY": -1,
+ "desktopClockWidth": 280,
+ "desktopClockHeight": 180,
+ "desktopClockDisplayPreferences": [
+ "all"
+ ],
+ "systemMonitorEnabled": false,
+ "systemMonitorShowHeader": true,
+ "systemMonitorTransparency": 0.8,
+ "systemMonitorColorMode": "primary",
+ "systemMonitorCustomColor": {
+ "r": 1,
+ "g": 1,
+ "b": 1,
+ "a": 1,
+ "hsvHue": -1,
+ "hsvSaturation": 0,
+ "hsvValue": 1,
+ "hslHue": -1,
+ "hslSaturation": 0,
+ "hslLightness": 1,
+ "valid": true
+ },
+ "systemMonitorShowCpu": true,
+ "systemMonitorShowCpuGraph": true,
+ "systemMonitorShowCpuTemp": true,
+ "systemMonitorShowGpuTemp": false,
+ "systemMonitorGpuPciId": "",
+ "systemMonitorShowMemory": true,
+ "systemMonitorShowMemoryGraph": true,
+ "systemMonitorShowNetwork": true,
+ "systemMonitorShowNetworkGraph": true,
+ "systemMonitorShowDisk": true,
+ "systemMonitorShowTopProcesses": false,
+ "systemMonitorTopProcessCount": 3,
+ "systemMonitorTopProcessSortBy": "cpu",
+ "systemMonitorGraphInterval": 60,
+ "systemMonitorLayoutMode": "auto",
+ "systemMonitorX": -1,
+ "systemMonitorY": -1,
+ "systemMonitorWidth": 320,
+ "systemMonitorHeight": 480,
+ "systemMonitorDisplayPreferences": [
+ "all"
+ ],
+ "systemMonitorVariants": [],
+ "desktopWidgetPositions": {},
+ "desktopWidgetGridSettings": {
+ "HDMI-A-1": {
+ "enabled": true
+ }
+ },
+ "desktopWidgetInstances": [],
+ "desktopWidgetGroups": [],
+ "builtInPluginSettings": {
+ "dms_settings_search": {
+ "trigger": "?"
+ }
+ },
+ "clipboardClickToPaste": false,
+ "clipboardEnterToPaste": false,
+ "clipboardRememberTypeFilter": false,
+ "clipboardTypeFilter": "all",
+ "clipboardVisibleEntryActions": [
+ "pin",
+ "edit",
+ "delete"
+ ],
+ "launcherPluginVisibility": {
+ "calculator": {
+ "allowWithoutTrigger": true
+ }
+ },
+ "launcherPluginOrder": [],
+ "frameEnabled": false,
+ "frameThickness": 16,
+ "frameRounding": 23,
+ "frameColor": "",
+ "frameOpacity": 1,
+ "frameScreenPreferences": [
+ "all"
+ ],
+ "frameBarSize": 40,
+ "frameShowOnOverview": false,
+ "frameBlurEnabled": true,
+ "frameCloseGaps": true,
+ "frameLauncherEmergeSide": "bottom",
+ "frameLauncherArcExtender": false,
+ "frameLauncherEdgeHover": false,
+ "frameMode": "connected",
+ "barInsetPaddingShared": -1,
+ "barInsetPaddingSyncAll": false,
+ "frameBarInsetPadding": -1,
+ "configVersion": 12
+} \ No newline at end of file
diff --git a/dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json b/dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json
new file mode 100644
index 0000000..48388e0
--- /dev/null
+++ b/dotfiles/.config/DankMaterialShell/themes/ultramar/theme.json
@@ -0,0 +1,105 @@
+{
+ "id": "ultramar",
+ "name": "Ultramar",
+ "version": "1.0.0",
+ "author": "yar",
+ "description": "Warm theme based on Bru",
+ "dark": {
+ "surfaceText": "#f5e8c7",
+ "surfaceVariantText": "#fbf3db",
+ "backgroundText": "#f5e8c7",
+ "outline": "#8a7f6f",
+ "error": "#fa5750",
+ "warning": "#ed8649",
+ "info": "#4695f7"
+ },
+ "light": {
+ "surfaceText": "#3a2f22",
+ "surfaceVariantText": "#2d241a",
+ "backgroundText": "#3a2f22",
+ "outline": "#8a7f6f",
+ "error": "#d2212d",
+ "warning": "#c25d1e",
+ "info": "#0072d4"
+ },
+ "variants": {
+ "type": "multi",
+ "defaults": {
+ "dark": {
+ "accent": "turquesa",
+ "flavor": "oscuro"
+ },
+ "light": {
+ "accent": "turquesa",
+ "flavor": "claro"
+ }
+ },
+ "flavors": [
+ {
+ "id": "oscuro",
+ "name": "Oscuro",
+ "dark": {
+ "surface": "#26211c",
+ "surfaceVariant": "#322b23",
+ "background": "#1c1814",
+ "surfaceContainer": "#26211c",
+ "surfaceContainerHigh": "#322b23",
+ "surfaceContainerHighest": "#3a332b"
+ },
+ "light": {}
+ },
+ {
+ "id": "claro",
+ "name": "Claro",
+ "dark": {},
+ "light": {
+ "surface": "#f3ead0",
+ "surfaceVariant": "#ece3cc",
+ "background": "#faf3e0",
+ "surfaceContainer": "#f3ead0",
+ "surfaceContainerHigh": "#ece3cc",
+ "surfaceContainerHighest": "#e0d4b0"
+ }
+ }
+ ],
+ "accents": [
+ {
+ "id": "turquesa",
+ "oscuro": {
+ "primary": "#7fac96",
+ "primaryText": "#1c1814",
+ "primaryContainer": "#1f3630",
+ "secondary": "#e2b55a",
+ "surfaceTint": "#1f2924"
+ },
+ "claro": {
+ "primary": "#5b8277",
+ "primaryText": "#faf3e0",
+ "primaryContainer": "#bbe0cf",
+ "secondary": "#b2872f",
+ "surfaceTint": "#fcf6da"
+ },
+ "name": "Turquesa"
+ },
+ {
+ "id": "verde",
+ "oscuro": {
+ "primary": "#92b078",
+ "primaryText": "#1c1814",
+ "primaryContainer": "#36481e",
+ "secondary": "#e2b55a",
+ "surfaceTint": "#242817"
+ },
+ "claro": {
+ "primary": "#6d974b",
+ "primaryText": "#faf3e0",
+ "primaryContainer": "#dfe4be",
+ "secondary": "#b2872f",
+ "surfaceTint": "#dfe4be"
+ },
+ "name": "Verde"
+ }
+ ]
+ },
+ "sourceDir": "ultramar"
+}