From 67b7245bf96cf954d90719e800cf9618ffaa4feb Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Mon, 29 Jun 2026 21:08:42 +0200 Subject: chore: cleanup sway, quickshell --- modules/system/quickshell/Background.qml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 modules/system/quickshell/Background.qml (limited to 'modules/system/quickshell/Background.qml') diff --git a/modules/system/quickshell/Background.qml b/modules/system/quickshell/Background.qml deleted file mode 100644 index f15022d..0000000 --- a/modules/system/quickshell/Background.qml +++ /dev/null @@ -1,21 +0,0 @@ -import Quickshell -import Quickshell.Wayland -import QtQuick - -PanelWindow { - WlrLayershell.layer: WlrLayer.Background - WlrLayershell.exclusiveZone: -1 - - anchors { - top: true - bottom: true - left: true - right: true - } - - Image { - anchors.fill: parent - source: "./wallpaper.jpg" - fillMode: Image.PreserveAspectCrop - } -} -- cgit v1.3.1