Update .config/DankMaterialShell/settings.json

Update .config/niri/overview.kdl
This commit is contained in:
Lewis Wynne 2025-12-18 11:21:45 +00:00
parent 62d6e2d268
commit 55350b2187
2 changed files with 16 additions and 3 deletions

View file

@ -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",

View file

@ -1,3 +1,8 @@
overview {
backdrop-color "#3B224C"
layer-rule {
match namespace="dms:blurwallpaper"
place-within-backdrop true
}
overview {
backdrop-color "transparent"
}