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

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