diff options
| -rw-r--r-- | dotfiles/.config/DankMaterialShell/plugin_settings.json | 10 | ||||
| -rw-r--r-- | dotfiles/.config/DankMaterialShell/settings.json | 48 |
2 files changed, 49 insertions, 9 deletions
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, @@ -440,6 +440,10 @@ "enabled": true }, { + "id": "separator", + "enabled": true + }, + { "id": "clock", "enabled": true }, @@ -448,10 +452,18 @@ "enabled": true }, { + "id": "separator", + "enabled": true + }, + { "id": "workspaceSwitcher", "enabled": true }, { + "id": "separator", + "enabled": true + }, + { "id": "music", "enabled": true, "mediaSize": 2 @@ -476,11 +488,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, "minimumWidth": true @@ -505,10 +529,18 @@ "enabled": true }, { + "id": "separator", + "enabled": true + }, + { "id": "notificationButton", "enabled": true }, { + "id": "separator", + "enabled": true + }, + { "id": "controlCenterButton", "enabled": true, "showAudioIcon": false, @@ -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 } |
