diff options
-rw-r--r-- | docs/guide/getting-started/supported-languages.md | 4 | ||||
-rw-r--r-- | examples/js/notifications/README.md | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/guide/getting-started/supported-languages.md b/docs/guide/getting-started/supported-languages.md index d6d669d..a9d2824 100644 --- a/docs/guide/getting-started/supported-languages.md +++ b/docs/guide/getting-started/supported-languages.md @@ -21,6 +21,10 @@ Examples: - [Simple Bar](https://github.com/Aylur/astal/tree/main/examples/js/simple-bar)  +- [Notification Popups](https://github.com/Aylur/astal/tree/main/examples/js/notifications) + + + ## Lua Lua is well-supported, but I would still recommend TypeScript, as Lua lacks a type system, which in turn limits editor support. diff --git a/examples/js/notifications/README.md b/examples/js/notifications/README.md index 7d7562a..60dad60 100644 --- a/examples/js/notifications/README.md +++ b/examples/js/notifications/README.md @@ -1,3 +1,5 @@ # Notifications Popups + + A replacement for dunst and other daemons using [Notifd](https://aylur.github.io/astal/guide/libraries/notifd). |