lux-shell/modules/Shell.qml
Benjamin Palko d219f493ce launcher v1
2025-08-20 00:00:21 -04:00

21 lines
319 B
QML

import "bar"
import "launcher"
import "powermenu"
import Quickshell
import Quickshell.Wayland
import QtQuick
import QtQuick.Effects
Variants {
model: Quickshell.screens
Scope {
id: scope
required property ShellScreen modelData
Bar {}
Launcher {}
PowerMenu {}
}
}