set default enabled for laptops, disabled for non battery devices
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 15s
Python / lint-format (pull_request) Successful in 22s
Python / test (pull_request) Successful in 46s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m5s

This commit is contained in:
2026-06-01 21:03:59 +02:00
parent 1c1c6275df
commit db9c98b322
+2 -1
View File
@@ -1,10 +1,11 @@
import Quickshell.Io
import Quickshell.Services.UPower
JsonObject {
property int blurAmount: 40
property bool enableFprint: true
property int maxFprintTries: 3
property bool lidWatch: true
property bool lidWatch: UPower.displayDevice.isLaptopBattery
property bool recolorLogo: false
property bool showNotifContent: false
property bool showNotifIcon: true