summaryrefslogtreecommitdiff
path: root/docs/guide/getting-started/supported-languages.md
diff options
context:
space:
mode:
authorKevin <[email protected]>2024-11-11 00:45:17 -0300
committerGitHub <[email protected]>2024-11-11 00:45:17 -0300
commit88291578497345523e797ea7cc8b61560906e3aa (patch)
treeceaf4cbf2f30dfc1a76f342e7f2515b12b20b372 /docs/guide/getting-started/supported-languages.md
parent44710fb30105f5e76fc84845e9379787440f3c4c (diff)
parent302fcae7ae0b58767518e6003d0a80966d7ca4bb (diff)
Merge branch 'Aylur:main' into lua-refactor
Diffstat (limited to 'docs/guide/getting-started/supported-languages.md')
-rw-r--r--docs/guide/getting-started/supported-languages.md9
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)
![simple-bar](https://github.com/user-attachments/assets/a306c864-56b7-44c4-8820-81f424f32b9b)
+- [Notification Popups](https://github.com/Aylur/astal/tree/main/examples/js/notifications)
+![notification-popups](https://github.com/user-attachments/assets/0df0eddc-5c74-4af0-a694-48dc8ec6bb44)
+
+- [Applauncher](https://github.com/Aylur/astal/tree/main/examples/js/applauncher)
+![launcher](https://github.com/user-attachments/assets/2695e3bb-dff4-478a-b392-279fe638bfd3)
+
+- [Media Player](https://github.com/Aylur/astal/tree/main/examples/js/media-player)
+![media-player](https://github.com/user-attachments/assets/891e9706-74db-4505-bd83-c3628d7b4fd0)
+
## Lua
Lua is well-supported, but I would still recommend TypeScript, as Lua lacks a type system, which in turn limits editor support.