lux-shell/modules/Shell.qml
2025-08-27 09:34:30 -04:00

23 lines
348 B
QML

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