import Quickshell import QtQuick import "config" import "bar" import "osd" ShellRoot { Component.onCompleted: { // Load themes Appearance.reapplyTheme(); } Bar {} Volume {} }