1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-05 21:15:38 -05:00

lock: add option to show on 1 display

fixes #607
This commit is contained in:
bbedward
2025-12-03 12:15:22 -05:00
parent f236706d6a
commit 2c7f24a913
4 changed files with 158 additions and 2 deletions

View File

@@ -295,6 +295,8 @@ Singleton {
property bool enableFprint: false
property int maxFprintTries: 3
property bool fprintdAvailable: false
property string lockScreenActiveMonitor: "all"
property string lockScreenInactiveColor: "#000000"
property bool hideBrightnessSlider: false
property int notificationTimeoutLow: 5000

View File

@@ -194,6 +194,8 @@ var SPEC = {
enableFprint: { def: false },
maxFprintTries: { def: 3 },
fprintdAvailable: { def: false, persist: false },
lockScreenActiveMonitor: { def: "all" },
lockScreenInactiveColor: { def: "#000000" },
hideBrightnessSlider: { def: false },
notificationTimeoutLow: { def: 5000 },