lock screen?

This commit is contained in:
Zacharias-Brohn
2025-12-05 01:25:50 +01:00
parent 1155486858
commit ab54178747
19 changed files with 574 additions and 6 deletions
+4 -5
View File
@@ -13,6 +13,7 @@ PanelWindow {
id: root
color: "transparent"
screen: root.bar.screen
anchors {
top: true
right: true
@@ -20,9 +21,11 @@ PanelWindow {
bottom: true
}
WlrLayershell.namespace: "ZShell-Notifs"
WlrLayershell.layer: WlrLayer.Overlay
mask: Region { regions: root.notifRegions }
exclusionMode: ExclusionMode.Ignore
WlrLayershell.layer: WlrLayer.Overlay
property list<Region> notifRegions: []
required property bool centerShown
required property PanelWindow bar
@@ -30,10 +33,6 @@ PanelWindow {
property color backgroundColor: Config.useDynamicColors ? DynamicColors.tPalette.m3surface : Config.baseBgColor
visible: Hyprland.monitorFor(screen).focused
Component.onCompleted: {
console.log(NotifServer.list.filter( n => n.popup ).length + " notification popups loaded.");
}
ListView {
id: notifListView
model: ScriptModel {