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

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