forked from Shinonome/dots-hyprland
set namespace for bar
This commit is contained in:
@@ -7,6 +7,7 @@ import QtQuick.Controls
|
|||||||
import QtQuick.Layouts
|
import QtQuick.Layouts
|
||||||
import Qt5Compat.GraphicalEffects
|
import Qt5Compat.GraphicalEffects
|
||||||
import Quickshell
|
import Quickshell
|
||||||
|
import Quickshell.Wayland
|
||||||
import Quickshell.Hyprland
|
import Quickshell.Hyprland
|
||||||
import Quickshell.Io
|
import Quickshell.Io
|
||||||
import Quickshell.Services.Mpris
|
import Quickshell.Services.Mpris
|
||||||
@@ -27,6 +28,7 @@ Scope {
|
|||||||
property var modelData
|
property var modelData
|
||||||
|
|
||||||
screen: modelData
|
screen: modelData
|
||||||
|
WlrLayershell.namespace: "quickshell:bar"
|
||||||
height: barHeight + Appearance.rounding.screenRounding
|
height: barHeight + Appearance.rounding.screenRounding
|
||||||
exclusiveZone: barHeight
|
exclusiveZone: barHeight
|
||||||
mask: Region {
|
mask: Region {
|
||||||
|
|||||||
Reference in New Issue
Block a user