wallpaper selection
This commit is contained in:
parent
3d1816c0f1
commit
2bfa0c189a
5 changed files with 157 additions and 7 deletions
|
|
@ -5,6 +5,7 @@ import "launcher"
|
|||
import "pomodoro"
|
||||
import "powermenu"
|
||||
import "storybook"
|
||||
import "wallpaper"
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Wayland
|
||||
|
|
@ -17,6 +18,23 @@ Variants {
|
|||
|
||||
required property ShellScreen modelData
|
||||
|
||||
PanelWindow {
|
||||
id: background
|
||||
|
||||
// visible: false
|
||||
anchors.top: true
|
||||
anchors.left: true
|
||||
anchors.right: true
|
||||
anchors.bottom: true
|
||||
|
||||
color: "transparent"
|
||||
|
||||
WlrLayershell.exclusionMode: ExclusionMode.Ignore
|
||||
WlrLayershell.layer: WlrLayer.Background
|
||||
|
||||
Wallpaper {}
|
||||
}
|
||||
|
||||
PanelWindow {
|
||||
id: exclusionZone
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue