set bar to top level
This commit is contained in:
parent
41b75cffca
commit
705465e7b1
1 changed files with 7 additions and 4 deletions
|
|
@ -1,12 +1,13 @@
|
|||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import "components"
|
||||
import "components/bluetooth"
|
||||
import "components/hyprland"
|
||||
import "components/notifications"
|
||||
import "components/tray"
|
||||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
import Quickshell.Wayland
|
||||
|
||||
PanelWindow {
|
||||
id: parentWindow
|
||||
|
|
@ -18,6 +19,8 @@ PanelWindow {
|
|||
implicitHeight: Dimensions.bar.height
|
||||
color: 'transparent'
|
||||
|
||||
WlrLayershell.layer: WlrLayer.Top
|
||||
|
||||
Item {
|
||||
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue