From 12ee15f4dadc0c006a8e104ef0b45afebd29fcc7 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 7 Nov 2024 01:39:01 +0100 Subject: docs: showcase notification example --- docs/guide/getting-started/supported-languages.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/guide/getting-started') 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) ![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) + + ## Lua Lua is well-supported, but I would still recommend TypeScript, as Lua lacks a type system, which in turn limits editor support. -- cgit v1.2.3 From 51514347ef3bc1d7a6f37e798a43111b2f2fc9e0 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 7 Nov 2024 01:45:07 +0000 Subject: example: media player --- docs/guide/getting-started/supported-languages.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/guide/getting-started') diff --git a/docs/guide/getting-started/supported-languages.md b/docs/guide/getting-started/supported-languages.md index a9d2824..55ea6b2 100644 --- a/docs/guide/getting-started/supported-languages.md +++ b/docs/guide/getting-started/supported-languages.md @@ -24,6 +24,8 @@ Examples: - [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) +- [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 -- cgit v1.2.3 From 779ec440e209b01d3a44f9377af78653d197fdc8 Mon Sep 17 00:00:00 2001 From: Aylur Date: Thu, 7 Nov 2024 02:40:47 +0000 Subject: example: applauncher --- docs/guide/getting-started/supported-languages.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/guide/getting-started') diff --git a/docs/guide/getting-started/supported-languages.md b/docs/guide/getting-started/supported-languages.md index 55ea6b2..eacd1da 100644 --- a/docs/guide/getting-started/supported-languages.md +++ b/docs/guide/getting-started/supported-languages.md @@ -24,6 +24,9 @@ Examples: - [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) -- cgit v1.2.3