7 lines
96 B
QML
7 lines
96 B
QML
import "./windows"
|
|
import Quickshell // for ShellRoot and PanelWindow
|
|
|
|
ShellRoot {
|
|
Bar {}
|
|
}
|