From f305c3f3f64befbd92c92f5ced43dfa9ced3d309 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 26 May 2025 22:32:25 +0800 Subject: notifs: better height Get blocked by other panels from the right side (osd and session) Limit max height to screen height --- services/Visibilities.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'services') diff --git a/services/Visibilities.qml b/services/Visibilities.qml index 4429398..f7dc29e 100644 --- a/services/Visibilities.qml +++ b/services/Visibilities.qml @@ -5,6 +5,7 @@ import Quickshell Singleton { property var screens: ({}) property var bars: ({}) + property var panels: ({}) function getForActive(): PersistentProperties { return Object.entries(screens).find(s => s[0].slice(s[0].indexOf('"') + 1, s[0].lastIndexOf('"')) === Hyprland.focusedMonitor.name)[1]; -- cgit v1.2.3-freya