cleanup
This commit is contained in:
@@ -32,14 +32,8 @@ PanelWindow {
|
|||||||
// Use the wlroots specific layer property to ensure it displays over
|
// Use the wlroots specific layer property to ensure it displays over
|
||||||
// fullscreen windows.
|
// fullscreen windows.
|
||||||
WlrLayershell.layer: WlrLayer.Overlay
|
WlrLayershell.layer: WlrLayer.Overlay
|
||||||
|
|
||||||
Pill {
|
ColumnLayout {
|
||||||
Text {
|
|
||||||
text: "Ahhh"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ColumnLayout {
|
|
||||||
id: content
|
id: content
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
|
|||||||
15
shell.qml
15
shell.qml
@@ -5,17 +5,18 @@ import "./bar"
|
|||||||
import "./launcher/"
|
import "./launcher/"
|
||||||
|
|
||||||
ShellRoot{
|
ShellRoot{
|
||||||
// Variants{
|
Variants{
|
||||||
// model: Quickshell.screens
|
model: Quickshell.screens
|
||||||
//
|
|
||||||
// ActivateLinux {}
|
ActivateLinux {}
|
||||||
// }
|
}
|
||||||
//
|
|
||||||
Variants {
|
Variants {
|
||||||
model: Quickshell.screens
|
model: Quickshell.screens
|
||||||
|
|
||||||
StatusBar {}
|
StatusBar {}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Launcher {}
|
Launcher {}
|
||||||
|
Powermenu {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user