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

ShellRoot {
    Bar {}
    Background {}
    Drawers {}

    Shortcuts {}
}