This commit is contained in:
Bloxx12 2025-05-06 09:38:56 +02:00
commit b750421f65
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
6 changed files with 435 additions and 34 deletions

View file

@ -1,11 +1,15 @@
pragma ComponentBehavior: Bound
import Quickshell
import Quickshell.Io
import QtQuick
import QtQuick.Layouts
ShellRoot {
id: shellroot
Component.onCompleted: [Launcher.init(), AudioPopup.init()]
ReloadPopup {}
Variants {
model: Quickshell.screens
@ -15,8 +19,6 @@ ShellRoot {
Bar {
screen: modelData
}
ReloadPopup {}
}
}
}