mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NPanelOverlay: implement wrapper for NPanel that opens in overlay layer
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user