lux-shell/modules/Shell.qml
2025-08-18 23:48:17 -04:00

20 lines
308 B
QML

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