This commit is contained in:
2025-11-28 14:09:23 +01:00
parent eed62014cc
commit 4fc7f85983
2 changed files with 10 additions and 15 deletions

View File

@@ -33,13 +33,7 @@ PanelWindow {
// fullscreen windows.
WlrLayershell.layer: WlrLayer.Overlay
Pill {
Text {
text: "Ahhh"
}
}
ColumnLayout {
ColumnLayout {
id: content
Text {

View File

@@ -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 {}
}