import QtQuick import QtQuick.Controls import QtQuick.Layouts import Quickshell import "./modules/bar" import QtQuick.Window ShellRoot { Bar { } }