11 lines
140 B
QML
11 lines
140 B
QML
//@ pragma UseQApplication
|
|
import Quickshell
|
|
import qs.Modules
|
|
|
|
Scope {
|
|
Bar {}
|
|
// Wallpaper {}
|
|
NotifServer {}
|
|
Launcher {}
|
|
}
|