9 lines
114 B
QML
9 lines
114 B
QML
import Quickshell
|
|
import "." as Shell
|
|
|
|
ShellRoot {
|
|
Shell.Wall {}
|
|
Shell.Launcher {}
|
|
Shell.Boateye {}
|
|
}
|