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/gtk3/js/notifications/app.ts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/gtk3/js/notifications/app.ts (limited to 'examples/gtk3/js/notifications/app.ts') diff --git a/examples/gtk3/js/notifications/app.ts b/examples/gtk3/js/notifications/app.ts new file mode 100644 index 0000000..ed53292 --- /dev/null +++ b/examples/gtk3/js/notifications/app.ts @@ -0,0 +1,9 @@ +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