From ed05e9af2515c3c1c09becae5b405fc5074aa5e9 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:47:23 +1100 Subject: notifications: make popup window --- src/widgets/notification.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/widgets/notification.tsx') diff --git a/src/widgets/notification.tsx b/src/widgets/notification.tsx index 0bef5ca..adac831 100644 --- a/src/widgets/notification.tsx +++ b/src/widgets/notification.tsx @@ -57,12 +57,16 @@ export default class Notification extends Widget.Box { #destroyed = false; constructor({ notification, popup }: { notification: AstalNotifd.Notification; popup?: boolean }) { - super(); + super({ className: "notification" }); this.#revealer = ( - + - +