From d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 9 Jan 2026 15:15:49 -0500 Subject: remove more stuffff --- modules/background/Background.qml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'modules/background/Background.qml') diff --git a/modules/background/Background.qml b/modules/background/Background.qml index fbacfab..1bb7d17 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -34,23 +34,6 @@ Loader { Wallpaper { id: wallpaper } - - Visualiser { - anchors.fill: parent - screen: win.modelData - wallpaper: wallpaper - } - - Loader { - anchors.right: parent.right - anchors.bottom: parent.bottom - anchors.margins: Appearance.padding.large - - active: Config.background.desktopClock.enabled - asynchronous: true - - source: "DesktopClock.qml" - } } } } -- cgit v1.2.3-freya