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

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

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