diff --git a/config/DankMaterialShell/.changelog-1.4 b/config/DankMaterialShell/.changelog-1.4
deleted file mode 100644
index e69de29..0000000
diff --git a/config/DankMaterialShell/.firstlaunch b/config/DankMaterialShell/.firstlaunch
deleted file mode 100644
index e69de29..0000000
diff --git a/config/DankMaterialShell/firefox.css b/config/DankMaterialShell/firefox.css
deleted file mode 100644
index f0d51f8..0000000
--- a/config/DankMaterialShell/firefox.css
+++ /dev/null
@@ -1,132 +0,0 @@
-@media -moz-pref("userChrome.theme-material") {
- :root {
- --md-sys-color-primary: #6b54c7;
- --md-sys-color-surface-tint: #6b54c7;
- --md-sys-color-on-primary: #ffffff;
- --md-sys-color-primary-container: #ddd8f8;
- --md-sys-color-on-primary-container: #1e1824;
- --md-sys-color-secondary: #2e9e55;
- --md-sys-color-on-secondary: #ffffff;
- --md-sys-color-secondary-container: #e8e0f2;
- --md-sys-color-on-secondary-container: #1e1824;
- --md-sys-color-tertiary: #2e9e55;
- --md-sys-color-on-tertiary: #ffffff;
- --md-sys-color-tertiary-container: #e8e0f2;
- --md-sys-color-on-tertiary-container: #1e1824;
- --md-sys-color-error: #b0324e;
- --md-sys-color-on-error: #ffffff;
- --md-sys-color-error-container: #f9dedc;
- --md-sys-color-on-error-container: #410e0b;
- --md-sys-color-background: #f5f0fa;
- --md-sys-color-on-background: #1e1824;
- --md-sys-color-surface: #f5f0fa;
- --md-sys-color-on-surface: #1e1824;
- --md-sys-color-surface-variant: #e0d5ee;
- --md-sys-color-on-surface-variant: #28204a;
- --md-sys-color-outline: #a090cc;
- --md-sys-color-outline-variant: #e0d5ee;
- --md-sys-color-shadow: #000000;
- --md-sys-color-scrim: #000000;
- --md-sys-color-inverse-surface: #130f1a;
- --md-sys-color-inverse-on-surface: #f0f0f0;
- --md-sys-color-inverse-primary: #b8a8f0;
- --md-sys-color-primary-fixed: #ddd8f8;
- --md-sys-color-on-primary-fixed: #ffffff;
- --md-sys-color-primary-fixed-dim: #6b54c7;
- --md-sys-color-on-primary-fixed-variant: #ffffff;
- --md-sys-color-secondary-fixed: #2e9e55;
- --md-sys-color-on-secondary-fixed: #ffffff;
- --md-sys-color-secondary-fixed-dim: #2e9e55;
- --md-sys-color-on-secondary-fixed-variant: #ffffff;
- --md-sys-color-tertiary-fixed: #2e9e55;
- --md-sys-color-on-tertiary-fixed: #ffffff;
- --md-sys-color-tertiary-fixed-dim: #2e9e55;
- --md-sys-color-on-tertiary-fixed-variant: #ffffff;
- --md-sys-color-surface-dim: #f5f0fa;
- --md-sys-color-surface-bright: #ede8f5;
- --md-sys-color-surface-container-lowest: #f5f0fa;
- --md-sys-color-surface-container-low: #ede8f5;
- --md-sys-color-surface-container: #f5f0fa;
- --md-sys-color-surface-container-high: #f5f0fa;
- --md-sys-color-surface-container-highest: #f5f0fa;
-
- --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: #b8a8f0;
- --md-sys-color-surface-tint: #b8a8f0;
- --md-sys-color-on-primary: #1e1e00;
- --md-sys-color-primary-container: #745b8c;
- --md-sys-color-on-primary-container: #f0f0f0;
- --md-sys-color-secondary: #92eda7;
- --md-sys-color-on-secondary: #1e1e00;
- --md-sys-color-secondary-container: #221f26;
- --md-sys-color-on-secondary-container: #f0f0f0;
- --md-sys-color-tertiary: #92eda7;
- --md-sys-color-on-tertiary: #1e1e00;
- --md-sys-color-tertiary-container: #221f26;
- --md-sys-color-on-tertiary-container: #f0f0f0;
- --md-sys-color-error: #f38ba8;
- --md-sys-color-on-error: #601410;
- --md-sys-color-error-container: #8c1d18;
- --md-sys-color-on-error-container: #f9dedc;
- --md-sys-color-background: #09070d;
- --md-sys-color-on-background: #f0f0f0;
- --md-sys-color-surface: #130f1a;
- --md-sys-color-on-surface: #f0f0f0;
- --md-sys-color-surface-variant: #221d26;
- --md-sys-color-on-surface-variant: #c9b8d9;
- --md-sys-color-outline: #c9b8d9;
- --md-sys-color-outline-variant: #221d26;
- --md-sys-color-shadow: #000000;
- --md-sys-color-scrim: #000000;
- --md-sys-color-inverse-surface: #ede8f5;
- --md-sys-color-inverse-on-surface: #1e1824;
- --md-sys-color-inverse-primary: #6b54c7;
- --md-sys-color-primary-fixed: #745b8c;
- --md-sys-color-on-primary-fixed: #1e1e00;
- --md-sys-color-primary-fixed-dim: #b8a8f0;
- --md-sys-color-on-primary-fixed-variant: #1e1e00;
- --md-sys-color-secondary-fixed: #92eda7;
- --md-sys-color-on-secondary-fixed: #1e1e00;
- --md-sys-color-secondary-fixed-dim: #92eda7;
- --md-sys-color-on-secondary-fixed-variant: #1e1e00;
- --md-sys-color-tertiary-fixed: #92eda7;
- --md-sys-color-on-tertiary-fixed: #1e1e00;
- --md-sys-color-tertiary-fixed-dim: #92eda7;
- --md-sys-color-on-tertiary-fixed-variant: #1e1e00;
- --md-sys-color-surface-dim: #09070d;
- --md-sys-color-surface-bright: #17141a;
- --md-sys-color-surface-container-lowest: #09070d;
- --md-sys-color-surface-container-low: #130f1a;
- --md-sys-color-surface-container: #09070d;
- --md-sys-color-surface-container-high: #221f26;
- --md-sys-color-surface-container-highest: #17141a;
-
- --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/config/DankMaterialShell/plugins/cavaVisualizer b/config/DankMaterialShell/plugins/cavaVisualizer
deleted file mode 160000
index e4b65a2..0000000
--- a/config/DankMaterialShell/plugins/cavaVisualizer
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit e4b65a207652bc3204121401fafd5566b8d22c37
diff --git a/config/DankMaterialShell/plugins/dankAudioVisualizer b/config/DankMaterialShell/plugins/dankAudioVisualizer
deleted file mode 160000
index 25424e8..0000000
--- a/config/DankMaterialShell/plugins/dankAudioVisualizer
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 25424e8d570e000f4ab086c9e5e1122180861a65
diff --git a/config/DankMaterialShell/plugins/desktopCommand b/config/DankMaterialShell/plugins/desktopCommand
deleted file mode 160000
index a2e663e..0000000
--- a/config/DankMaterialShell/plugins/desktopCommand
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit a2e663ee031918ea01e2e65cf88aa3ded85a53f8
diff --git a/config/DankMaterialShell/settings.json b/config/DankMaterialShell/settings.json
deleted file mode 100644
index 97e3b87..0000000
--- a/config/DankMaterialShell/settings.json
+++ /dev/null
@@ -1,708 +0,0 @@
-{
- "currentThemeName": "custom",
- "currentThemeCategory": "custom",
- "customThemeFile": "/home/unconfer/.config/DankMaterialShell/themes/peaceAndQuiet/theme.json",
- "registryThemeVariants": {
- "peaceAndQuiet": "lavender"
- },
- "matugenScheme": "scheme-content",
- "runUserMatugenTemplates": true,
- "matugenTargetMonitor": "",
- "popupTransparency": 1,
- "dockTransparency": 1,
- "widgetBackgroundColor": "sch",
- "widgetColorMode": "default",
- "controlCenterTileColorMode": "primaryContainer",
- "buttonColorMode": "primary",
- "cornerRadius": 10,
- "niriLayoutGapsOverride": -1,
- "niriLayoutRadiusOverride": -1,
- "niriLayoutBorderSize": -1,
- "hyprlandLayoutGapsOverride": -1,
- "hyprlandLayoutRadiusOverride": -1,
- "hyprlandLayoutBorderSize": -1,
- "mangoLayoutGapsOverride": -1,
- "mangoLayoutRadiusOverride": -1,
- "mangoLayoutBorderSize": -1,
- "use24HourClock": true,
- "showSeconds": false,
- "padHours12Hour": false,
- "useFahrenheit": false,
- "windSpeedUnit": "kmh",
- "nightModeEnabled": false,
- "animationSpeed": 1,
- "customAnimationDuration": 500,
- "syncComponentAnimationSpeeds": true,
- "popoutAnimationSpeed": 1,
- "popoutCustomAnimationDuration": 150,
- "modalAnimationSpeed": 1,
- "modalCustomAnimationDuration": 150,
- "enableRippleEffects": true,
- "wallpaperFillMode": "Fill",
- "blurredWallpaperLayer": false,
- "blurWallpaperOnOverview": false,
- "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,
- "showClock": true,
- "showNotificationButton": true,
- "showBattery": true,
- "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,
- "showPrivacyButton": true,
- "privacyShowMicIcon": false,
- "privacyShowCameraIcon": false,
- "privacyShowScreenShareIcon": false,
- "controlCenterWidgets": [
- {
- "id": "volumeSlider",
- "enabled": true,
- "width": 50
- },
- {
- "id": "brightnessSlider",
- "enabled": true,
- "width": 50
- },
- {
- "id": "bluetooth",
- "enabled": true,
- "width": 50
- },
- {
- "id": "wifi",
- "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": false,
- "showWorkspaceName": false,
- "showWorkspacePadding": true,
- "workspaceScrolling": false,
- "showWorkspaceApps": false,
- "workspaceDragReorder": true,
- "maxWorkspaceIcons": 3,
- "workspaceAppIconSizeOffset": 0,
- "groupWorkspaceApps": true,
- "workspaceFollowFocus": false,
- "showOccupiedWorkspacesOnly": false,
- "reverseScrolling": false,
- "dwlShowAllTags": false,
- "workspaceColorMode": "default",
- "workspaceOccupiedColorMode": "none",
- "workspaceUnfocusedColorMode": "default",
- "workspaceUrgentColorMode": "default",
- "workspaceFocusedBorderEnabled": false,
- "workspaceFocusedBorderColor": "primary",
- "workspaceFocusedBorderThickness": 2,
- "workspaceNameIcons": {},
- "waveProgressEnabled": true,
- "scrollTitleEnabled": true,
- "audioVisualizerEnabled": true,
- "audioScrollMode": "volume",
- "audioWheelScrollAmount": 5,
- "clockCompactMode": false,
- "focusedWindowCompactMode": false,
- "runningAppsCompactMode": true,
- "barMaxVisibleApps": 0,
- "barMaxVisibleRunningApps": 0,
- "barShowOverflowBadge": true,
- "appsDockHideIndicators": false,
- "appsDockColorizeActive": false,
- "appsDockActiveColorMode": "primary",
- "appsDockEnlargeOnHover": false,
- "appsDockEnlargePercentage": 125,
- "appsDockIconSizePercentage": 100,
- "keyboardLayoutNameCompactMode": false,
- "runningAppsCurrentWorkspace": true,
- "runningAppsGroupByApp": false,
- "runningAppsCurrentMonitor": false,
- "appIdSubstitutions": [
- {
- "pattern": "Spotify",
- "replacement": "spotify",
- "type": "exact"
- },
- {
- "pattern": "beepertexts",
- "replacement": "beeper",
- "type": "exact"
- },
- {
- "pattern": "home assistant desktop",
- "replacement": "homeassistant-desktop",
- "type": "exact"
- },
- {
- "pattern": "com.transmissionbt.transmission",
- "replacement": "transmission-gtk",
- "type": "contains"
- },
- {
- "pattern": "^steam_app_(\\d+)$",
- "replacement": "steam_icon_$1",
- "type": "regex"
- }
- ],
- "centeringMode": "geometric",
- "clockDateFormat": "",
- "lockDateFormat": "ddd d",
- "greeterRememberLastSession": true,
- "greeterRememberLastUser": true,
- "greeterEnableFprint": false,
- "greeterEnableU2f": false,
- "greeterWallpaperPath": "",
- "greeterUse24HourClock": true,
- "greeterShowSeconds": false,
- "greeterPadHours12Hour": false,
- "greeterLockDateFormat": "",
- "greeterFontFamily": "",
- "greeterWallpaperFillMode": "",
- "mediaSize": 1,
- "appLauncherViewMode": "list",
- "spotlightModalViewMode": "list",
- "browserPickerViewMode": "grid",
- "browserUsageHistory": {},
- "appPickerViewMode": "grid",
- "filePickerUsageHistory": {},
- "sortAppsAlphabetically": false,
- "appLauncherGridColumns": 4,
- "spotlightCloseNiriOverview": true,
- "spotlightSectionViewModes": {},
- "appDrawerSectionViewModes": {
- "apps": "list"
- },
- "niriOverviewOverlayEnabled": true,
- "dankLauncherV2Size": "compact",
- "dankLauncherV2BorderEnabled": false,
- "dankLauncherV2BorderThickness": 2,
- "dankLauncherV2BorderColor": "primary",
- "dankLauncherV2ShowFooter": true,
- "dankLauncherV2UnloadOnClose": false,
- "useAutoLocation": false,
- "weatherEnabled": true,
- "networkPreference": "auto",
- "iconTheme": "Adwaita",
- "cursorSettings": {
- "theme": "System Default",
- "size": 21,
- "niri": {
- "hideWhenTyping": true,
- "hideAfterInactiveMs": 0
- },
- "hyprland": {
- "hideOnKeyPress": false,
- "hideOnTouch": false,
- "inactiveTimeout": 0
- },
- "dwl": {
- "cursorHideTimeout": 0
- }
- },
- "launcherLogoMode": "compositor",
- "launcherLogoCustomPath": "",
- "launcherLogoColorOverride": "",
- "launcherLogoColorInvertOnMode": false,
- "launcherLogoBrightness": 0.5,
- "launcherLogoContrast": 1,
- "launcherLogoSizeOffset": 0,
- "fontFamily": "IosevkaTerm NFM",
- "monoFontFamily": "IosevkaTerm Nerd Font Mono",
- "fontWeight": 400,
- "fontScale": 1.12,
- "notepadUseMonospace": true,
- "notepadFontFamily": "",
- "notepadFontSize": 16,
- "notepadShowLineNumbers": true,
- "notepadTransparencyOverride": -1,
- "notepadLastCustomTransparency": 0.7,
- "soundsEnabled": true,
- "useSystemSoundTheme": true,
- "soundNewNotification": true,
- "soundVolumeChanged": true,
- "soundPluggedIn": true,
- "acMonitorTimeout": 0,
- "acLockTimeout": 0,
- "acSuspendTimeout": 0,
- "acSuspendBehavior": 0,
- "acProfileName": "",
- "batteryMonitorTimeout": 0,
- "batteryLockTimeout": 0,
- "batterySuspendTimeout": 0,
- "batterySuspendBehavior": 0,
- "batteryProfileName": "",
- "batteryChargeLimit": 100,
- "lockBeforeSuspend": false,
- "loginctlLockIntegration": true,
- "fadeToLockEnabled": true,
- "fadeToLockGracePeriod": 1,
- "fadeToDpmsEnabled": true,
- "fadeToDpmsGracePeriod": 5,
- "launchPrefix": "",
- "brightnessDevicePins": {},
- "wifiNetworkPins": {},
- "bluetoothDevicePins": {},
- "audioInputDevicePins": {},
- "audioOutputDevicePins": {},
- "gtkThemingEnabled": false,
- "qtThemingEnabled": false,
- "syncModeWithPortal": true,
- "terminalsAlwaysDark": true,
- "runDmsMatugenTemplates": true,
- "matugenTemplateGtk": true,
- "matugenTemplateNiri": true,
- "matugenTemplateHyprland": true,
- "matugenTemplateMangowc": true,
- "matugenTemplateQt5ct": true,
- "matugenTemplateQt6ct": true,
- "matugenTemplateFirefox": true,
- "matugenTemplatePywalfox": true,
- "matugenTemplateZenBrowser": true,
- "matugenTemplateVesktop": true,
- "matugenTemplateEquibop": true,
- "matugenTemplateGhostty": true,
- "matugenTemplateKitty": true,
- "matugenTemplateFoot": true,
- "matugenTemplateAlacritty": true,
- "matugenTemplateNeovim": true,
- "matugenTemplateWezterm": true,
- "matugenTemplateDgop": true,
- "matugenTemplateKcolorscheme": true,
- "matugenTemplateVscode": true,
- "matugenTemplateEmacs": true,
- "matugenTemplateZed": true,
- "showDock": false,
- "dockAutoHide": false,
- "dockSmartAutoHide": false,
- "dockGroupByApp": false,
- "dockOpenOnOverview": false,
- "dockPosition": 1,
- "dockSpacing": 4,
- "dockBottomGap": 0,
- "dockMargin": 0,
- "dockIconSize": 40,
- "dockIndicatorStyle": "circle",
- "dockBorderEnabled": false,
- "dockBorderColor": "surfaceText",
- "dockBorderOpacity": 1,
- "dockBorderThickness": 1,
- "dockIsolateDisplays": false,
- "dockLauncherEnabled": false,
- "dockLauncherLogoMode": "apps",
- "dockLauncherLogoCustomPath": "",
- "dockLauncherLogoColorOverride": "",
- "dockLauncherLogoSizeOffset": 0,
- "dockLauncherLogoBrightness": 0.5,
- "dockLauncherLogoContrast": 1,
- "dockMaxVisibleApps": 0,
- "dockMaxVisibleRunningApps": 0,
- "dockShowOverflowBadge": true,
- "notificationOverlayEnabled": true,
- "notificationPopupShadowEnabled": true,
- "notificationPopupPrivacyMode": false,
- "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",
- "lockScreenActiveMonitor": "all",
- "lockScreenInactiveColor": "#000000",
- "lockScreenNotificationMode": 0,
- "hideBrightnessSlider": false,
- "notificationTimeoutLow": 5000,
- "notificationTimeoutNormal": 5000,
- "notificationTimeoutCritical": 0,
- "notificationCompactMode": false,
- "notificationPopupPosition": 0,
- "notificationAnimationSpeed": 1,
- "notificationCustomAnimationDuration": 400,
- "notificationHistoryEnabled": true,
- "notificationHistoryMaxCount": 50,
- "notificationHistoryMaxAgeDays": 7,
- "notificationHistorySaveLow": true,
- "notificationHistorySaveNormal": true,
- "notificationHistorySaveCritical": true,
- "notificationRules": [],
- "osdAlwaysShowValue": false,
- "osdPosition": 5,
- "osdVolumeEnabled": true,
- "osdMediaVolumeEnabled": true,
- "osdMediaPlaybackEnabled": false,
- "osdBrightnessEnabled": true,
- "osdIdleInhibitorEnabled": true,
- "osdMicMuteEnabled": true,
- "osdCapsLockEnabled": true,
- "osdPowerProfileEnabled": true,
- "osdAudioOutputEnabled": true,
- "powerActionConfirm": true,
- "powerActionHoldDuration": 0.5,
- "powerMenuActions": [
- "reboot",
- "logout",
- "poweroff",
- "lock",
- "suspend",
- "restart"
- ],
- "powerMenuDefaultAction": "logout",
- "powerMenuGridLayout": false,
- "customPowerActionLock": "~/.config/niri/lock.sh",
- "customPowerActionLogout": "",
- "customPowerActionSuspend": "",
- "customPowerActionHibernate": "",
- "customPowerActionReboot": "",
- "customPowerActionPowerOff": "",
- "updaterHideWidget": false,
- "updaterUseCustomCommand": false,
- "updaterCustomCommand": "",
- "updaterTerminalAdditionalParams": "",
- "displayNameMode": "system",
- "screenPreferences": {
- "wallpaper": [],
- "dock": []
- },
- "showOnLastDisplay": {
- "dock": true
- },
- "niriOutputSettings": {
- "DP-1": {
- "vrrOnDemand": true,
- "disabled": false,
- "hotCorners": {
- "corners": [
- "top-left"
- ]
- },
- "layout": null
- }
- },
- "hyprlandOutputSettings": {},
- "displayProfiles": {
- "niri": {
- "profile_1776211496314_g03e3q": {
- "id": "profile_1776211496314_g03e3q",
- "name": "test0",
- "outputSet": [
- "DP-1"
- ],
- "createdAt": 1776211496314,
- "updatedAt": 1776211496314
- }
- }
- },
- "activeDisplayProfile": {
- "niri": "profile_1776211496314_g03e3q"
- },
- "displayProfileAutoSelect": false,
- "displayShowDisconnected": false,
- "displaySnapToEdge": true,
- "barConfigs": [
- {
- "id": "default",
- "name": "Main Bar",
- "enabled": true,
- "position": 0,
- "screenPreferences": [
- "all"
- ],
- "showOnLastDisplay": true,
- "leftWidgets": [
- {
- "id": "launcherButton",
- "enabled": true
- },
- {
- "id": "workspaceSwitcher",
- "enabled": true
- },
- {
- "id": "focusedWindow",
- "enabled": true,
- "focusedWindowCompactMode": true
- }
- ],
- "centerWidgets": [
- {
- "id": "spacer",
- "enabled": true,
- "size": 35
- },
- {
- "id": "clock",
- "enabled": true
- },
- {
- "id": "music",
- "enabled": true
- },
- {
- "id": "weather",
- "enabled": true
- },
- {
- "id": "vpn",
- "enabled": false
- }
- ],
- "rightWidgets": [
- {
- "id": "systemTray",
- "enabled": true
- },
- {
- "id": "privacyIndicator",
- "enabled": true
- },
- {
- "id": "cpuUsage",
- "enabled": true,
- "minimumWidth": false
- },
- {
- "id": "memUsage",
- "enabled": true,
- "minimumWidth": false,
- "showSwap": false
- },
- {
- "id": "controlCenterButton",
- "enabled": true
- }
- ],
- "spacing": 10,
- "innerPadding": 5,
- "bottomGap": 2,
- "transparency": 1,
- "widgetTransparency": 1,
- "squareCorners": false,
- "noBackground": false,
- "maximizeWidgetIcons": false,
- "maximizeWidgetText": false,
- "removeWidgetPadding": false,
- "widgetPadding": 13,
- "gothCornersEnabled": false,
- "gothCornerRadiusOverride": false,
- "gothCornerRadiusValue": 0,
- "borderEnabled": false,
- "borderColor": "surfaceText",
- "borderOpacity": 1,
- "borderThickness": 4,
- "widgetOutlineEnabled": false,
- "widgetOutlineColor": "primary",
- "widgetOutlineOpacity": 1,
- "widgetOutlineThickness": 1,
- "fontScale": 1.09,
- "iconScale": 1.07,
- "autoHide": false,
- "autoHideDelay": 369,
- "showOnWindowsOpen": true,
- "openOnOverview": true,
- "visible": true,
- "popupGapsAuto": false,
- "popupGapsManual": 12,
- "maximizeDetection": false,
- "scrollEnabled": true,
- "scrollXBehavior": "column",
- "scrollYBehavior": "workspace",
- "shadowIntensity": 0,
- "shadowOpacity": 60,
- "shadowColorMode": "text",
- "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": {},
- "desktopWidgetInstances": [
- {
- "id": "dw_1776211089950_f6f0kg7f4",
- "widgetType": "desktopClock",
- "name": "Desktop Clock",
- "enabled": false,
- "config": {
- "style": "digital",
- "transparency": 0,
- "colorMode": "secondary",
- "customColor": "#ffffff",
- "showDate": true,
- "showAnalogNumbers": false,
- "showAnalogSeconds": true,
- "displayPreferences": [
- "all"
- ],
- "showOnOverlay": false,
- "showOnOverview": false,
- "showOnOverviewOnly": false,
- "clickThrough": false
- },
- "positions": {
- "DP-1": {
- "width": 200,
- "height": 200,
- "x": 1704.5,
- "y": 62.42578125
- }
- }
- },
- {
- "id": "dw_1776211282668_7bg0zbkmd",
- "widgetType": "desktopCommand",
- "name": "Desktop Command",
- "enabled": false,
- "config": {
- "displayPreferences": [
- "all"
- ],
- "showOnOverview": false,
- "clickThrough": false,
- "command": "tclock --color \"#C1D6D6\"",
- "autoRefresh": true,
- "commandTimeout": "0",
- "refreshInterval": "5",
- "fontSize": 25,
- "backgroundOpacity": 0,
- "enableBorder": true
- },
- "positions": {
- "DP-1": {
- "width": 805.3828125,
- "height": 506.94140625,
- "x": 847.97265625,
- "y": 169.49609375
- }
- }
- }
- ],
- "desktopWidgetGroups": [],
- "builtInPluginSettings": {
- "dms_settings_search": {
- "trigger": "?"
- }
- },
- "clipboardEnterToPaste": false,
- "launcherPluginVisibility": {
- "dms_settings_search": {
- "allowWithoutTrigger": true
- }
- },
- "launcherPluginOrder": [],
- "configVersion": 5
-}
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-blue-dark.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-blue-dark.svg
deleted file mode 100644
index e289846..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-blue-dark.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-blue-light.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-blue-light.svg
deleted file mode 100644
index a6965ed..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-blue-light.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-blue.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-blue.svg
deleted file mode 100644
index 2106c11..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-blue.svg
+++ /dev/null
@@ -1,45 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-cyan-dark.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-cyan-dark.svg
deleted file mode 100644
index a8e33c3..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-cyan-dark.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-cyan-light.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-cyan-light.svg
deleted file mode 100644
index 6ded52b..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-cyan-light.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-cyan.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-cyan.svg
deleted file mode 100644
index da815a7..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-cyan.svg
+++ /dev/null
@@ -1,45 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-dark.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-dark.svg
deleted file mode 100644
index 3560e6c..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-dark.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-lavender-dark.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-lavender-dark.svg
deleted file mode 100644
index e747b5d..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-lavender-dark.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-lavender-light.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-lavender-light.svg
deleted file mode 100644
index 38b7b6b..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-lavender-light.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-lavender.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-lavender.svg
deleted file mode 100644
index 2b74f27..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-lavender.svg
+++ /dev/null
@@ -1,45 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-light.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-light.svg
deleted file mode 100644
index 4c3630e..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-light.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-mint-dark.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-mint-dark.svg
deleted file mode 100644
index fe7eca2..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-mint-dark.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-mint-light.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-mint-light.svg
deleted file mode 100644
index aa5e604..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-mint-light.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-mint.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-mint.svg
deleted file mode 100644
index 4e580fa..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-mint.svg
+++ /dev/null
@@ -1,45 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-pink-dark.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-pink-dark.svg
deleted file mode 100644
index 4cbf8be..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-pink-dark.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-pink-light.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-pink-light.svg
deleted file mode 100644
index bc9b224..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-pink-light.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-pink.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-pink.svg
deleted file mode 100644
index 35cc2ed..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-pink.svg
+++ /dev/null
@@ -1,45 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-salmon-dark.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-salmon-dark.svg
deleted file mode 100644
index 3560e6c..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-salmon-dark.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-salmon-light.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-salmon-light.svg
deleted file mode 100644
index 4c3630e..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-salmon-light.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/preview-salmon.svg b/config/DankMaterialShell/themes/peaceAndQuiet/preview-salmon.svg
deleted file mode 100644
index 40bf139..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/preview-salmon.svg
+++ /dev/null
@@ -1,45 +0,0 @@
-
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/peaceAndQuiet/theme.json b/config/DankMaterialShell/themes/peaceAndQuiet/theme.json
deleted file mode 100644
index 390fbad..0000000
--- a/config/DankMaterialShell/themes/peaceAndQuiet/theme.json
+++ /dev/null
@@ -1,171 +0,0 @@
-{
- "id": "peaceAndQuiet",
- "name": "Peace \u0026 Quiet",
- "version": "1.0.2",
- "author": "ernestowg",
- "description": "Light and dark theme with pastel accents and purple hues",
- "dark": {
- "primaryText": "#1e1e00",
- "surface": "#130f1a",
- "surfaceText": "#f0f0f0",
- "surfaceVariant": "#221d26",
- "background": "#09070d",
- "backgroundText": "#f0f0f0",
- "surfaceContainer": "#09070d",
- "surfaceContainerHigh": "#221f26",
- "surfaceContainerHighest": "#17141a",
- "error": "#f38ba8",
- "warning": "#fab387"
- },
- "light": {
- "primaryText": "#ffffff",
- "surface": "#ede8f5",
- "surfaceText": "#1e1824",
- "surfaceVariant": "#e0d5ee",
- "background": "#f5f0fa",
- "backgroundText": "#1e1824",
- "surfaceContainer": "#f5f0fa",
- "surfaceContainerHigh": "#e8e0f2",
- "surfaceContainerHighest": "#ede8f5",
- "error": "#b0324e",
- "warning": "#b05520"
- },
- "variants": {
- "default": "salmon",
- "options": [
- {
- "id": "salmon",
- "name": "Salmon",
- "dark": {
- "primary": "#eda792",
- "primaryContainer": "#8c645b",
- "secondary": "#49ccd2",
- "surfaceVariantText": "#f0f0f0",
- "surfaceTint": "#eda792",
- "outline": "#d9bcb8",
- "info": "#49ccd2"
- },
- "light": {
- "primary": "#c4613e",
- "primaryContainer": "#f5d8cf",
- "secondary": "#3a9bb8",
- "surfaceVariantText": "#3a2820",
- "surfaceTint": "#c4613e",
- "outline": "#b89090",
- "info": "#3a9bb8"
- }
- },
- {
- "id": "cyan",
- "name": "Cyan",
- "dark": {
- "primary": "#49ccd2",
- "primaryContainer": "#5b878c",
- "secondary": "#eda792",
- "surfaceVariantText": "#b8d5d9",
- "surfaceTint": "#49ccd2",
- "outline": "#b8d5d9",
- "info": "#49ccd2"
- },
- "light": {
- "primary": "#2e8fad",
- "primaryContainer": "#c8ecf5",
- "secondary": "#c4613e",
- "surfaceVariantText": "#1a3040",
- "surfaceTint": "#2e8fad",
- "outline": "#6aafc4",
- "info": "#2e8fad"
- }
- },
- {
- "id": "mint",
- "name": "Mint",
- "dark": {
- "primary": "#92eda7",
- "primaryContainer": "#5b8c7e",
- "secondary": "#b8a8f0",
- "surfaceVariantText": "#b8d9ce",
- "surfaceTint": "#92eda7",
- "outline": "#b8d9ce",
- "info": "#b8a8f0"
- },
- "light": {
- "primary": "#2e9e55",
- "primaryContainer": "#c8f0d8",
- "secondary": "#6b54c7",
- "surfaceVariantText": "#1a3028",
- "surfaceTint": "#2e9e55",
- "outline": "#6abf90",
- "info": "#6b54c7"
- }
- },
- {
- "id": "lavender",
- "name": "Lavender",
- "dark": {
- "primary": "#b8a8f0",
- "primaryContainer": "#745b8c",
- "secondary": "#92eda7",
- "surfaceVariantText": "#c9b8d9",
- "surfaceTint": "#b8a8f0",
- "outline": "#c9b8d9",
- "info": "#92eda7"
- },
- "light": {
- "primary": "#6b54c7",
- "primaryContainer": "#ddd8f8",
- "secondary": "#2e9e55",
- "surfaceVariantText": "#28204a",
- "surfaceTint": "#6b54c7",
- "outline": "#a090cc",
- "info": "#2e9e55"
- }
- },
- {
- "id": "blue",
- "name": "Blue",
- "dark": {
- "primary": "#a2d2ff",
- "primaryContainer": "#5b748c",
- "secondary": "#ed92d8",
- "surfaceVariantText": "#b8c9d9",
- "surfaceTint": "#a2d2ff",
- "outline": "#b8c9d9",
- "info": "#a2d2ff"
- },
- "light": {
- "primary": "#3a547d",
- "primaryContainer": "#cce0f8",
- "secondary": "#b83a99",
- "surfaceVariantText": "#182840",
- "surfaceTint": "#3a547d",
- "outline": "#889cbb",
- "info": "#3a547d"
- }
- },
- {
- "id": "pink",
- "name": "Pink",
- "dark": {
- "primary": "#ed92d8",
- "primaryContainer": "#8c5b6e",
- "secondary": "#a2d2ff",
- "surfaceVariantText": "#d9b8c4",
- "surfaceTint": "#ed92d8",
- "outline": "#d9b8c4",
- "info": "#a2d2ff"
- },
- "light": {
- "primary": "#b83a99",
- "primaryContainer": "#f5ccec",
- "secondary": "#3a547d",
- "surfaceVariantText": "#401830",
- "surfaceTint": "#b83a99",
- "outline": "#c47ab0",
- "info": "#3a547d"
- }
- }
- ]
- },
- "sourceDir": "peace-and-quiet"
-}
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/zzz/theme.json b/config/DankMaterialShell/themes/zzz/theme.json
deleted file mode 100644
index 390fbad..0000000
--- a/config/DankMaterialShell/themes/zzz/theme.json
+++ /dev/null
@@ -1,171 +0,0 @@
-{
- "id": "peaceAndQuiet",
- "name": "Peace \u0026 Quiet",
- "version": "1.0.2",
- "author": "ernestowg",
- "description": "Light and dark theme with pastel accents and purple hues",
- "dark": {
- "primaryText": "#1e1e00",
- "surface": "#130f1a",
- "surfaceText": "#f0f0f0",
- "surfaceVariant": "#221d26",
- "background": "#09070d",
- "backgroundText": "#f0f0f0",
- "surfaceContainer": "#09070d",
- "surfaceContainerHigh": "#221f26",
- "surfaceContainerHighest": "#17141a",
- "error": "#f38ba8",
- "warning": "#fab387"
- },
- "light": {
- "primaryText": "#ffffff",
- "surface": "#ede8f5",
- "surfaceText": "#1e1824",
- "surfaceVariant": "#e0d5ee",
- "background": "#f5f0fa",
- "backgroundText": "#1e1824",
- "surfaceContainer": "#f5f0fa",
- "surfaceContainerHigh": "#e8e0f2",
- "surfaceContainerHighest": "#ede8f5",
- "error": "#b0324e",
- "warning": "#b05520"
- },
- "variants": {
- "default": "salmon",
- "options": [
- {
- "id": "salmon",
- "name": "Salmon",
- "dark": {
- "primary": "#eda792",
- "primaryContainer": "#8c645b",
- "secondary": "#49ccd2",
- "surfaceVariantText": "#f0f0f0",
- "surfaceTint": "#eda792",
- "outline": "#d9bcb8",
- "info": "#49ccd2"
- },
- "light": {
- "primary": "#c4613e",
- "primaryContainer": "#f5d8cf",
- "secondary": "#3a9bb8",
- "surfaceVariantText": "#3a2820",
- "surfaceTint": "#c4613e",
- "outline": "#b89090",
- "info": "#3a9bb8"
- }
- },
- {
- "id": "cyan",
- "name": "Cyan",
- "dark": {
- "primary": "#49ccd2",
- "primaryContainer": "#5b878c",
- "secondary": "#eda792",
- "surfaceVariantText": "#b8d5d9",
- "surfaceTint": "#49ccd2",
- "outline": "#b8d5d9",
- "info": "#49ccd2"
- },
- "light": {
- "primary": "#2e8fad",
- "primaryContainer": "#c8ecf5",
- "secondary": "#c4613e",
- "surfaceVariantText": "#1a3040",
- "surfaceTint": "#2e8fad",
- "outline": "#6aafc4",
- "info": "#2e8fad"
- }
- },
- {
- "id": "mint",
- "name": "Mint",
- "dark": {
- "primary": "#92eda7",
- "primaryContainer": "#5b8c7e",
- "secondary": "#b8a8f0",
- "surfaceVariantText": "#b8d9ce",
- "surfaceTint": "#92eda7",
- "outline": "#b8d9ce",
- "info": "#b8a8f0"
- },
- "light": {
- "primary": "#2e9e55",
- "primaryContainer": "#c8f0d8",
- "secondary": "#6b54c7",
- "surfaceVariantText": "#1a3028",
- "surfaceTint": "#2e9e55",
- "outline": "#6abf90",
- "info": "#6b54c7"
- }
- },
- {
- "id": "lavender",
- "name": "Lavender",
- "dark": {
- "primary": "#b8a8f0",
- "primaryContainer": "#745b8c",
- "secondary": "#92eda7",
- "surfaceVariantText": "#c9b8d9",
- "surfaceTint": "#b8a8f0",
- "outline": "#c9b8d9",
- "info": "#92eda7"
- },
- "light": {
- "primary": "#6b54c7",
- "primaryContainer": "#ddd8f8",
- "secondary": "#2e9e55",
- "surfaceVariantText": "#28204a",
- "surfaceTint": "#6b54c7",
- "outline": "#a090cc",
- "info": "#2e9e55"
- }
- },
- {
- "id": "blue",
- "name": "Blue",
- "dark": {
- "primary": "#a2d2ff",
- "primaryContainer": "#5b748c",
- "secondary": "#ed92d8",
- "surfaceVariantText": "#b8c9d9",
- "surfaceTint": "#a2d2ff",
- "outline": "#b8c9d9",
- "info": "#a2d2ff"
- },
- "light": {
- "primary": "#3a547d",
- "primaryContainer": "#cce0f8",
- "secondary": "#b83a99",
- "surfaceVariantText": "#182840",
- "surfaceTint": "#3a547d",
- "outline": "#889cbb",
- "info": "#3a547d"
- }
- },
- {
- "id": "pink",
- "name": "Pink",
- "dark": {
- "primary": "#ed92d8",
- "primaryContainer": "#8c5b6e",
- "secondary": "#a2d2ff",
- "surfaceVariantText": "#d9b8c4",
- "surfaceTint": "#ed92d8",
- "outline": "#d9b8c4",
- "info": "#a2d2ff"
- },
- "light": {
- "primary": "#b83a99",
- "primaryContainer": "#f5ccec",
- "secondary": "#3a547d",
- "surfaceVariantText": "#401830",
- "surfaceTint": "#b83a99",
- "outline": "#c47ab0",
- "info": "#3a547d"
- }
- }
- ]
- },
- "sourceDir": "peace-and-quiet"
-}
\ No newline at end of file
diff --git a/config/DankMaterialShell/themes/zzz/theme1.json b/config/DankMaterialShell/themes/zzz/theme1.json
deleted file mode 100644
index 5f3b3fc..0000000
--- a/config/DankMaterialShell/themes/zzz/theme1.json
+++ /dev/null
@@ -1,1272 +0,0 @@
-{
- "base16": {
- "base00": {
- "dark": {
- "color": "#07090b"
- },
- "default": {
- "color": "#07090b"
- },
- "light": {
- "color": "#92c5d6"
- }
- },
- "base01": {
- "dark": {
- "color": "#1b2428"
- },
- "default": {
- "color": "#1b2428"
- },
- "light": {
- "color": "#7eaab9"
- }
- },
- "base02": {
- "dark": {
- "color": "#2f3f45"
- },
- "default": {
- "color": "#2f3f45"
- },
- "light": {
- "color": "#6a8f9c"
- }
- },
- "base03": {
- "dark": {
- "color": "#435a62"
- },
- "default": {
- "color": "#435a62"
- },
- "light": {
- "color": "#56747f"
- }
- },
- "base04": {
- "dark": {
- "color": "#56747f"
- },
- "default": {
- "color": "#56747f"
- },
- "light": {
- "color": "#435a62"
- }
- },
- "base05": {
- "dark": {
- "color": "#6a8f9c"
- },
- "default": {
- "color": "#6a8f9c"
- },
- "light": {
- "color": "#2f3f45"
- }
- },
- "base06": {
- "dark": {
- "color": "#7eaab9"
- },
- "default": {
- "color": "#7eaab9"
- },
- "light": {
- "color": "#1b2428"
- }
- },
- "base07": {
- "dark": {
- "color": "#92c5d6"
- },
- "default": {
- "color": "#92c5d6"
- },
- "light": {
- "color": "#07090b"
- }
- },
- "base08": {
- "dark": {
- "color": "#f46d22"
- },
- "default": {
- "color": "#f46d22"
- },
- "light": {
- "color": "#f46d22"
- }
- },
- "base09": {
- "dark": {
- "color": "#984140"
- },
- "default": {
- "color": "#984140"
- },
- "light": {
- "color": "#984140"
- }
- },
- "base0a": {
- "dark": {
- "color": "#91c4d6"
- },
- "default": {
- "color": "#91c4d6"
- },
- "light": {
- "color": "#91c4d6"
- }
- },
- "base0b": {
- "dark": {
- "color": "#1a3438"
- },
- "default": {
- "color": "#1a3438"
- },
- "light": {
- "color": "#1a3438"
- }
- },
- "base0c": {
- "dark": {
- "color": "#0f2324"
- },
- "default": {
- "color": "#0f2324"
- },
- "light": {
- "color": "#0f2324"
- }
- },
- "base0d": {
- "dark": {
- "color": "#081112"
- },
- "default": {
- "color": "#081112"
- },
- "light": {
- "color": "#081112"
- }
- },
- "base0e": {
- "dark": {
- "color": "#070a0c"
- },
- "default": {
- "color": "#070a0c"
- },
- "light": {
- "color": "#070a0c"
- }
- },
- "base0f": {
- "dark": {
- "color": "#07090b"
- },
- "default": {
- "color": "#07090b"
- },
- "light": {
- "color": "#07090b"
- }
- }
- },
- "colors": {
- "background": {
- "dark": {
- "color": "#15130c"
- },
- "default": {
- "color": "#15130c"
- },
- "light": {
- "color": "#fff9ec"
- }
- },
- "blue": {
- "dark": {
- "color": "#f5edff"
- },
- "default": {
- "color": "#f5edff"
- },
- "light": {
- "color": "#302259"
- }
- },
- "blue_container": {
- "dark": {
- "color": "#cab9fa"
- },
- "default": {
- "color": "#cab9fa"
- },
- "light": {
- "color": "#4e4078"
- }
- },
- "blue_source": {
- "dark": {
- "color": "#0000ff"
- },
- "default": {
- "color": "#0000ff"
- },
- "light": {
- "color": "#0000ff"
- }
- },
- "blue_value": {
- "dark": {
- "color": "#0000ff"
- },
- "default": {
- "color": "#0000ff"
- },
- "light": {
- "color": "#0000ff"
- }
- },
- "error": {
- "dark": {
- "color": "#ffece9"
- },
- "default": {
- "color": "#ffece9"
- },
- "light": {
- "color": "#600004"
- }
- },
- "error_container": {
- "dark": {
- "color": "#ffaea4"
- },
- "default": {
- "color": "#ffaea4"
- },
- "light": {
- "color": "#98000a"
- }
- },
- "green": {
- "dark": {
- "color": "#e0faaa"
- },
- "default": {
- "color": "#e0faaa"
- },
- "light": {
- "color": "#213100"
- }
- },
- "green_container": {
- "dark": {
- "color": "#b3cc81"
- },
- "default": {
- "color": "#b3cc81"
- },
- "light": {
- "color": "#3c4f13"
- }
- },
- "green_source": {
- "dark": {
- "color": "#00ff00"
- },
- "default": {
- "color": "#00ff00"
- },
- "light": {
- "color": "#00ff00"
- }
- },
- "green_value": {
- "dark": {
- "color": "#00ff00"
- },
- "default": {
- "color": "#00ff00"
- },
- "light": {
- "color": "#00ff00"
- }
- },
- "inverse_on_surface": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "inverse_primary": {
- "dark": {
- "color": "#534800"
- },
- "default": {
- "color": "#534800"
- },
- "light": {
- "color": "#d9c76f"
- }
- },
- "inverse_surface": {
- "dark": {
- "color": "#e8e2d4"
- },
- "default": {
- "color": "#e8e2d4"
- },
- "light": {
- "color": "#333027"
- }
- },
- "on_background": {
- "dark": {
- "color": "#e8e2d4"
- },
- "default": {
- "color": "#e8e2d4"
- },
- "light": {
- "color": "#1e1c13"
- }
- },
- "on_blue": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_blue_container": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_error": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_error_container": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_green": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_green_container": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_primary": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_primary_container": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_primary_fixed": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_primary_fixed_variant": {
- "dark": {
- "color": "#151100"
- },
- "default": {
- "color": "#151100"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_red": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_red_container": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_secondary": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_secondary_container": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_secondary_fixed": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_secondary_fixed_variant": {
- "dark": {
- "color": "#151100"
- },
- "default": {
- "color": "#151100"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_surface": {
- "dark": {
- "color": "#ffffff"
- },
- "default": {
- "color": "#ffffff"
- },
- "light": {
- "color": "#000000"
- }
- },
- "on_surface_variant": {
- "dark": {
- "color": "#ffffff"
- },
- "default": {
- "color": "#ffffff"
- },
- "light": {
- "color": "#000000"
- }
- },
- "on_tertiary": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_tertiary_container": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_tertiary_fixed": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "on_tertiary_fixed_variant": {
- "dark": {
- "color": "#001509"
- },
- "default": {
- "color": "#001509"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "outline": {
- "dark": {
- "color": "#f7f0dd"
- },
- "default": {
- "color": "#f7f0dd"
- },
- "light": {
- "color": "#2f2c20"
- }
- },
- "outline_variant": {
- "dark": {
- "color": "#c9c2b1"
- },
- "default": {
- "color": "#c9c2b1"
- },
- "light": {
- "color": "#4d493c"
- }
- },
- "primary": {
- "dark": {
- "color": "#fff0b2"
- },
- "default": {
- "color": "#fff0b2"
- },
- "light": {
- "color": "#342c00"
- }
- },
- "primary_container": {
- "dark": {
- "color": "#d5c36c"
- },
- "default": {
- "color": "#d5c36c"
- },
- "light": {
- "color": "#554900"
- }
- },
- "primary_fixed": {
- "dark": {
- "color": "#f6e388"
- },
- "default": {
- "color": "#f6e388"
- },
- "light": {
- "color": "#554900"
- }
- },
- "primary_fixed_dim": {
- "dark": {
- "color": "#d9c76f"
- },
- "default": {
- "color": "#d9c76f"
- },
- "light": {
- "color": "#3b3200"
- }
- },
- "red": {
- "dark": {
- "color": "#ffece5"
- },
- "default": {
- "color": "#ffece5"
- },
- "light": {
- "color": "#4f1d03"
- }
- },
- "red_container": {
- "dark": {
- "color": "#ffb08d"
- },
- "default": {
- "color": "#ffb08d"
- },
- "light": {
- "color": "#74391c"
- }
- },
- "red_source": {
- "dark": {
- "color": "#ff0000"
- },
- "default": {
- "color": "#ff0000"
- },
- "light": {
- "color": "#ff0000"
- }
- },
- "red_value": {
- "dark": {
- "color": "#ff0000"
- },
- "default": {
- "color": "#ff0000"
- },
- "light": {
- "color": "#ff0000"
- }
- },
- "scrim": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#000000"
- }
- },
- "secondary": {
- "dark": {
- "color": "#fbf0c9"
- },
- "default": {
- "color": "#fbf0c9"
- },
- "light": {
- "color": "#312c12"
- }
- },
- "secondary_container": {
- "dark": {
- "color": "#ccc39e"
- },
- "default": {
- "color": "#ccc39e"
- },
- "light": {
- "color": "#4f492d"
- }
- },
- "secondary_fixed": {
- "dark": {
- "color": "#ede3bc"
- },
- "default": {
- "color": "#ede3bc"
- },
- "light": {
- "color": "#4f492d"
- }
- },
- "secondary_fixed_dim": {
- "dark": {
- "color": "#d0c7a2"
- },
- "default": {
- "color": "#d0c7a2"
- },
- "light": {
- "color": "#383318"
- }
- },
- "shadow": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#000000"
- }
- },
- "source_color": {
- "dark": {
- "color": "#fede01"
- },
- "default": {
- "color": "#fede01"
- },
- "light": {
- "color": "#fede01"
- }
- },
- "surface": {
- "dark": {
- "color": "#15130c"
- },
- "default": {
- "color": "#15130c"
- },
- "light": {
- "color": "#fff9ec"
- }
- },
- "surface_bright": {
- "dark": {
- "color": "#535046"
- },
- "default": {
- "color": "#535046"
- },
- "light": {
- "color": "#fff9ec"
- }
- },
- "surface_container": {
- "dark": {
- "color": "#333027"
- },
- "default": {
- "color": "#333027"
- },
- "light": {
- "color": "#e8e2d4"
- }
- },
- "surface_container_high": {
- "dark": {
- "color": "#3e3b32"
- },
- "default": {
- "color": "#3e3b32"
- },
- "light": {
- "color": "#dad4c7"
- }
- },
- "surface_container_highest": {
- "dark": {
- "color": "#4a473d"
- },
- "default": {
- "color": "#4a473d"
- },
- "light": {
- "color": "#ccc6b9"
- }
- },
- "surface_container_low": {
- "dark": {
- "color": "#222017"
- },
- "default": {
- "color": "#222017"
- },
- "light": {
- "color": "#f7f0e2"
- }
- },
- "surface_container_lowest": {
- "dark": {
- "color": "#000000"
- },
- "default": {
- "color": "#000000"
- },
- "light": {
- "color": "#ffffff"
- }
- },
- "surface_dim": {
- "dark": {
- "color": "#15130c"
- },
- "default": {
- "color": "#15130c"
- },
- "light": {
- "color": "#beb8ac"
- }
- },
- "surface_tint": {
- "dark": {
- "color": "#d9c76f"
- },
- "default": {
- "color": "#d9c76f"
- },
- "light": {
- "color": "#6c5e10"
- }
- },
- "surface_variant": {
- "dark": {
- "color": "#4a4739"
- },
- "default": {
- "color": "#4a4739"
- },
- "light": {
- "color": "#e9e2d0"
- }
- },
- "tertiary": {
- "dark": {
- "color": "#d1fadd"
- },
- "default": {
- "color": "#d1fadd"
- },
- "light": {
- "color": "#0e3320"
- }
- },
- "tertiary_container": {
- "dark": {
- "color": "#a5ccb1"
- },
- "default": {
- "color": "#a5ccb1"
- },
- "light": {
- "color": "#2d503b"
- }
- },
- "tertiary_fixed": {
- "dark": {
- "color": "#c4ecd0"
- },
- "default": {
- "color": "#c4ecd0"
- },
- "light": {
- "color": "#2d503b"
- }
- },
- "tertiary_fixed_dim": {
- "dark": {
- "color": "#a8d0b4"
- },
- "default": {
- "color": "#a8d0b4"
- },
- "light": {
- "color": "#163926"
- }
- }
- },
- "image": "/home/unconfer/image.png",
- "is_dark_mode": true,
- "mode": "dark",
- "palettes": {
- "error": {
- "0": {
- "color": "#000000"
- },
- "10": {
- "color": "#410002"
- },
- "100": {
- "color": "#ffffff"
- },
- "15": {
- "color": "#540003"
- },
- "20": {
- "color": "#690005"
- },
- "25": {
- "color": "#7e0007"
- },
- "30": {
- "color": "#93000a"
- },
- "35": {
- "color": "#a80710"
- },
- "40": {
- "color": "#ba1a1a"
- },
- "5": {
- "color": "#2d0001"
- },
- "50": {
- "color": "#de3730"
- },
- "60": {
- "color": "#ff5449"
- },
- "70": {
- "color": "#ff897d"
- },
- "80": {
- "color": "#ffb4ab"
- },
- "90": {
- "color": "#ffdad6"
- },
- "95": {
- "color": "#ffedea"
- },
- "98": {
- "color": "#fff8f7"
- },
- "99": {
- "color": "#fffbff"
- }
- },
- "neutral": {
- "0": {
- "color": "#000000"
- },
- "10": {
- "color": "#1d1b16"
- },
- "100": {
- "color": "#ffffff"
- },
- "15": {
- "color": "#272620"
- },
- "20": {
- "color": "#32302a"
- },
- "25": {
- "color": "#3d3b35"
- },
- "30": {
- "color": "#494740"
- },
- "35": {
- "color": "#55524b"
- },
- "40": {
- "color": "#615e57"
- },
- "5": {
- "color": "#12110c"
- },
- "50": {
- "color": "#7a776f"
- },
- "60": {
- "color": "#949088"
- },
- "70": {
- "color": "#afaba2"
- },
- "80": {
- "color": "#cbc6bd"
- },
- "90": {
- "color": "#e7e2d9"
- },
- "95": {
- "color": "#f6f0e7"
- },
- "98": {
- "color": "#fef9ef"
- },
- "99": {
- "color": "#fffbff"
- }
- },
- "neutral_variant": {
- "0": {
- "color": "#000000"
- },
- "10": {
- "color": "#1e1c10"
- },
- "100": {
- "color": "#ffffff"
- },
- "15": {
- "color": "#29261a"
- },
- "20": {
- "color": "#333024"
- },
- "25": {
- "color": "#3f3b2e"
- },
- "30": {
- "color": "#4a4739"
- },
- "35": {
- "color": "#565244"
- },
- "40": {
- "color": "#625e50"
- },
- "5": {
- "color": "#131107"
- },
- "50": {
- "color": "#7c7768"
- },
- "60": {
- "color": "#969080"
- },
- "70": {
- "color": "#b1ab9a"
- },
- "80": {
- "color": "#cdc6b4"
- },
- "90": {
- "color": "#e9e2d0"
- },
- "95": {
- "color": "#f8f0de"
- },
- "98": {
- "color": "#fff9ec"
- },
- "99": {
- "color": "#fffbff"
- }
- },
- "primary": {
- "0": {
- "color": "#000000"
- },
- "10": {
- "color": "#211b00"
- },
- "100": {
- "color": "#ffffff"
- },
- "15": {
- "color": "#2d2600"
- },
- "20": {
- "color": "#393000"
- },
- "25": {
- "color": "#453b00"
- },
- "30": {
- "color": "#524700"
- },
- "35": {
- "color": "#5f5200"
- },
- "40": {
- "color": "#6d5e00"
- },
- "5": {
- "color": "#151100"
- },
- "50": {
- "color": "#897700"
- },
- "60": {
- "color": "#a69000"
- },
- "70": {
- "color": "#c4ab00"
- },
- "80": {
- "color": "#e3c600"
- },
- "90": {
- "color": "#ffe244"
- },
- "95": {
- "color": "#fff1b7"
- },
- "98": {
- "color": "#fff9ec"
- },
- "99": {
- "color": "#fffbff"
- }
- },
- "secondary": {
- "0": {
- "color": "#000000"
- },
- "10": {
- "color": "#201c04"
- },
- "100": {
- "color": "#ffffff"
- },
- "15": {
- "color": "#2b260d"
- },
- "20": {
- "color": "#363016"
- },
- "25": {
- "color": "#413b20"
- },
- "30": {
- "color": "#4d472b"
- },
- "35": {
- "color": "#595335"
- },
- "40": {
- "color": "#655e40"
- },
- "5": {
- "color": "#151100"
- },
- "50": {
- "color": "#7f7757"
- },
- "60": {
- "color": "#99916f"
- },
- "70": {
- "color": "#b4ab88"
- },
- "80": {
- "color": "#d0c7a2"
- },
- "90": {
- "color": "#ede3bc"
- },
- "95": {
- "color": "#fbf1ca"
- },
- "98": {
- "color": "#fff9ec"
- },
- "99": {
- "color": "#fffbff"
- }
- },
- "tertiary": {
- "0": {
- "color": "#000000"
- },
- "10": {
- "color": "#002111"
- },
- "100": {
- "color": "#ffffff"
- },
- "15": {
- "color": "#062c1a"
- },
- "20": {
- "color": "#133724"
- },
- "25": {
- "color": "#1f422e"
- },
- "30": {
- "color": "#2b4e39"
- },
- "35": {
- "color": "#365a44"
- },
- "40": {
- "color": "#426650"
- },
- "5": {
- "color": "#001509"
- },
- "50": {
- "color": "#5b7f67"
- },
- "60": {
- "color": "#749980"
- },
- "70": {
- "color": "#8eb49a"
- },
- "80": {
- "color": "#a8d0b4"
- },
- "90": {
- "color": "#c4ecd0"
- },
- "95": {
- "color": "#d2fbdd"
- },
- "98": {
- "color": "#e9ffed"
- },
- "99": {
- "color": "#f5fff4"
- }
- }
- }
-}
-
diff --git a/config/DankMaterialShell/zen.css b/config/DankMaterialShell/zen.css
deleted file mode 100644
index 0527486..0000000
--- a/config/DankMaterialShell/zen.css
+++ /dev/null
@@ -1,112 +0,0 @@
-/* DMS Matugen Zen Browser Theme */
-:root {
- --zen-primary-color: #745b8c !important;
- --toolbarbutton-icon-fill: #b8a8f0 !important;
- --toolbar-field-color: #f0f0f0 !important;
- --tab-selected-textcolor: #b8a8f0 !important;
- --toolbar-color: #f0f0f0 !important;
- --arrowpanel-color: #f0f0f0 !important;
- --arrowpanel-background: #09070d !important;
- --sidebar-text-color: #f0f0f0 !important;
- --zen-main-browser-background: #09070d !important;
-}
-
-.sidebar-placesTree {
- background-color: #09070d !important;
-}
-
-#zen-workspaces-button {
- background-color: #09070d !important;
-}
-
-#TabsToolbar {
- background-color: #09070d !important;
-}
-
-.urlbar-background {
- background-color: #09070d !important;
-}
-
-.urlbar-input::selection {
- color: #1e1e00 !important;
- background-color: #b8a8f0 !important;
-}
-
-.urlbarView-url {
- color: #c9b8d9 !important;
-}
-
-toolbar .toolbarbutton-1 {
- &:not([disabled]) {
- &:is([open], [checked])
- > :is(
- .toolbarbutton-icon,
- .toolbarbutton-text,
- .toolbarbutton-badge-stack
- ) {
- fill: #b8a8f0
- }
- }
-}
-
-.identity-color-blue {
- --identity-tab-color: #ccbdff !important;
- --identity-icon-color: #ccbdff !important;
-}
-
-.identity-color-turquoise {
- --identity-tab-color: #b8a8f0 !important;
- --identity-icon-color: #b8a8f0 !important;
-}
-
-.identity-color-green {
- --identity-tab-color: #a5ffb7 !important;
- --identity-icon-color: #a5ffb7 !important;
-}
-
-.identity-color-yellow {
- --identity-tab-color: #ffe7a5 !important;
- --identity-icon-color: #ffe7a5 !important;
-}
-
-.identity-color-orange {
- --identity-tab-color: #ffd972 !important;
- --identity-icon-color: #ffd972 !important;
-}
-
-.identity-color-red {
- --identity-tab-color: #ff9fb3 !important;
- --identity-icon-color: #ff9fb3 !important;
-}
-
-.identity-color-pink {
- --identity-tab-color: #d5c9ff !important;
- --identity-icon-color: #d5c9ff !important;
-}
-
-.identity-color-purple {
- --identity-tab-color: #3f316f !important;
- --identity-icon-color: #3f316f !important;
-}
-
-#zen-appcontent-navbar-container {
- background-color: #09070d !important;
-}
-
-#PanelUI-menu-button .toolbarbutton-icon,
-#downloads-button .toolbarbutton-icon,
-#unified-extensions-button .toolbarbutton-icon {
- fill: #b8a8f0 !important;
- color: #b8a8f0 !important;
-}
-
-#PanelUI-menu-button .toolbarbutton-badge-stack,
-#downloads-button .toolbarbutton-badge-stack,
-#unified-extensions-button .toolbarbutton-badge-stack {
- fill: #b8a8f0 !important;
- color: #b8a8f0 !important;
-}
-
-toolbar .toolbarbutton-1 > .toolbarbutton-icon {
- fill: #b8a8f0 !important;
-}
diff --git a/config/scripts/niri/ru.png b/config/scripts/niri/ru.png
deleted file mode 100644
index 680d9c3..0000000
Binary files a/config/scripts/niri/ru.png and /dev/null differ
diff --git a/config/scripts/niri/us.png b/config/scripts/niri/us.png
deleted file mode 100644
index 363a2f2..0000000
Binary files a/config/scripts/niri/us.png and /dev/null differ