cleanup
This commit is contained in:
@@ -33,13 +33,7 @@ PanelWindow {
|
||||
// fullscreen windows.
|
||||
WlrLayershell.layer: WlrLayer.Overlay
|
||||
|
||||
Pill {
|
||||
Text {
|
||||
text: "Ahhh"
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
ColumnLayout {
|
||||
id: content
|
||||
|
||||
Text {
|
||||
|
||||
15
shell.qml
15
shell.qml
@@ -5,17 +5,18 @@ import "./bar"
|
||||
import "./launcher/"
|
||||
|
||||
ShellRoot{
|
||||
// Variants{
|
||||
// model: Quickshell.screens
|
||||
//
|
||||
// ActivateLinux {}
|
||||
// }
|
||||
//
|
||||
Variants{
|
||||
model: Quickshell.screens
|
||||
|
||||
ActivateLinux {}
|
||||
}
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
StatusBar {}
|
||||
}
|
||||
|
||||
// Launcher {}
|
||||
Launcher {}
|
||||
Powermenu {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user