From ed495d4396b52df2b44eb96bbfd3dea1565f8458 Mon Sep 17 00:00:00 2001 From: purian23 Date: Fri, 13 Feb 2026 20:25:40 -0500 Subject: [PATCH] Tighten init toast --- quickshell/Modules/Notifications/Popup/NotificationPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Modules/Notifications/Popup/NotificationPopup.qml b/quickshell/Modules/Notifications/Popup/NotificationPopup.qml index e09515de..5390f457 100644 --- a/quickshell/Modules/Notifications/Popup/NotificationPopup.qml +++ b/quickshell/Modules/Notifications/Popup/NotificationPopup.qml @@ -99,7 +99,7 @@ PanelWindow { WlrLayershell.exclusiveZone: -1 WlrLayershell.keyboardFocus: WlrKeyboardFocus.None color: "transparent" - implicitWidth: screen ? Math.min(420, Math.max(320, screen.width * 0.25)) : 400 + implicitWidth: screen ? Math.min(400, Math.max(320, screen.width * 0.23)) : 380 implicitHeight: { if (!descriptionExpanded) return basePopupHeight;