summaryrefslogtreecommitdiff
path: root/shell.qml
blob: 93bc3a10fa1ccc4b0f166ad44bf498643004bd47 (plain)
1
2
3
4
5
6
7
8
import "modules/bar"
import "modules/launcher"
import Quickshell

ShellRoot {
    Bar {}
    Launcher {}
}