diff options
Diffstat (limited to 'docs/guide/getting-started/supported-languages.md')
-rw-r--r-- | docs/guide/getting-started/supported-languages.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/guide/getting-started/supported-languages.md b/docs/guide/getting-started/supported-languages.md index d6d669d..eacd1da 100644 --- a/docs/guide/getting-started/supported-languages.md +++ b/docs/guide/getting-started/supported-languages.md @@ -21,6 +21,15 @@ 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) + + +- [Applauncher](https://github.com/Aylur/astal/tree/main/examples/js/applauncher) + + +- [Media Player](https://github.com/Aylur/astal/tree/main/examples/js/media-player) + + ## Lua Lua is well-supported, but I would still recommend TypeScript, as Lua lacks a type system, which in turn limits editor support. |