From 9161044860151bc2ca90d23be86f9ca6c219a3ac Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 12 Oct 2025 22:17:01 +0200 Subject: [PATCH] adjust critical notif cookie --- .../ii/modules/common/widgets/NotificationAppIcon.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/common/widgets/NotificationAppIcon.qml b/.config/quickshell/ii/modules/common/widgets/NotificationAppIcon.qml index 409ec652c..9155bd879 100644 --- a/.config/quickshell/ii/modules/common/widgets/NotificationAppIcon.qml +++ b/.config/quickshell/ii/modules/common/widgets/NotificationAppIcon.qml @@ -21,8 +21,8 @@ MaterialCookie { // App icon property real smallAppIconSize: implicitSize * smallAppIconScale implicitSize: 38 * scale - sides: isUrgent ? 12 : 0 - amplitude: implicitSize / 30 + sides: isUrgent ? 10 : 0 + amplitude: implicitSize / 24 color: isUrgent ? Appearance.colors.colPrimary : Appearance.colors.colSecondaryContainer Loader {