diff --git a/ActivateLinux.qml b/ActivateLinux.qml index 20e865f..9057233 100644 --- a/ActivateLinux.qml +++ b/ActivateLinux.qml @@ -32,14 +32,8 @@ PanelWindow { // Use the wlroots specific layer property to ensure it displays over // fullscreen windows. WlrLayershell.layer: WlrLayer.Overlay - - Pill { - Text { - text: "Ahhh" - } - } - - ColumnLayout { + + ColumnLayout { id: content Text { diff --git a/shell.qml b/shell.qml index 38f8291..d647e20 100644 --- a/shell.qml +++ b/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 {} }