From 9cc25ecff433bf120d6a49281794e432e2fe8c67 Mon Sep 17 00:00:00 2001 From: Yaroslav de la Peña Smirnov Date: Wed, 6 May 2026 00:28:47 +0300 Subject: dms: some more bar adjustments for laptop --- .../.config/DankMaterialShell/plugin_settings.json | 10 ++++- dotfiles/.config/DankMaterialShell/settings.json | 48 ++++++++++++++++++---- 2 files changed, 49 insertions(+), 9 deletions(-) (limited to 'dotfiles/.config/DankMaterialShell') diff --git a/dotfiles/.config/DankMaterialShell/plugin_settings.json b/dotfiles/.config/DankMaterialShell/plugin_settings.json index d73a99d..3e14a79 100644 --- a/dotfiles/.config/DankMaterialShell/plugin_settings.json +++ b/dotfiles/.config/DankMaterialShell/plugin_settings.json @@ -5,10 +5,18 @@ "selectedPopout": "processList" }, "emojiLauncher": { - "enabled": true + "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 index f485de6..e9f9cf9 100644 --- a/dotfiles/.config/DankMaterialShell/settings.json +++ b/dotfiles/.config/DankMaterialShell/settings.json @@ -54,7 +54,7 @@ "blurLayerOutlineOpacity": 0.4, "blurBorderColor": "outline", "blurBorderCustomColor": "#ffffff", - "blurBorderOpacity": 0.35, + "blurBorderOpacity": 0.6, "wallpaperFillMode": "Fill", "blurredWallpaperLayer": true, "blurWallpaperOnOverview": false, @@ -176,7 +176,7 @@ "workspaceFocusedBorderThickness": 2, "workspaceNameIcons": {}, "waveProgressEnabled": false, - "scrollTitleEnabled": true, + "scrollTitleEnabled": false, "audioVisualizerEnabled": true, "audioScrollMode": "volume", "audioWheelScrollAmount": 2, @@ -439,6 +439,10 @@ "id": "launcherButton", "enabled": true }, + { + "id": "separator", + "enabled": true + }, { "id": "clock", "enabled": true @@ -447,10 +451,18 @@ "id": "weather", "enabled": true }, + { + "id": "separator", + "enabled": true + }, { "id": "workspaceSwitcher", "enabled": true }, + { + "id": "separator", + "enabled": true + }, { "id": "music", "enabled": true, @@ -475,11 +487,23 @@ ], "centerWidgets": [], "rightWidgets": [ + { + "id": "dankPomodoroTimer", + "enabled": true + }, + { + "id": "separator", + "enabled": true + }, { "id": "keyboard_layout_name", "enabled": true, "keyboardLayoutNameCompactMode": true }, + { + "id": "separator", + "enabled": true + }, { "id": "cpuUsage", "enabled": true, @@ -504,10 +528,18 @@ "id": "battery", "enabled": true }, + { + "id": "separator", + "enabled": true + }, { "id": "notificationButton", "enabled": true }, + { + "id": "separator", + "enabled": true + }, { "id": "controlCenterButton", "enabled": true, @@ -530,17 +562,17 @@ "transparency": 0.89, "widgetTransparency": 1, "squareCorners": true, - "noBackground": false, + "noBackground": true, "maximizeWidgetIcons": false, "maximizeWidgetText": false, "removeWidgetPadding": false, - "widgetPadding": 8, + "widgetPadding": 6, "gothCornersEnabled": false, "gothCornerRadiusOverride": false, "gothCornerRadiusValue": 12, "borderEnabled": true, "borderColor": "secondary", - "borderOpacity": 1, + "borderOpacity": 0.8, "borderThickness": 1, "widgetOutlineEnabled": false, "widgetOutlineColor": "primary", @@ -554,14 +586,14 @@ "openOnOverview": true, "visible": true, "popupGapsAuto": true, - "popupGapsManual": 4, + "popupGapsManual": 0, "maximizeDetection": true, "scrollEnabled": true, "scrollXBehavior": "column", "scrollYBehavior": "workspace", "shadowIntensity": 0, - "shadowOpacity": 39, - "shadowColorMode": "text", + "shadowOpacity": 85, + "shadowColorMode": "custom", "shadowCustomColor": "#000000", "clickThrough": false } -- cgit v1.3