ddcutil-service usage

This commit is contained in:
Zacharias-Brohn
2026-02-27 14:46:09 +01:00
parent afb736102d
commit 178375d861
9 changed files with 59 additions and 17 deletions
+1
View File
@@ -236,6 +236,7 @@ Singleton {
return {
weatherLocation: services.weatherLocation,
useFahrenheit: services.useFahrenheit,
ddcutilService: services.ddcutilService,
useTwelveHourClock: services.useTwelveHourClock,
gpuType: services.gpuType,
audioIncrement: services.audioIncrement,
+1
View File
@@ -4,6 +4,7 @@ import QtQuick
JsonObject {
property real audioIncrement: 0.1
property real brightnessIncrement: 0.1
property bool ddcutilService: false
property string defaultPlayer: "Spotify"
property string gpuType: ""
property real maxVolume: 1.0