8 lines
69 B
QML
8 lines
69 B
QML
// shell.qml
|
|
import Quickshell
|
|
import qs.Widgets
|
|
|
|
Scope {
|
|
Bar {}
|
|
}
|