2026-01-16 12:00:55 +01:00
|
|
|
//@ pragma UseQApplication
|
2026-01-14 23:18:18 +01:00
|
|
|
import Quickshell
|
|
|
|
|
import QtQuick
|
|
|
|
|
import "./settings/"
|
|
|
|
|
import "./modules/Bar/"
|
2026-01-15 15:14:29 +01:00
|
|
|
import "./modules/overlays/"
|
2026-01-14 23:18:18 +01:00
|
|
|
|
|
|
|
|
ShellRoot {
|
|
|
|
|
id: root
|
|
|
|
|
Bar {}
|
2026-01-15 15:14:29 +01:00
|
|
|
Wallpaper {}
|
2026-01-14 23:18:18 +01:00
|
|
|
}
|