nosignal-shell/shell.qml
2025-05-05 10:19:46 +10:00

12 lines
185 B
QML

import "modules/bar"
import "modules/launcher"
import "modules/osd"
import "modules/background"
import Quickshell
ShellRoot {
Bar {}
Launcher {}
Osd {}
Background {}
}