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
---
app.tsx | 2 ++
1 file changed, 2 insertions(+)
(limited to 'app.tsx')
diff --git a/app.tsx b/app.tsx
index 31e7ed1..708532f 100644
--- a/app.tsx
+++ b/app.tsx
@@ -2,6 +2,7 @@ import { execAsync, GLib, writeFileAsync } from "astal";
import { App } from "astal/gtk3";
import Bar from "./src/modules/bar";
import Launcher from "./src/modules/launcher";
+import Notifications from "./src/modules/notifications";
import NotifPopups from "./src/modules/notifpopups";
import Osds from "./src/modules/osds";
import Monitors from "./src/services/monitors";
@@ -24,6 +25,7 @@ App.start({
;
;
Monitors.get_default().forEach(m => );
+ ;
console.log("Caelestia started");
},
--
cgit v1.2.3-freya