1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-02 10:32:07 -04:00

(frame): Add blur support & cleanup

This commit is contained in:
purian23
2026-03-31 21:25:51 -04:00
parent b31763647d
commit 58b9b825c2
8 changed files with 232 additions and 78 deletions

View File

@@ -552,10 +552,10 @@ var SPEC = {
frameRounding: { def: 23 },
frameColor: { def: "" },
frameOpacity: { def: 1.0 },
frameSyncBarColor: { def: true },
frameScreenPreferences: { def: ["all"] },
frameBarThickness: { def: 42 },
frameShowOnOverview: { def: false }
frameBarSize: { def: 40 },
frameShowOnOverview: { def: false },
frameBlurEnabled: { def: true }
};
function getValidKeys() {