nuke background

This commit is contained in:
Benjamin Palko 2025-07-25 18:06:57 -04:00
parent 5a4709fe95
commit 57bfd55094
2 changed files with 0 additions and 37 deletions

View file

@ -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"
}
}
}

View file

@ -1,12 +1,10 @@
import Quickshell import Quickshell
import "modules" import "modules"
import "modules/background"
import "modules/bar" import "modules/bar"
ShellRoot { ShellRoot {
ReloadPopup {} ReloadPopup {}
// Background {}
Bar {} Bar {}
Shortcuts {} Shortcuts {}