1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 01:02:18 -04:00

appsDock: Update Size & Color options

This commit is contained in:
purian23
2026-02-01 00:22:08 -05:00
parent 9669e9bc87
commit 3d80a9dd0f
4 changed files with 443 additions and 51 deletions

View File

@@ -123,6 +123,12 @@ var SPEC = {
barMaxVisibleApps: { def: 0 },
barMaxVisibleRunningApps: { def: 0 },
barShowOverflowBadge: { def: true },
appsDockHideIndicators: { def: false },
appsDockColorizeActive: { def: false },
appsDockActiveColorMode: { def: "primary" },
appsDockEnlargeOnHover: { def: false },
appsDockEnlargePercentage: { def: 125 },
appsDockIconSizePercentage: { def: 100 },
keyboardLayoutNameCompactMode: { def: false },
runningAppsCurrentWorkspace: { def: false },
runningAppsGroupByApp: { def: false },