ghostty, wlogout, xwayland

This commit is contained in:
atagen 2025-07-31 18:07:18 +10:00
parent 353499a037
commit 6337ffc3b4
12 changed files with 206 additions and 116 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

View file

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