mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-04 04:28:30 -04:00
launcher: add option to choose spotlight style on niri overview
(cherry picked from commit 3da19e5c15)
This commit is contained in:
@@ -520,6 +520,7 @@ Singleton {
|
||||
property var appDrawerSectionViewModes: ({})
|
||||
onAppDrawerSectionViewModesChanged: saveSettings()
|
||||
property bool niriOverviewOverlayEnabled: true
|
||||
property string niriOverviewLauncherStyle: "full"
|
||||
property string dankLauncherV2Size: "compact"
|
||||
property bool dankLauncherV2ShowSourceBadges: true
|
||||
property bool dankLauncherV2BorderEnabled: false
|
||||
|
||||
@@ -251,6 +251,7 @@ var SPEC = {
|
||||
spotlightSectionViewModes: { def: {} },
|
||||
appDrawerSectionViewModes: { def: {} },
|
||||
niriOverviewOverlayEnabled: { def: true },
|
||||
niriOverviewLauncherStyle: { def: "full" },
|
||||
dankLauncherV2Size: { def: "compact" },
|
||||
dankLauncherV2ShowSourceBadges: { def: true },
|
||||
dankLauncherV2BorderEnabled: { def: false },
|
||||
|
||||
Reference in New Issue
Block a user