diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-22 09:02:54 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:45:27 -0400 |
| commit | 6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef (patch) | |
| tree | 9c77312e5a873647d3540331413dbe691e6768f2 /modules/background/Background.qml | |
| parent | remove lockscreen (diff) | |
| download | caelestia-shell-6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef.tar.gz caelestia-shell-6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef.tar.bz2 caelestia-shell-6d9f0c1526c51ed1bc8102c135aae56a0bc0e1ef.zip | |
fix rebase
Diffstat (limited to 'modules/background/Background.qml')
| -rw-r--r-- | modules/background/Background.qml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/modules/background/Background.qml b/modules/background/Background.qml index 47b5bde..1a91bd9 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -41,20 +41,7 @@ Loader { asynchronous: true fillMode: Image.PreserveAspectCrop - Loader { - id: wallpaper - - anchors.fill: parent - active: Config.background.wallpaperEnabled - - sourceComponent: Wallpaper {} - } - - Visualiser { - anchors.fill: parent - screen: win.modelData - wallpaper: wallpaper - } + source: Paths.wallpaper ?? "" } } } |