diff --git a/private_dot_config/DankMaterialShell/settings.json b/private_dot_config/DankMaterialShell/settings.json index 9209511..9a87f39 100644 --- a/private_dot_config/DankMaterialShell/settings.json +++ b/private_dot_config/DankMaterialShell/settings.json @@ -16,7 +16,7 @@ "animationSpeed": 4, "customAnimationDuration": 100, "wallpaperFillMode": "Fill", - "blurredWallpaperLayer": false, + "blurredWallpaperLayer": true, "blurWallpaperOnOverview": false, "showLauncherButton": true, "showWorkspaceSwitcher": true, @@ -227,6 +227,11 @@ "notificationOverlayEnabled": false, "modalDarkenBackground": true, "lockScreenShowPowerActions": true, + "lockScreenShowSystemIcons": true, + "lockScreenShowTime": true, + "lockScreenShowDate": true, + "lockScreenShowProfileImage": true, + "lockScreenShowPasswordField": true, "enableFprint": false, "maxFprintTries": 15, "lockScreenActiveMonitor": "all", @@ -264,6 +269,7 @@ "customPowerActionHibernate": "", "customPowerActionReboot": "", "customPowerActionPowerOff": "", + "updaterHideWidget": false, "updaterUseCustomCommand": false, "updaterCustomCommand": "", "updaterTerminalAdditionalParams": "", @@ -277,6 +283,8 @@ "showOnLastDisplay": { "notifications": true }, + "niriOutputSettings": {}, + "hyprlandOutputSettings": {}, "barConfigs": [ { "id": "default", diff --git a/private_dot_config/niri/overview.kdl b/private_dot_config/niri/overview.kdl index 6478819..7755f83 100644 --- a/private_dot_config/niri/overview.kdl +++ b/private_dot_config/niri/overview.kdl @@ -1,3 +1,8 @@ -overview { - backdrop-color "#3B224C" +layer-rule { + match namespace="dms:blurwallpaper" + place-within-backdrop true +} + +overview { + backdrop-color "transparent" }