set default enabled for laptops, disabled for non battery devices
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
|||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
|
import Quickshell.Services.UPower
|
||||||
|
|
||||||
JsonObject {
|
JsonObject {
|
||||||
property int blurAmount: 40
|
property int blurAmount: 40
|
||||||
property bool enableFprint: true
|
property bool enableFprint: true
|
||||||
property int maxFprintTries: 3
|
property int maxFprintTries: 3
|
||||||
property bool lidWatch: true
|
property bool lidWatch: UPower.displayDevice.isLaptopBattery
|
||||||
property bool recolorLogo: false
|
property bool recolorLogo: false
|
||||||
property bool showNotifContent: false
|
property bool showNotifContent: false
|
||||||
property bool showNotifIcon: true
|
property bool showNotifIcon: true
|
||||||
|
|||||||
Reference in New Issue
Block a user