summaryrefslogtreecommitdiff
path: root/shell.qml
blob: 50af7fe49696a9446707ba1c44220093e5dbe261 (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 {}
}