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,12 +33,6 @@ PanelWindow {
// fullscreen windows. // fullscreen windows.
WlrLayershell.layer: WlrLayer.Overlay WlrLayershell.layer: WlrLayer.Overlay
Pill {
Text {
text: "Ahhh"
}
}
ColumnLayout { ColumnLayout {
id: content id: content

View File

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