lux-shell/modules/Shell.qml
2025-08-12 22:33:44 -04:00

18 lines
268 B
QML

import "bar"
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 {}
}
}