nuke background
This commit is contained in:
parent
5a4709fe95
commit
57bfd55094
2 changed files with 0 additions and 37 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,12 +1,10 @@
|
|||
import Quickshell
|
||||
import "modules"
|
||||
import "modules/background"
|
||||
import "modules/bar"
|
||||
|
||||
ShellRoot {
|
||||
ReloadPopup {}
|
||||
|
||||
// Background {}
|
||||
Bar {}
|
||||
|
||||
Shortcuts {}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue