summaryrefslogtreecommitdiff
path: root/shell.qml
blob: 8175cd1a9bc9725582256f9d4e3fef951fc72bde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import "modules/bar"
import "modules/launcher"
import "modules/osd"
import "modules/background"
import "modules/drawers"
import Quickshell

ShellRoot {
    Bar {}
    Launcher {}
    Osd {}
    Background {}
    Drawers {}
}