From 9e8634d892c559c5b44565a68bf35b13cbcb5572 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 16 Jan 2025 17:37:00 +0100 Subject: add: gtk3 ts popover example closes #224 closes #157 --- examples/js/notifications/app.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 examples/js/notifications/app.ts (limited to 'examples/js/notifications/app.ts') diff --git a/examples/js/notifications/app.ts b/examples/js/notifications/app.ts deleted file mode 100644 index ed53292..0000000 --- a/examples/js/notifications/app.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { App } from "astal/gtk3" -import style from "./style.scss" -import NotificationPopups from "./notifications/NotificationPopups" - -App.start({ - instanceName: "notifications", - css: style, - main: () => App.get_monitors().map(NotificationPopups), -}) -- cgit v1.2.3