diff --git a/modules/background/Background.qml b/modules/background/Background.qml deleted file mode 100644 index 271f5fa..0000000 --- a/modules/background/Background.qml +++ /dev/null @@ -1,35 +0,0 @@ -import QtQuick -import Quickshell -import Quickshell.Wayland -import "../../styled/" - -Variants { - model: Quickshell.screens - - StyledWindow { - id: background - - required property ShellScreen modelData - - screen: modelData - name: "background" - WlrLayershell.exclusionMode: ExclusionMode.Ignore - WlrLayershell.layer: WlrLayer.Background - color: "black" - - anchors.top: true - anchors.bottom: true - anchors.left: true - anchors.right: true - - Image { - id: wallpaper - - anchors.fill: parent - - opacity: 1 - - source: "/home/baobeld/Wallpapers/bailey-zindel-NRQV-hBF10M-unsplash.jpg" - } - } -} diff --git a/shell.qml b/shell.qml index e2569b4..6d3fd32 100644 --- a/shell.qml +++ b/shell.qml @@ -1,12 +1,10 @@ import Quickshell import "modules" -import "modules/background" import "modules/bar" ShellRoot { ReloadPopup {} - // Background {} Bar {} Shortcuts {}