diff options
Diffstat (limited to 'modules/system/quickshell/Background.qml')
| -rw-r--r-- | modules/system/quickshell/Background.qml | 21 |
1 files changed, 0 insertions, 21 deletions
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 - } -} |
