8 lines
83 B
QML
8 lines
83 B
QML
//@ pragma UseQApplication
|
|
import Quickshell
|
|
import "bar"
|
|
|
|
ShellRoot {
|
|
Bar {}
|
|
}
|
|
|