summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/Config.qml')
-rw-r--r--config/Config.qml15
1 files changed, 14 insertions, 1 deletions
diff --git a/config/Config.qml b/config/Config.qml
index 10a2068..bebfe4d 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -149,7 +149,20 @@ Singleton {
return {
enabled: background.enabled,
desktopClock: {
- enabled: background.desktopClock.enabled
+ enabled: background.desktopClock.enabled,
+ scale: background.desktopClock.scale,
+ position: background.desktopClock.position,
+ invertColors: background.desktopClock.invertColors,
+ background: {
+ enabled: background.desktopClock.background.enabled,
+ opacity: background.desktopClock.background.opacity,
+ blur: background.desktopClock.background.blur
+ },
+ shadow: {
+ enabled: background.desktopClock.shadow.enabled,
+ opacity: background.desktopClock.shadow.opacity,
+ blur: background.desktopClock.shadow.blur
+ }
},
visualiser: {
enabled: background.visualiser.enabled,