ghostty, wlogout, xwayland
This commit is contained in:
parent
353499a037
commit
6337ffc3b4
12 changed files with 206 additions and 116 deletions
BIN
graphical/shell/quickshell/assets/wallpaper.jpg
Normal file
BIN
graphical/shell/quickshell/assets/wallpaper.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
|
@ -11,6 +11,30 @@ import QtQuick
|
|||
import QtQuick.Controls
|
||||
|
||||
ShellRoot {
|
||||
|
||||
// bg
|
||||
Variants {
|
||||
model: Quickshell.screens.filter(s => s.name == "DP-2")
|
||||
delegate: PanelWindow {
|
||||
id: bg
|
||||
anchors {
|
||||
top: true
|
||||
bottom: true
|
||||
left: true
|
||||
right: true
|
||||
}
|
||||
exclusionMode: ExclusionMode.Ignore
|
||||
WlrLayershell.layer: WlrLayer.Bottom
|
||||
|
||||
Image {
|
||||
asynchronous: true
|
||||
width: 2560
|
||||
height: 1440
|
||||
source: "assets/wallpaper.jpg"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// rhs main
|
||||
Variants {
|
||||
model: Quickshell.screens.filter(s => s.name == "DP-2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue