summaryrefslogtreecommitdiff
path: root/shell.qml
blob: 38054f5c0fa14f4f134845beadb3aa1a4bb9ff37 (plain)
1
2
3
4
5
6
7
8
9
10
import "modules/bar"
import "modules/launcher"
import "modules/osd"
import Quickshell

ShellRoot {
    Bar {}
    Launcher {}
    Osd {}
}