mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-28 14:05:21 -04:00
feat(HoverMode): implement hover popout & launcher functionality in all modes
- New Hover toggle found in DankBar Settings - New Hover to Reveal Launcher in FrameTab Settings
This commit is contained in:
@@ -569,7 +569,9 @@ var SPEC = {
|
||||
shadowOpacity: 60,
|
||||
shadowColorMode: "default",
|
||||
shadowCustomColor: "#000000",
|
||||
clickThrough: false
|
||||
clickThrough: false,
|
||||
hoverPopouts: false,
|
||||
hoverPopoutDelay: 150
|
||||
}], onChange: "updateBarConfigs"
|
||||
},
|
||||
|
||||
@@ -642,6 +644,7 @@ var SPEC = {
|
||||
frameCloseGaps: { def: true },
|
||||
frameLauncherEmergeSide: { def: "bottom" },
|
||||
frameLauncherArcExtender: { def: false },
|
||||
frameLauncherEdgeHover: { def: false },
|
||||
frameMode: { def: "connected" },
|
||||
barInsetPaddingShared: { def: -1 },
|
||||
barInsetPaddingSyncAll: { def: false },
|
||||
|
||||
Reference in New Issue
Block a user