2026-03-09 19:04:29 +01:00
|
|
|
//@ pragma UseQApplication
|
2026-03-08 12:13:35 +01:00
|
|
|
import Quickshell
|
|
|
|
|
import QtQuick
|
|
|
|
|
import qs.modules.Bar
|
2026-03-08 14:20:18 +01:00
|
|
|
import qs.modules.ipc
|
2026-03-08 12:13:35 +01:00
|
|
|
|
|
|
|
|
ShellRoot {
|
|
|
|
|
id: root
|
|
|
|
|
Bar {}
|
2026-03-08 14:20:18 +01:00
|
|
|
Ipc {}
|
2026-03-08 12:13:35 +01:00
|
|
|
}
|