diff options
Diffstat (limited to 'modules/background')
| -rw-r--r-- | modules/background/Background.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml index c744baa..1c18786 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -26,6 +26,13 @@ LazyLoader { anchors.right: true Wallpaper {} + + DesktopClock { + visible: Config.background.desktopClock.enabled + anchors.right: parent.right + anchors.bottom: parent.bottom + anchors.margins: Appearance.padding.large + } } } } |