From 39e4940474553dd6ae250f95931dd00f6465910c Mon Sep 17 00:00:00 2001 From: SomeElse Date: Mon, 27 Apr 2026 08:03:09 +0000 Subject: [PATCH] removed clip: true because of the notifications popup bubble being cut off --- bar/modules/Notifications.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/bar/modules/Notifications.qml b/bar/modules/Notifications.qml index 22729d5..cfad90d 100644 --- a/bar/modules/Notifications.qml +++ b/bar/modules/Notifications.qml @@ -26,7 +26,6 @@ Rectangle { width: 35 height: 40 radius: panelRadius - clip: true color: hoverHandler.hovered ? t.notifBgHover : t.notifBg border.color: root.doNotDisturb