summaryrefslogtreecommitdiff
path: root/config/ServiceConfig.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-25 17:37:04 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-25 17:37:04 +1000
commit842249e05ae84dbdba1b4f4b50af2b7bf45826e2 (patch)
tree678af884cd1815c75f9b8db7440f98be5756c295 /config/ServiceConfig.qml
parentbeatdetector: increase default bpm (diff)
downloadcaelestia-shell-842249e05ae84dbdba1b4f4b50af2b7bf45826e2.tar.gz
caelestia-shell-842249e05ae84dbdba1b4f4b50af2b7bf45826e2.tar.bz2
caelestia-shell-842249e05ae84dbdba1b4f4b50af2b7bf45826e2.zip
config: add gpu type config
Diffstat (limited to 'config/ServiceConfig.qml')
-rw-r--r--config/ServiceConfig.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/ServiceConfig.qml b/config/ServiceConfig.qml
index 4124147..cca554b 100644
--- a/config/ServiceConfig.qml
+++ b/config/ServiceConfig.qml
@@ -5,6 +5,7 @@ JsonObject {
property string weatherLocation: "" // A lat,long pair or empty for autodetection, e.g. "37.8267,-122.4233"
property bool useFahrenheit: [Locale.ImperialUSSystem, Locale.ImperialSystem].includes(Qt.locale().measurementSystem)
property bool useTwelveHourClock: Qt.locale().timeFormat(Locale.ShortFormat).toLowerCase().includes("a")
+ property string gpuType: ""
property real audioIncrement: 0.1
property bool smartScheme: true
property string defaultPlayer: "Spotify"