13 lines
148 B
QML
13 lines
148 B
QML
import Quickshell
|
|
import QtQuick
|
|
|
|
import "./Widgets/Bar"
|
|
import "./Widgets/ScreenCorners"
|
|
|
|
ShellRoot {
|
|
Bar {
|
|
}
|
|
|
|
ScreenCorners {
|
|
}
|
|
}
|