1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

dankbar: add shadow option

fixes #916
This commit is contained in:
bbedward
2026-01-05 13:43:15 -05:00
parent ef7d7ec13d
commit 03a985228d
4 changed files with 199 additions and 3 deletions

View File

@@ -444,7 +444,11 @@ Singleton {
"maximizeDetection": true,
"scrollEnabled": true,
"scrollXBehavior": "column",
"scrollYBehavior": "workspace"
"scrollYBehavior": "workspace",
"shadowIntensity": 0,
"shadowOpacity": 60,
"shadowColorMode": "text",
"shadowCustomColor": "#000000"
}
]