From 4183a38b9ca4b3b314db51acb4c6795b5072f385 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 20 Jan 2026 09:46:29 -0500 Subject: remove config saving, make background scale properly, and add quickshell desktop file --- modules/background/Background.qml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/background/Background.qml b/modules/background/Background.qml index 1796a15..47b5bde 100644 --- a/modules/background/Background.qml +++ b/modules/background/Background.qml @@ -27,16 +27,19 @@ Loader { color: Config.background.wallpaperEnabled ? "black" : "transparent" surfaceFormat.opaque: false - anchors.top: true - anchors.bottom: true - anchors.left: true - anchors.right: true + WlrLayershell.anchors { + top: true + bottom: true + left: true + right: true + } Image { id: wallpaper anchors.fill: parent asynchronous: true + fillMode: Image.PreserveAspectCrop Loader { id: wallpaper -- cgit v1.2.3-freya