Lots of uncommitted changes
This commit is contained in:
parent
daace49bfc
commit
497ca48ada
27 changed files with 909 additions and 134 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue