1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-30 00:12: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

@@ -332,7 +332,11 @@ var SPEC = {
maximizeDetection: true,
scrollEnabled: true,
scrollXBehavior: "column",
scrollYBehavior: "workspace"
scrollYBehavior: "workspace",
shadowIntensity: 0,
shadowOpacity: 60,
shadowColorMode: "text",
shadowCustomColor: "#000000"
}], onChange: "updateBarConfigs" },
desktopClockEnabled: { def: false },