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

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

    Shortcuts {}
}