summaryrefslogtreecommitdiff
path: root/modules/background/Background.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-09 15:15:49 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-09 15:15:49 -0500
commitd8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d (patch)
tree38b012373dce50c8eecdfaad36332fb6a362f698 /modules/background/Background.qml
parentonly show active workspaces, fix colors (diff)
downloadcaelestia-shell-d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d.tar.gz
caelestia-shell-d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d.tar.bz2
caelestia-shell-d8efeffaf11bca0fd4d14b67b5dcc3ffa4cb972d.zip
remove more stuffff
Diffstat (limited to 'modules/background/Background.qml')
-rw-r--r--modules/background/Background.qml17
1 files changed, 0 insertions, 17 deletions
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"
- }
}
}
}