blob: 48cdd0075a1fbafc71659df7bb0c0a5ce968153f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
import "modules/bar"
import "modules/launcher"
import "modules/osd"
import "modules/background"
import Quickshell
ShellRoot {
Bar {}
Launcher {}
Osd {}
Background {}
}
|