From 6d5805e66204caa599a8a2996238adf7931cb95b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 16 Jan 2025 23:20:39 +1100 Subject: refactor: move popdowns to own folder And group them like osds --- app.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'app.tsx') diff --git a/app.tsx b/app.tsx index 9743792..66cc1ca 100644 --- a/app.tsx +++ b/app.tsx @@ -2,10 +2,9 @@ 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 Updates from "./src/modules/updates"; +import Popdowns from "./src/modules/popdowns"; import Monitors from "./src/services/monitors"; import Players from "./src/services/players"; @@ -26,8 +25,7 @@ App.start({ ; ; Monitors.get_default().forEach(m => ); - ; - ; + ; console.log("Caelestia started"); }, -- cgit v1.2.3-freya