diff --git a/app.tsx b/app.tsx
index 4f616997..27ca512d 100644
--- a/app.tsx
+++ b/app.tsx
@@ -2,6 +2,7 @@ import { execAsync, GLib, writeFileAsync } from "astal";
import { App } from "astal/gtk3";
import AstalHyprland from "gi://AstalHyprland";
import Bar from "./modules/bar";
+import NotifPopups from "./modules/notifpopups";
const loadStyleAsync = async () => {
if (!GLib.file_test(`${SRC}/scss/scheme/_index.scss`, GLib.FileTest.EXISTS))
@@ -12,9 +13,11 @@ const loadStyleAsync = async () => {
App.start({
instanceName: "caelestia",
icons: "assets/icons",
+ iconTheme: "Adwaita",
main() {
loadStyleAsync().catch(console.error);
+ ;
AstalHyprland.get_default().monitors.forEach(m => );
console.log("Caelestia started");
diff --git a/modules/bar.tsx b/modules/bar.tsx
index 1db5e823..b7ffb56b 100644
--- a/modules/bar.tsx
+++ b/modules/bar.tsx
@@ -90,7 +90,7 @@ const MediaPlaying = () => {