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 {} } }