mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-14 02:00:01 +00:00
16 lines
317 B
QML
16 lines
317 B
QML
import QtQuick
|
|
import Quickshell
|
|
import Quickshell.Wayland
|
|
import qs.Commons
|
|
import qs.Services
|
|
|
|
NPanel {
|
|
sourceComponent: Component {
|
|
// PanelWindow has its own screen property inherited of QsWindow
|
|
NPanelWindow {
|
|
loggerPrefix: "NPanelOverlay"
|
|
WlrLayershell.layer: WlrLayer.Overlay
|
|
}
|
|
}
|
|
}
|