lux-shell/modules/Shell.qml
2025-08-26 23:22:25 -04:00

23 lines
357 B
QML

import "bar"
import "launcher"
import "pomodoro"
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 {}
Pomodoro {}
PowerMenu {}
}
}