Lots of uncommitted changes

This commit is contained in:
outfoxxed 2024-05-08 14:18:44 -07:00
parent daace49bfc
commit 497ca48ada
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
27 changed files with 909 additions and 134 deletions

View file

@ -5,6 +5,7 @@ import QtQuick
import QtQuick.Layouts
import ".."
import "screenshot" as Screenshot
import "bar" as Bar
ShellRoot {
Process {
@ -34,7 +35,10 @@ ShellRoot {
Scope {
property var modelData
Bar {
/*Bar {
screen: modelData
}*/
Bar.Bar {
screen: modelData
}
@ -52,8 +56,6 @@ ShellRoot {
right: true
}
color: "#111111"
BackgroundImage {
anchors.fill: parent
screen: window.screen
@ -118,6 +120,7 @@ ShellRoot {
}
PanelWindow {
visible: false
screen: modelData
WlrLayershell.layer: WlrLayer.Overlay